Hi
I am trying to assign a number to letters in a cell.
E.G
AB = 4
AC = 5
AD = 7
BT = 9
Lets say column A has the letters and i want column B to assign the number according to the letters.
Hope this is clear
Hi
I am trying to assign a number to letters in a cell.
E.G
AB = 4
AC = 5
AD = 7
BT = 9
Lets say column A has the letters and i want column B to assign the number according to the letters.
Hope this is clear
Simple method might be Vlookup as per attached sample
Cobwebs, Alba Gu Brath (Scotland Forever)
Try this
=IFERROR(LOOKUP(A1,{"AB",4;"AC",5;"AD",7;"BT",9}),"")
If you like my answer please click on * Add Reputation
Don't forget to mark threads as "Solved" if your problem has been resolved
"Nothing is so firmly believed as what we least know."
--Michel de Montaigne
Thank you very much its perfect
You're welcome and thank you for the feedback!![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks