Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Future Day's

Status
Not open for further replies.

TJVFree

Technical User
Nov 22, 2010
236
US
Hi,
I’m trying to find a formula that will pull the date for the future days Tuesday, Wednesday, Thursday, and Friday.
The formula’s I was using pulled the data from the previous week until It’s that day.

=Format(Date()-(Weekday(Date(),2))+1,"mm/dd/yyyy")

=Format(Date()-(Weekday(Date(),2))+2,"mm/dd/yyyy")

=Format(Date()-(Weekday(Date(),2))+3,"mm/dd/yyyy")

=Format(Date()-(Weekday(Date(),2))+4,"mm/dd/yyyy")

=Format(Date()-(Weekday(Date(),2))+5,"mm/dd/yyyy")


TCB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top