Hi all,
Struggling wth the correct formula here.
In A4 I need a sum offset formula
In B4 I have the number of columns I want totalled (sum)
In C4-DQ4 I have my values
I have tried the formula below in A4 but it doesn't seem to be giving me the right totals - I suspect it is the format of the offset argument that is wrong
=IF(B4="","",SUM($B$4,OFFSET($B$4,0,0,B4,1)))
Any help as always greatly appreciated
Struggling wth the correct formula here.
In A4 I need a sum offset formula
In B4 I have the number of columns I want totalled (sum)
In C4-DQ4 I have my values
I have tried the formula below in A4 but it doesn't seem to be giving me the right totals - I suspect it is the format of the offset argument that is wrong
=IF(B4="","",SUM($B$4,OFFSET($B$4,0,0,B4,1)))
Any help as always greatly appreciated