This works:
But this does not:
Nor does this:
And this doesn't either:
Can someone explain why it does not like me putting a range in there?
Thanks very much!
Code:
=SUM(July!H39+G8+G9+G10+G11+G12+G13+G14)*(B41)
But this does not:
Code:
=SUM(July!H39)*(B41)+(G8:G14)*(B41)
Nor does this:
Code:
=SUM(July!H39)+(G8:G14)*(B41)
And this doesn't either:
Code:
=SUM(July!H39+G8:G14)*(B41)
Can someone explain why it does not like me putting a range in there?
Thanks very much!