In Excel, how can I replace text in a cell containing a particular string, with another string?
The original values look like this
802-2553
802-1753
802-5589
103-4569
103-54879
303-1542
303-6589
502-1236
What I'm trying to do is replace all cells with 802 as the first 3 characters with the Text Vehicle Loans, 103 with the text Home Loans and 303 with Saving Accounts, 502 with Other Loans
So the end result is
Vehicle Loans
Vehicle Loans
Vehicle Loans
Home Loans
Home Loans
Savings Accounts
Savings Accounts
Other Loans
I tried with the Substitute Function, but it seems that function won't work for something like this.
What other way to achieve this?
