Hello dsschaser. Welcome to the forum.
You can do it with INDEX() MATCH() formula
In cell B3 place this formula:
=INDEX('Data Sheet'!$B$3:$E$6,MATCH($A3,'Data Sheet'!$A$3:$A$6,0),MATCH(B$1,'Data Sheet'!$B$1:$E$1,0))
copy it to other green cells in B,C,D and F cols
BTW - the SUM() function is used for addition so your formula in E3: =SUM((D3-C3)/C3) has unnecessary SUM() - it should be =(D3-C3)/C3
Same for G3 - change from =SUM(F3*$K$3) to =F3*$K$3 and in H3 change from =SUM((G3-D3)/D3) to =(G3-D3)/D3
Bookmarks