Good day,
Thanks for reading.
I currently have this:
= SUMPRODUCT( (D5:N5="G")*7 + (D5:N5="A")*4 + (D5:N5="R")*1 )
Which is beautiful, thank you to PeteWright
However I'm now after some more cells being included but not adjacent to the existing ones.
For example search between D5 and N5 as usual, but now also include O5 to W5?
I tried this:
= SUMPRODUCT( (D5:O5,R5:W5="G")*7 + (D5:O5,R5:W5="A")*4 + (D5:O5,R5:W5="R")*1 )
To no success.
Thanks for the time.
Thanks for reading.
I currently have this:
= SUMPRODUCT( (D5:N5="G")*7 + (D5:N5="A")*4 + (D5:N5="R")*1 )
Which is beautiful, thank you to PeteWright
However I'm now after some more cells being included but not adjacent to the existing ones.
For example search between D5 and N5 as usual, but now also include O5 to W5?
I tried this:
= SUMPRODUCT( (D5:O5,R5:W5="G")*7 + (D5:O5,R5:W5="A")*4 + (D5:O5,R5:W5="R")*1 )
To no success.
Thanks for the time.