Forum Discussion
Matt Walje
Nov 07, 2017Copper Contributor
Getting a value in one cell, if a cell matches a another cell.
I'm looking for help coming up with a formula to solve the problem below... In column A I have a list of names in a random order. In column B I have a unique numerical ID number associated with ...
Rajashekhar Sheelvant
Nov 08, 2017Brass Contributor
Hi Matt,
Assuming that the 1st name starts at the cell A1, Enter this formula in D1 "=VLOOKUP(C1,A:B,2,FALSE)" and drag it down.. You will get what you are looking for. hope this helps.
Matt Walje
Nov 09, 2017Copper Contributor
Thank you Rajashekhar!
That worked perfectly!