Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
how can i use vlookup to return value using the col_index_num to be a cell
refence instead of column number. =vlookup(...............,2,false) to be =vlookup(................a1,false) cheers |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
This seems to work for me, where the lookup value is in A2 and the lookup
column is in A1. Change A1 and it selects a different column to return. =VLOOKUP(A2,D1:G3,A1,0) In certain cases, which escapes me now, you may have to use INDIRECT(A1) to make it work. HTH Regards, Howard "Rohit" wrote in message ... how can i use vlookup to return value using the col_index_num to be a cell refence instead of column number. =vlookup(...............,2,false) to be =vlookup(................a1,false) cheers |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi
for some reason its not working. i got my working... sheet 1 (orginal) co co co co co 1 2 4 5 6 CASH 1000 2000 3000 4000 5000 sheet 2 (with formula) co co co co co 1 2 4 5 6 CASH CASH 1000 3000 4000 5000 note 2000 is missing "L. Howard Kittle" wrote: This seems to work for me, where the lookup value is in A2 and the lookup column is in A1. Change A1 and it selects a different column to return. =VLOOKUP(A2,D1:G3,A1,0) In certain cases, which escapes me now, you may have to use INDIRECT(A1) to make it work. HTH Regards, Howard "Rohit" wrote in message ... how can i use vlookup to return value using the col_index_num to be a cell refence instead of column number. =vlookup(...............,2,false) to be =vlookup(................a1,false) cheers |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I am not understanding the layout and what you are trying to do.
If you want, send me an example workbook with detailed instructions of what you want to happen. Howard "Rohit" wrote in message ... how can i use vlookup to return value using the col_index_num to be a cell refence instead of column number. =vlookup(...............,2,false) to be =vlookup(................a1,false) cheers |
#5
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Maybe you don't want the column index to be a number. Maybe you're asking how
do you match text in a title (topmost) row (like matching the text in the title (leftmost) column. If that's the case, =index(match(),match()) may work for you: http://contextures.com/xlFunctions03.html (especially examples 2 and 3.) Rohit wrote: how can i use vlookup to return value using the col_index_num to be a cell refence instead of column number. =vlookup(...............,2,false) to be =vlookup(................a1,false) cheers -- Dave Peterson |
#6
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi Dave
i want to vlookup value using column header which is 1,8,10 and 14 1 8 10 14 CASH 100 200 300 400 dEBTORS 50 150 150 200 FA 300 400 500 600 see if you can help me "Dave Peterson" wrote: Maybe you don't want the column index to be a number. Maybe you're asking how do you match text in a title (topmost) row (like matching the text in the title (leftmost) column. If that's the case, =index(match(),match()) may work for you: http://contextures.com/xlFunctions03.html (especially examples 2 and 3.) Rohit wrote: how can i use vlookup to return value using the col_index_num to be a cell refence instead of column number. =vlookup(...............,2,false) to be =vlookup(................a1,false) cheers -- Dave Peterson |
#7
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Read Debra's site. It looks like those examples are a perfect fit.
Rohit wrote: Hi Dave i want to vlookup value using column header which is 1,8,10 and 14 1 8 10 14 CASH 100 200 300 400 dEBTORS 50 150 150 200 FA 300 400 500 600 see if you can help me "Dave Peterson" wrote: Maybe you don't want the column index to be a number. Maybe you're asking how do you match text in a title (topmost) row (like matching the text in the title (leftmost) column. If that's the case, =index(match(),match()) may work for you: http://contextures.com/xlFunctions03.html (especially examples 2 and 3.) Rohit wrote: how can i use vlookup to return value using the col_index_num to be a cell refence instead of column number. =vlookup(...............,2,false) to be =vlookup(................a1,false) cheers -- Dave Peterson -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLookUp - Does the VLookUp return the exact information? | Excel Worksheet Functions | |||
Vlookup in vlookup - taking the result as array name | Excel Worksheet Functions | |||
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 | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions |