Automatically subtract one day each day from a total number of days

snejsnej

New Member
Joined
May 3, 2010
Messages
45
Hello,

Not sure if my search terms are inaccurate, but I haven't had any luck finding a solution for this seemingly simple task.

I have a total number of days (233). I'd like to subtract 1 day every day from this total.

I tried something like this:

=(C10+(K3+L3))-(C10+today())

where
C10 = base date: "7/19/2014"
K3+L3 = total number of days to be subtracted from (236)

...but I ended up with a crazy value.

Appreciate any help-
Cheers,
Jens
 

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
Not so sure how you are using it

but for example today's date serial is 41843,

so i can use = 233-today()+41843 - format cell as general

As at today, Today()=41843, so the answer is 233, but tomorrow, today() would have increased by 1, thereby giving us 232 and so on on other days
 
Upvote 0

Forum statistics

Threads
1,215,059
Messages
6,122,918
Members
449,094
Latest member
teemeren

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