Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 80
Default Calculate Every 4th Cell Down!

Hey!

Need something that will Calculate evrey 4th cell without using this long
process formula because this is required down the whole sheet.

=C9+C13+C17+C21

Example:

Total = 9

C9 = 1
C13 = 1
C17 = 5
C21 =2

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 114
Default Calculate Every 4th Cell Down!

You can try this:
Create a helper cell in Column D.
In Cell D9, enter this formula: =IF(MOD(ROW()-5,4)=0,C9,"-")
Copy downwards.

HTH.

"Killer" wrote:

Hey!

Need something that will Calculate evrey 4th cell without using this long
process formula because this is required down the whole sheet.

=C9+C13+C17+C21

Example:

Total = 9

C9 = 1
C13 = 1
C17 = 5
C21 =2

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 114
Default Calculate Every 4th Cell Down!

Correction:
=IF(MOD(ROW()-1,4)=0,C9,"-")

In Cell D9, enter this formula: =IF(MOD(ROW()-5,4)=0,C9,"-")



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Calculate Every 4th Cell Down!

Try this:

=SUMPRODUCT(--(MOD(ROW(C9:C100)-ROW(C9),4)=0),C9:C100)

--
Biff
Microsoft Excel MVP


"Killer" wrote in message
...
Hey!

Need something that will Calculate evrey 4th cell without using this long
process formula because this is required down the whole sheet.

=C9+C13+C17+C21

Example:

Total = 9

C9 = 1
C13 = 1
C17 = 5
C21 =2



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
How do I make a cell calculate percentages of another cell. fto Excel Discussion (Misc queries) 2 July 16th 07 06:10 AM
Can you calculate a cell name? and How to return a value from an adjacent cell? HK[_2_] Excel Worksheet Functions 4 February 14th 07 04:49 PM
if cell has date value how to calculate other cell values Excel User Excel Discussion (Misc queries) 2 August 22nd 06 01:15 AM
Cell calculate only once adamb Excel Worksheet Functions 1 May 26th 06 07:41 PM
I want to calculate 3 different % from the same cell cardfan057 New Users to Excel 13 May 2nd 06 04:44 PM


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

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

About Us

"It's about Microsoft Excel"