josephscott
New Member
- Joined
- Jun 13, 2011
- Messages
- 2
Hi,
I am using the following formula to try and find a value on another worksheet:
=(VLOOKUP($A11,'Actuals Raw'!$C$1:$AQ$195,MATCH(C$2,'Actuals Raw'!$C$1:$AQ$1,0),0))
This formula works fine, and it finds the correct row and column every time. The trouble is, I am looking to find the value "one to the right" of the value it finds. I have tried using the OFFSET function, but cannot seem to incorporate it into this formula. Any help appreciated.
I am using the following formula to try and find a value on another worksheet:
=(VLOOKUP($A11,'Actuals Raw'!$C$1:$AQ$195,MATCH(C$2,'Actuals Raw'!$C$1:$AQ$1,0),0))
This formula works fine, and it finds the correct row and column every time. The trouble is, I am looking to find the value "one to the right" of the value it finds. I have tried using the OFFSET function, but cannot seem to incorporate it into this formula. Any help appreciated.