Formula for cumulative sums.

azerama99

New Member
Joined
Nov 13, 2019
Messages
5
Good morning lovely peoples!!

I'm having a little trouble with some formula but not sure how to solve the issue :(

so basically i'm trying to use the export of this sheet for an animated graph but dont want to display information past the date that the sheet has been created for.

for example... if i have the first 2 days filled out then i dont want the cumalative populating the rest of the month.

As you can see in the image, underneath each day is 2 cells.

H19 across, calculates the sum of the days above based on a points system.

but the real problem is the one below (H20 Across). these are meant to cumalatively sum the days that have had data input in the boxes above.

The way that i'd like to set this up is so that for example, if day 3,4 and 5 have no data because someone has been off then if the boxes have 0's in them. i want the cumalative to show the number from the previous day so in this case it would be 5. however if the cells have had no data input in to it yet and it remains blank, then i dont want it to sum the cumalative.


I'm sorry if this is confusing... it confused the hell out of me writing it ?

Many thanks in advance for any help!

Aaron
 

Attachments

  • Untitled.png
    Untitled.png
    94.7 KB · Views: 5

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
please ignore i worked out the formula,

for any one that was interested:

=IF(L13="","",IF(L13>=0,SUM($H19:L19),))

Many thanks to anyone who viewed though.
 
Upvote 0

Forum statistics

Threads
1,215,417
Messages
6,124,791
Members
449,188
Latest member
Hoffk036

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top