shadydeals
New Member
- Joined
- Jun 17, 2008
- Messages
- 22
Hi --
I am using the INDEX function to pull values from a named range on another tab with matching row and column headings.
Example formula is:
=INDEX(DebtOther,MATCH($A12,INDEX(DebtOther,,1),FALSE),MATCH(CM$2,INDEX(DebtOther,1,),FALSE))
Where:
DebtOther = named range on another tab
$A12 = row item to match (ex. Account Receivable)
CM$2 = column item to match (ex. a date)
When others are auditing the spreadsheet, it is difficult to find the value the formula is referencing, so I am hoping to add a macro to quickly take a person to the cell in question.
Notes:
1. sometimes there are multiple references... ex. index(...) - index(...). In this case, I want to isolate and jump to the first index(...) function.
2. sometimes there is a cell reference or constant before the first index(...) reference... ex. $B$8 * index(...). I want to ignore $B$8 in this example.
**I also want to do the same with an HLOOKUP, but I think I can figure that out if someone can help with the INDEX function above.
Thank you!
I am using the INDEX function to pull values from a named range on another tab with matching row and column headings.
Example formula is:
=INDEX(DebtOther,MATCH($A12,INDEX(DebtOther,,1),FALSE),MATCH(CM$2,INDEX(DebtOther,1,),FALSE))
Where:
DebtOther = named range on another tab
$A12 = row item to match (ex. Account Receivable)
CM$2 = column item to match (ex. a date)
When others are auditing the spreadsheet, it is difficult to find the value the formula is referencing, so I am hoping to add a macro to quickly take a person to the cell in question.
Notes:
1. sometimes there are multiple references... ex. index(...) - index(...). In this case, I want to isolate and jump to the first index(...) function.
2. sometimes there is a cell reference or constant before the first index(...) reference... ex. $B$8 * index(...). I want to ignore $B$8 in this example.
**I also want to do the same with an HLOOKUP, but I think I can figure that out if someone can help with the INDEX function above.
Thank you!