Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I've done this before, but for some reason I cant get this to work on this
formula: =IF(ISERROR(VLOOKUP(ROW()-1,Formulas!$D$2:$BK$2500,51,FALSE))=TRUE,"",VLOOKU P(ROW()-1,Formulas!$D$2:$BK$2500,51,FALSE)) I would like to replace the D in "Formulas!$D$2" to read from cell k2 and I would like the number 51 to read from cell k3. If someone could help me with this, I would really appreciate it. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(ISERROR(VLOOKUP(ROW()-1,INDIRECT("Formulas!$"&K2&"$2:$BK$2500"),INDIRECT
(K3),FALSE))=TRUE,"",VLOOKUP(ROW()-1,INDIRECT("Formulas!$"&K2&"$2:$BK$2500") ,INDIRECT(K3),FALSE)) -- HTH RP (remove nothere from the email address if mailing direct) "Jordan" wrote in message ... I've done this before, but for some reason I cant get this to work on this formula: =IF(ISERROR(VLOOKUP(ROW()-1,Formulas!$D$2:$BK$2500,51,FALSE))=TRUE,"",VLOOKU P(ROW()-1,Formulas!$D$2:$BK$2500,51,FALSE)) I would like to replace the D in "Formulas!$D$2" to read from cell k2 and I would like the number 51 to read from cell k3. If someone could help me with this, I would really appreciate it. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I can't get my concatenate formula results to show | Excel Discussion (Misc queries) | |||
Can I concatenate text in cells to make a working formula? | Excel Discussion (Misc queries) | |||
adding row to forumla | Excel Discussion (Misc queries) | |||
CONCATENATE formula | Excel Discussion (Misc queries) | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) |