column c
Orange
blue
yellow
Need Column d to translate
Replace orange with 45
replace blue with 65
Replace yellow with 88
whats the easiest function to handle this
column c
Orange
blue
yellow
Need Column d to translate
Replace orange with 45
replace blue with 65
Replace yellow with 88
whats the easiest function to handle this
maybe
=LOOKUP(C1,{"Orange","Blue","Yellow"},{65,45,88})
or
=CHOOSE(MATCH(C1,{"Orange","Blue","Yellow"},0),45,65,88)
put on D1 and copied down
Last edited by azumi; 09-06-2015 at 10:56 PM.
Hi there. Here's one way:
=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(A1,"orange",45),"blue",65),"yellow",88)
Glenn
None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks