Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Donnie
 
Posts: n/a
Default Can you do a function like =TODAY() PLUS 1?

I would like to set up a formula that produces the date for tomorrow, the
next day and so on... I am fine with the TODAY function, but can you make a
formula that uses today's date and projects forward from there?
Any help would be greatly appreciated.
Thanks
  #2   Report Post  
cgarrett1999
 
Posts: n/a
Default

Yes, "=today+1" without quote marks.

  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default

Yes, guess how

=TODAY()+1

If you only want working days, then use

=WORKDAY(TODAY(),5)

as an example.

--
HTH

Bob Phillips

"Donnie" wrote in message
...
I would like to set up a formula that produces the date for tomorrow, the
next day and so on... I am fine with the TODAY function, but can you make

a
formula that uses today's date and projects forward from there?
Any help would be greatly appreciated.
Thanks



  #4   Report Post  
aristotle
 
Posts: n/a
Default

Hi,

Yes you can add x days onto a date and it will increase correctly.
Alternatively you could use the DATE() function e.g.
=DATE(YEAR(B2),MONTH(B2),DAY(B2)+1) where B2 hosts the date driving the
requirements.

BTW - There are a number of handy functions within the analysis toolpak:

Go to: Tools - Addin - Analysis Toolpak.

Handy functions for instance a

EOMONTH() -- Returns the serial number for the last day of the month that is
the indicated number of months before or after start_date.

EDATE() -- Returns the serial number that represents the date that is the
indicated number of months before or after a specified date (the start_date).

WEEKNUM() -- Returns the day of the week (1;2;3;4;5;6;7) corresponding to a
date.

Use the help feature to grasp a more detailed understanding of these and
many more.

Regards,
A

"Donnie" wrote:

I would like to set up a formula that produces the date for tomorrow, the
next day and so on... I am fine with the TODAY function, but can you make a
formula that uses today's date and projects forward from there?
Any help would be greatly appreciated.
Thanks

  #5   Report Post  
aristotle
 
Posts: n/a
Default

Donnie,

=TODAY()+1, the parenthesis must be included.

Regards,
A

"cgarrett1999" wrote:

Yes, "=today+1" without quote marks.




  #6   Report Post  
Donnie
 
Posts: n/a
Default

Thanks very much Aristotle.
Very helpful.

Another quick question. Can you do week commencing?
ie As today is Tuesday, could you do a function that takes today and returns
the monday of that week?

THanks
Donnie

"aristotle" wrote:

Hi,

Yes you can add x days onto a date and it will increase correctly.
Alternatively you could use the DATE() function e.g.
=DATE(YEAR(B2),MONTH(B2),DAY(B2)+1) where B2 hosts the date driving the
requirements.

BTW - There are a number of handy functions within the analysis toolpak:

Go to: Tools - Addin - Analysis Toolpak.

Handy functions for instance a

EOMONTH() -- Returns the serial number for the last day of the month that is
the indicated number of months before or after start_date.

EDATE() -- Returns the serial number that represents the date that is the
indicated number of months before or after a specified date (the start_date).

WEEKNUM() -- Returns the day of the week (1;2;3;4;5;6;7) corresponding to a
date.

Use the help feature to grasp a more detailed understanding of these and
many more.

Regards,
A

"Donnie" wrote:

I would like to set up a formula that produces the date for tomorrow, the
next day and so on... I am fine with the TODAY function, but can you make a
formula that uses today's date and projects forward from there?
Any help would be greatly appreciated.
Thanks

  #7   Report Post  
Bob Phillips
 
Posts: n/a
Default

=TODAY()-WEEKDAY(TODAY()-2)

--
HTH

Bob Phillips

"Donnie" wrote in message
...
Thanks very much Aristotle.
Very helpful.

Another quick question. Can you do week commencing?
ie As today is Tuesday, could you do a function that takes today and

returns
the monday of that week?

THanks
Donnie

"aristotle" wrote:

Hi,

Yes you can add x days onto a date and it will increase correctly.
Alternatively you could use the DATE() function e.g.
=DATE(YEAR(B2),MONTH(B2),DAY(B2)+1) where B2 hosts the date driving the
requirements.

BTW - There are a number of handy functions within the analysis toolpak:

Go to: Tools - Addin - Analysis Toolpak.

Handy functions for instance a

EOMONTH() -- Returns the serial number for the last day of the month

that is
the indicated number of months before or after start_date.

EDATE() -- Returns the serial number that represents the date that is

the
indicated number of months before or after a specified date (the

start_date).

WEEKNUM() -- Returns the day of the week (1;2;3;4;5;6;7) corresponding

to a
date.

Use the help feature to grasp a more detailed understanding of these and
many more.

Regards,
A

"Donnie" wrote:

I would like to set up a formula that produces the date for tomorrow,

the
next day and so on... I am fine with the TODAY function, but can you

make a
formula that uses today's date and projects forward from there?
Any help would be greatly appreciated.
Thanks



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
I NEED HELP with the SPELLNUMBER Function vag Excel Worksheet Functions 0 June 21st 05 08:17 AM
Excel option to store trendline's coefficients in cells for use Miguel Saldana Charts and Charting in Excel 9 June 20th 05 08:45 PM
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
Automatically up date time in a cell Mark Excel Discussion (Misc queries) 5 May 12th 05 12:26 AM
clock Wildman Excel Worksheet Functions 2 April 26th 05 10:31 AM


All times are GMT +1. The time now is 05:21 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"