Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
i have a spread sheet and want a running total based on values in every 5th &
7th cell for the entire row. now my formula is =A3+M3+S3+Y3+AE3+AK3-L3-R3-X3-AD3-AJ3 I want to continue to (or redo the formula) add every 5th cell and subtract every 7th cell without having to select each one |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try the below...
=A3+SUMPRODUCT((MOD(COLUMN(L3:IV3),6)=1)*(L3:IV3))- SUMPRODUCT((MOD(COLUMN(L3:IV3),6)=0)*(L3:IV3)) -- Jacob "bwilde" wrote: i have a spread sheet and want a running total based on values in every 5th & 7th cell for the entire row. now my formula is =A3+M3+S3+Y3+AE3+AK3-L3-R3-X3-AD3-AJ3 I want to continue to (or redo the formula) add every 5th cell and subtract every 7th cell without having to select each one |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
thanks - busy now i'll try it later or tomorrow and let you know
"Jacob Skaria" wrote: Try the below... =A3+SUMPRODUCT((MOD(COLUMN(L3:IV3),6)=1)*(L3:IV3))- SUMPRODUCT((MOD(COLUMN(L3:IV3),6)=0)*(L3:IV3)) -- Jacob "bwilde" wrote: i have a spread sheet and want a running total based on values in every 5th & 7th cell for the entire row. now my formula is =A3+M3+S3+Y3+AE3+AK3-L3-R3-X3-AD3-AJ3 I want to continue to (or redo the formula) add every 5th cell and subtract every 7th cell without having to select each one |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
subtract column right from column left in excel? | New Users to Excel | |||
How do I subtract 20% from a column of prices? | Excel Worksheet Functions | |||
subtract sum in one column from another | Excel Discussion (Misc queries) | |||
How do I subtract one column from another? | New Users to Excel | |||
HOW DO YOU ADD & SUBTRACT IN ONE COLUMN | Excel Worksheet Functions |