Hello......
I need help with below spreadsheet
12345876
17889899
18899755
88999987
66778889
77776556
How do I write an if function that states if A2 begins with 1 then B2 should be SPA if A2 begins with 8 then B2 is GBP etc.
Hello......
I need help with below spreadsheet
12345876
17889899
18899755
88999987
66778889
77776556
How do I write an if function that states if A2 begins with 1 then B2 should be SPA if A2 begins with 8 then B2 is GBP etc.
Last edited by Annbc; 07-04-2014 at 11:30 PM. Reason: spelling error
=if(left(a2,1)*1=1,"SPA",if(left(a2,1)*1=8,"GBP",""))
Try this
Samba
Say thanks to those who have helped you by clicking Add Reputation star.
Thanks it worked.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks