I want to make this formula: =sum('MTD Data'!S11:U11) dynamic.
=MATCH(A11,'MTD Data'!$B1:$B,0) returns the number 11,
so instead of S11:U11 I want to take something like sum('MTD Data'!S(MATCH):U(MATCH)) that automatically returns S11:U11
What way is there do it?
=MATCH(A11,'MTD Data'!$B1:$B,0) returns the number 11,
so instead of S11:U11 I want to take something like sum('MTD Data'!S(MATCH):U(MATCH)) that automatically returns S11:U11
What way is there do it?