jim may
Well-known Member
- Joined
- Jul 4, 2004
- Messages
- 7,486
I have a column filled with the following formula:
=SUM(INDIRECT"'"&VLOOKUP($C$1,LookUpData!A:F,6,FALSE)&"'!Chase"))
But from time to time, after a review -- I need to add "1" to the $C$1 (numeric entry) to several cells only.
I'm hoping to use C/F to highlight ALL CELLS that contain the "$C$1+1" cell reference, like the below:
=SUM(INDIRECT"'"&VLOOKUP($C$1+1,LookUpData!A:F,6,FALSE)&"'!Chase"))
How can this be achieved?
Tks in Advance.
Jim
=SUM(INDIRECT"'"&VLOOKUP($C$1,LookUpData!A:F,6,FALSE)&"'!Chase"))
But from time to time, after a review -- I need to add "1" to the $C$1 (numeric entry) to several cells only.
I'm hoping to use C/F to highlight ALL CELLS that contain the "$C$1+1" cell reference, like the below:
=SUM(INDIRECT"'"&VLOOKUP($C$1+1,LookUpData!A:F,6,FALSE)&"'!Chase"))
How can this be achieved?
Tks in Advance.
Jim