Thread: vlookup?
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Elkar Elkar is offline
external usenet poster
 
Posts: 964
Default vlookup?

Try this:

=INDEX(B1:Z1,1,MATCH(1,B2:Z2,0))

HTH
Elkar


"Chris" wrote:

I need a formula that looks across b2:z2 for the number 1 and then
returns the text value of row 1 in the column that the number 1 is
found in.

Any suggestions on the formula?

Thanks.