Forum Discussion
Thorkild1991
Oct 18, 2019Copper Contributor
Is it possible to create an if-command from a table?
Let's say I have a table like this: ID Name 1 James 2 David 3 Jackie I want to have a cell (A4) show me the name of a person based on their ID number shown in ...
Twifoo
Oct 18, 2019Silver Contributor
In D2, you can enter a formula like:
=LOOKUP)C2,A$2:B$4)
Note that ID's are in A2:A4 and Names are in B2:B4.