Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 30
Default inserting columns inclusion in formula

I have a worksheet containing about 150 columns with data and in the last
column I sum up data based on requirement. ( totaling of every 3rd column
like C10+F10+I10+L10+O10+R10+U10+X10. When I insert one or two columns I want
that particular column included in the formula. Is it possible.? I am using
excel 2003
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,118
Default inserting columns inclusion in formula

Try something like this:

With
Values in every 3rd column
Beginning in C1 and ending in EV1

This formula automatically sums every 3rd cell beginning with C1
EW1: =SUMPRODUCT((MOD(COLUMN($C1:$EV1),3)=0)*$C1:$EV1)


Does that help?
***********
Regards,
Ron

XL2002, WinXP


"srinivasan" wrote:

I have a worksheet containing about 150 columns with data and in the last
column I sum up data based on requirement. ( totaling of every 3rd column
like C10+F10+I10+L10+O10+R10+U10+X10. When I insert one or two columns I want
that particular column included in the formula. Is it possible.? I am using
excel 2003

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 30
Default inserting columns inclusion in formula

Dear Mr Ron,

Thanks a lot and it really solved my problem.



"Ron Coderre" wrote:

Try something like this:

With
Values in every 3rd column
Beginning in C1 and ending in EV1

This formula automatically sums every 3rd cell beginning with C1
EW1: =SUMPRODUCT((MOD(COLUMN($C1:$EV1),3)=0)*$C1:$EV1)


Does that help?
***********
Regards,
Ron

XL2002, WinXP


"srinivasan" wrote:

I have a worksheet containing about 150 columns with data and in the last
column I sum up data based on requirement. ( totaling of every 3rd column
like C10+F10+I10+L10+O10+R10+U10+X10. When I insert one or two columns I want
that particular column included in the formula. Is it possible.? I am using
excel 2003

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 195
Default inserting columns inclusion in formula

Hi Srinivas,

Use sum() funcion instead of adding each value on by one.

Thanks


srinivasan wrote:
I have a worksheet containing about 150 columns with data and in the last
column I sum up data based on requirement. ( totaling of every 3rd column
like C10+F10+I10+L10+O10+R10+U10+X10. When I insert one or two columns I want
that particular column included in the formula. Is it possible.? I am using
excel 2003


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
Text to columns on a formula Potatosalad2 Excel Discussion (Misc queries) 1 June 28th 06 06:17 PM
Copy sum formula to Other columns not working lalbay Excel Worksheet Functions 2 June 15th 06 08:40 PM
Formula to delete blank cells across multiple columns? SamFunMail Excel Worksheet Functions 2 September 1st 05 07:05 AM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Req Formula to place 1 into next columns stge Excel Worksheet Functions 1 November 8th 04 02:59 PM


All times are GMT +1. The time now is 07:32 PM.

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"