mikewongbiz
New Member
- Joined
- Jan 25, 2015
- Messages
- 19
Hi All,
I have two sheets and one called Week1.
This formula works for me from the other sheet:
=INDEX(Week1!$G$3:$G$50,MATCH($C6,Week1!$B$3:$B$50,0))
However, I would like to replace Week1 in the formula with a text string I type say in cell A1. This is where I get stuck. Can someone shed some light for me, thanks in advance !
For example: I tried a few things like: =INDEX("$A1"!$G$3:$G$50,MATCH($C6,"$A1"!$B$3:$B$50,0)), I may need to use Indirect Function ? But this is where I get stuck.
I have two sheets and one called Week1.
This formula works for me from the other sheet:
=INDEX(Week1!$G$3:$G$50,MATCH($C6,Week1!$B$3:$B$50,0))
However, I would like to replace Week1 in the formula with a text string I type say in cell A1. This is where I get stuck. Can someone shed some light for me, thanks in advance !
For example: I tried a few things like: =INDEX("$A1"!$G$3:$G$50,MATCH($C6,"$A1"!$B$3:$B$50,0)), I may need to use Indirect Function ? But this is where I get stuck.