Ad an amount weekly

BrownBarry

New Member
Joined
Sep 3, 2014
Messages
17
Hi I am trying to add a rent amount to a total on a weekly basis.
I have a dashboard that is used by the boss and he wants to have it updated weekly.
Is there a formula that can automatically reference an amount cell and add that amount to the total on a weekly basis. Say every Monday.
Thank you for your help
 
Last edited:

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
You could have a table of data with a schedule of when rent is due, with the amount in the next column.... And just sum everything that is <= today()...

Example, Dates in column A, Rent $$$ in column B

=SUMIF($A$1:$A$99,"<="&TODAY(),$B$1:$B$99)
 
Upvote 0
You could have a table of data with a schedule of when rent is due, with the amount in the next column.... And just sum everything that is <= today()...

Example, Dates in column A, Rent $$$ in column B

=SUMIF($A$1:$A$99,"<="&TODAY(),$B$1:$B$99)


Thanks for that I will give it a go when I get home, but looks good.
 
Upvote 0

Forum statistics

Threads
1,216,146
Messages
6,129,142
Members
449,488
Latest member
qh017

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