Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there anyway (without rearranging columes to have my lookup column the
second one i the list. i.e. I need to look up a number in colume 2 and get the value in column 1 something like vlookup(2,a1:b3,-1) a b 2.5 1 3.6 2 5.235 3 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=INDEX(A1:A3,MATCH(2,B1:B3,0))
"ynissel" wrote: Is there anyway (without rearranging columes to have my lookup column the second one i the list. i.e. I need to look up a number in colume 2 and get the value in column 1 something like vlookup(2,a1:b3,-1) a b 2.5 1 3.6 2 5.235 3 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
wow - thata bit complicated for me. if you have the time - can you explain
what these fuctions (offset, address, match) do? Thanks. "Elkar" wrote: See if this works for you: =OFFSET(INDIRECT(ADDRESS(MATCH(2,$A$1:$B$3,0),COLU MN($B$1))),0,-1) HTH, Elkar "ynissel" wrote: Is there anyway (without rearranging columes to have my lookup column the second one i the list. i.e. I need to look up a number in colume 2 and get the value in column 1 something like vlookup(2,a1:b3,-1) a b 2.5 1 3.6 2 5.235 3 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If Excel help isn't working on your machine, try reinstalling Excel.
Help describes all those functions, and gives examples. -- David Biddulph "ynissel" wrote in message ... wow - thata bit complicated for me. if you have the time - can you explain what these fuctions (offset, address, match) do? Thanks. "Elkar" wrote: See if this works for you: =OFFSET(INDIRECT(ADDRESS(MATCH(2,$A$1:$B$3,0),COLU MN($B$1))),0,-1) HTH, Elkar "ynissel" wrote: Is there anyway (without rearranging columes to have my lookup column the second one i the list. i.e. I need to look up a number in colume 2 and get the value in column 1 something like vlookup(2,a1:b3,-1) a b 2.5 1 3.6 2 5.235 3 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
See if this works for you:
=OFFSET(INDIRECT(ADDRESS(MATCH(2,$A$1:$B$3,0),COLU MN($B$1))),0,-1) HTH, Elkar "ynissel" wrote: Is there anyway (without rearranging columes to have my lookup column the second one i the list. i.e. I need to look up a number in colume 2 and get the value in column 1 something like vlookup(2,a1:b3,-1) a b 2.5 1 3.6 2 5.235 3 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP | Excel Discussion (Misc queries) | |||
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) | New Users to Excel | |||
IF(a1="x",(vlookup 18K rows,2,false),(vlookup 18K,3,false)) RAM? | Excel Worksheet Functions | |||
IF(AND(val1=VLOOKUP( );val2>=VLOOKUP( );val2<=VLOOKUP( );VLOOKUP( | Excel Worksheet Functions | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions |