P
Paul
Consider two rows of cells. The cells in the first row have names picked
from a validation drop down list. I'd like each of the names to correspond
to a specific number which needs to populate in the cell below the name. So
if I pick cell A1 to be John, A2 should be 6. If I pick B1 to be Sally, B2
should be 89. I'd like to create a table somewhere that lets me list the
names with their respective values.
I know I can write something like...
If(A1 = "john", 6)
....but how does one accomplish this with 20 or so names?
Thank you!
from a validation drop down list. I'd like each of the names to correspond
to a specific number which needs to populate in the cell below the name. So
if I pick cell A1 to be John, A2 should be 6. If I pick B1 to be Sally, B2
should be 89. I'd like to create a table somewhere that lets me list the
names with their respective values.
I know I can write something like...
If(A1 = "john", 6)
....but how does one accomplish this with 20 or so names?
Thank you!