Formula Date

Joko Purnomo

Board Regular
Joined
Jul 14, 2008
Messages
62
Office Version
  1. 2016
Platform
  1. Windows
How is the formula, 10 days from today to be 211 days in the future, in days months and years

Example :
Today : 10 days
Become : 211 days
When 211 days next, how to make formula dd/mm/yyyy in the future when 211 days from today

Please helm me sir
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Try:

Excel Formula:
=TODAY() + 211

then just use cell formatting to display it as dd/mm/yyyy.
 
Upvote 0
Try:

Excel Formula:
=TODAY() + 211

then just use cell formatting to display it as dd/mm/

Try:

Excel Formula:
=TODAY() + 211

then just use cell formatting to display it as dd/mm/yyyy.
In many case, today not always 10, always many

Example
10
21
12
8
10

When to become 211 in the future, in example above ? How the formula
 
Upvote 0
Do you mean that if you start numbering the days from a certain start date, beginning with 1, like this:

1705735684731.png


And today is the day 10, then you want to know at what date will the day number 211 be?
If that's the case. Try this:

1705735913053.png

In column A you have differente day numbers for today. In B you get when the day 211 will be for each case with this formula in B2, and copy down:

Excel Formula:
=TODAY()-A2+211
 
Upvote 1
Solution
Do you mean that if you start numbering the days from a certain start date, beginning with 1, like this:

View attachment 105407

And today is the day 10, then you want to know at what date will the day number 211 be?
If that's the case. Try this:

View attachment 105408
In column A you have differente day numbers for today. In B you get when the day 211 will be for each case with this formula in B2, and copy down:

Excel Formula:
=TODAY()-A2+211
Thank very much
 
Upvote 0

Forum statistics

Threads
1,215,172
Messages
6,123,428
Members
449,099
Latest member
COOT

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