Robert Germain
New Member
- Joined
- Mar 18, 2003
- Messages
- 11
Hi,
I have this formula where the sheet name is La Source and I need to incorporate an Indirect function into it for it to be dynamic. I've tried videos to get a better understanding but have not succeeded.
I have this formula where the sheet name is La Source and I need to incorporate an Indirect function into it for it to be dynamic. I've tried videos to get a better understanding but have not succeeded.
Code:
=IF(AND(Schedule!D5='La Source'!C6,Schedule!E5="Salon 281"),Schedule!E5,IF(AND(Schedule!E5<>"Salon 281",Schedule!I5<>"Salon 281"),"",Schedule!E5))
This is the Indirect function that needs to be inserted somewhere and somehow
=INDIRECT("'"&B4&"'!B4")