Forum Discussion
zackwilson11
Oct 25, 2022Copper Contributor
Match from Column and Row
I'm working on creating a dashboard that will update to show me the true values. Before I get there, I'm working on adding the data and data sources. Since this involves multiple spreadsheets I'm usi...
- Oct 25, 2022
=INDEX($B$14:$G$22,MATCH($A3,$A$14:$A$22,0),MATCH(REPLACE(B$2,3,1,"F"),$B$13:$G$13,0))
Is this what you are looking for?
OliverScheurich
Oct 25, 2022Gold Contributor
=INDEX($B$14:$G$22,MATCH($A3,$A$14:$A$22,0),MATCH(REPLACE(B$2,3,1,"F"),$B$13:$G$13,0))
Is this what you are looking for?
- zackwilson11Oct 25, 2022Copper ContributorIt worked! Thank you so much!!!