View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
fryerfarm
 
Posts: n/a
Default How do I return the row for a value I VLOOKUP?

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?