Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a spreadsheet I am returning various variables from. When it returns
a value I would like to in a separate cell have a formula that tells me what row that value came from. I can't seem to write the formula correctly. I am assuming I need to some how nest the ROW function with the VLOOKUP function. Is this possible? Here is my current formula: =VLOOKUP($B6,'Loan Disbursement Summary'!$I$2:$BV$8477,3,FALSE) Where does the ROW function belong in this mix? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Since your lookup table starts in row 2, use
=match($B6,'Loan Disbursement Summary'!$I$2:$BV$8477,0)+1 "fryerfarm" wrote: I have a spreadsheet I am returning various variables from. When it returns a value I would like to in a separate cell have a formula that tells me what row that value came from. I can't seem to write the formula correctly. I am assuming I need to some how nest the ROW function with the VLOOKUP function. Is this possible? Here is my current formula: =VLOOKUP($B6,'Loan Disbursement Summary'!$I$2:$BV$8477,3,FALSE) Where does the ROW function belong in this mix? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=MATCH($B6,'Loan Disbursement Summary'!$I$2:$I$8477,0)+1
-- HTH RP (remove nothere from the email address if mailing direct) "fryerfarm" wrote in message ... I have a spreadsheet I am returning various variables from. When it returns a value I would like to in a separate cell have a formula that tells me what row that value came from. I can't seem to write the formula correctly. I am assuming I need to some how nest the ROW function with the VLOOKUP function. Is this possible? Here is my current formula: =VLOOKUP($B6,'Loan Disbursement Summary'!$I$2:$BV$8477,3,FALSE) Where does the ROW function belong in this mix? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Table (vlookup 2 column text values, return 1 value) | Excel Discussion (Misc queries) | |||
How can I use the vlookup function to return a sum of the values? | Excel Discussion (Misc queries) | |||
Have Vlookup return a Value of 0 instead of #N/A | Excel Worksheet Functions | |||
Using a Vlookup to return values in a data list? | Excel Worksheet Functions | |||
Can VLOOKUP return multiple answers based on several identical lo. | Excel Worksheet Functions |