Hello,
I want to compare column A with column D. If the word in column A is the same as Column D OR , is the same as column D with 25 attached to it, to Display column E, or else display "-", if none of those conditions are met.
so see attached example. what is formula i would put in column b?
I thought it would be, =IF(A2,VLOOKUP(A2,$D$2:$E$6,1,FALSE),IF(A2&" 25",VLOOKUP($D$2:$E$6,1,FALSE),"-"))
But thats not working..any help would be appreciated.
Thanks
Bookmarks