Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Text to columns on a formula | Excel Discussion (Misc queries) | |||
Copy sum formula to Other columns not working | Excel Worksheet Functions | |||
Formula to delete blank cells across multiple columns? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Req Formula to place 1 into next columns | Excel Worksheet Functions |