srizki
Well-known Member
- Joined
- Jan 14, 2003
- Messages
- 1,831
- Office Version
- 365
- Platform
- Windows
I have several worksheets names listed in column B of consolidated worksheet, expenses in column H of consolidated worksheet and column heading in row 4. I want a formula that bring the values from corresponding sheets, by matching column A for sheet name, column H for expense type and row 4 for heading.
I tried to build the following formula that is not working,
'=INDEX(INDIRECT("'"&B25&"'!'115'!L5:Q11"),MATCH(G25,INDIRECT("'"&B25&"'!'115'!B5:B11"),0),MATCH(U4,INDIRECT("'"&B25&"'!4:4"),0))
Thanks
I tried to build the following formula that is not working,
'=INDEX(INDIRECT("'"&B25&"'!'115'!L5:Q11"),MATCH(G25,INDIRECT("'"&B25&"'!'115'!B5:B11"),0),MATCH(U4,INDIRECT("'"&B25&"'!4:4"),0))
Thanks