Posted to microsoft.public.excel.worksheet.functions
|
|
Sum totals
Hi,
Try this
=SUMPRODUCT((MOD(COLUMN(F8:N8),4)=2)*(F8:N8))
--
Regards,
Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com
"Sure" wrote in message
...
I have a Total of the first 3 columns and at the end of the row, i want to
have sum of these totals. For example, I have Totals in F8, J8, N8 and the
columns in between have the values. I am looking for a formula which would
skip the in between columns and given the sum of the totals (F8+J8,N8). I
used the Sum function and selected the cells individually but due to some
restriction, it says too many arguments. Please help
|