#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Sum totals

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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Sum totals

To sum F8,J8,N8 use =SUM(F8,J8,N8) OR try the below array formula to leave
values in between.

Please note that this is an array formula. Within the cell in edit mode (F2)
paste this formula and press Ctrl+Shift+Enter to apply this formula. If
successful in 'Formula Bar' you can notice the curly braces at both ends like
"{=<formula}"

=SUM(IF(MOD(COLUMN(F8:N8),4)=2,F8:N8))


If this post helps click Yes
---------------
Jacob Skaria


"Sure" wrote:

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

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default 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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pivot Totals: Group totals different from Grand totals PsyberFox Excel Discussion (Misc queries) 1 February 13th 08 06:16 PM
Grand Totals with Nested Sub Totals Brenda from Michigan Excel Discussion (Misc queries) 7 January 18th 08 01:26 PM
how to enter totals and sub totals from receipts into excel. mjd23 New Users to Excel 2 January 11th 08 01:54 AM
Summing Weekly Totals into Monthly Totals steph44haf Excel Worksheet Functions 3 July 5th 06 04:51 PM
Comparing/matching totals in a column to totals in a row Nicole L. Excel Worksheet Functions 3 January 27th 05 10:42 PM


All times are GMT +1. The time now is 06:49 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"