G
Guest
Hello all,
Dave Peterson said:Say that table is on Sheet2 in columns A and B--and you're typing the number in
Sheet1 A1.
Then you could use this in B1 to get that factor back:
=if(a1="","",vlookup(a1,sheet2!a:b,2,false))
Debra Dalgleish has lots of notes on =vlookup() and =index(match()) here:
http://www.contextures.com/xlFunctions02.html (for =vlookup())
and
http://www.contextures.com/xlFunctions03.html (for =index(match()))