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

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
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,621
Messages
6,125,884
Members
449,269
Latest member
GBCOACW

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