View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
daddylonglegs
 
Posts: n/a
Default How to make a cell value generate a cell value in another cell


VLOOKUP, as you say, is probably best

If your table is C1:D10 then use this formula in B1

=VLOOKUP(A1,$C$1:$D$10,2,0)


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=504823