Hi,
This formula should work. Try it in cell D9 of tab (sheet) CAL.
=INDEX(INDIRECT("'" & D3 & "'!C3:I8"), MATCH(D5, INDIRECT("'" & D3 & "'!B3:B8"), 0), MATCH(D7, INDIRECT("'" & D3 & "'!C2:I2"), 0))
Hope this helps.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I need to be able to display a value ('CAL'!D9) by using matrix selection D5(='D3'!$B$3:$B$14) and D7 (='D3'!$B$3:$B$14) based on D3 which is a tab selected. Each tab is setup with same selection so JAN is identical to FEB but not the entries.
Hi,
This formula should work. Try it in cell D9 of tab (sheet) CAL.
=INDEX(INDIRECT("'" & D3 & "'!C3:I8"), MATCH(D5, INDIRECT("'" & D3 & "'!B3:B8"), 0), MATCH(D7, INDIRECT("'" & D3 & "'!C2:I2"), 0))
Hope this helps.
Try this:
=INDIRECT(D3 & "!" & D5) INDIRECT(D3 & "!" & D7)
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
1 deleted commentComments have been turned off. Learn more