Date Manipulation

Kyle789

New Member
Joined
Jun 28, 2020
Messages
5
Office Version
  1. 365
Platform
  1. Windows
Hello,

I am hoping someone can help me with some date formulas. As you can see below I have a calendar of dates. At the moment I manually enter the dates below the weekday.

Can someone help me with a formula that shows today's date as well as the next 6 dates in the future?

In the example below, today's date is Sunday June 28, 2020, and the calendar is showing June 28th to July 4. When I open the file tomorrow, the date for Sunday should show July 5.

Thank you for your help!



1593352215537.png
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
B3 formula = $e$3+1
C3 formula = b3+1, copy to from C3 to H3.
 
Upvote 0
To enter a formula type this "=$E$3+1"
 
Upvote 0
It seems were getting closer, but the dates arent correct

1593353617952.png
 
Upvote 0
How about
+Fluff New.xlsm
ABCDEFGH
128/06/2020
2MondayTuesdayWednesdayThursdayFridaySaturdaySunday
329/06/202030/06/202001/07/202002/07/202003/07/202004/07/202028/06/2020
Main
Cell Formulas
RangeFormula
E1E1=TODAY()
B3B3=WORKDAY.INTL($E1,--(NOT(TEXT($E1,"dddd")=B2)),"0111111")
C3C3=WORKDAY.INTL($E1,--(NOT(TEXT($E1,"dddd")=C2)),"1011111")
D3D3=WORKDAY.INTL($E1,--(NOT(TEXT($E1,"dddd")=D2)),"1101111")
E3E3=WORKDAY.INTL($E1,--(NOT(TEXT($E1,"dddd")=E2)),"1110111")
F3F3=WORKDAY.INTL($E1,--(NOT(TEXT($E1,"dddd")=F2)),"1111011")
G3G3=WORKDAY.INTL($E1,--(NOT(TEXT($E1,"dddd")=G2)),"1111101")
H3H3=WORKDAY.INTL($E1,--(NOT(TEXT($E1,"dddd")=H2)),"1111110")
 
Upvote 0
How about
+Fluff New.xlsm
ABCDEFGH
128/06/2020
2MondayTuesdayWednesdayThursdayFridaySaturdaySunday
329/06/202030/06/202001/07/202002/07/202003/07/202004/07/202028/06/2020
Main
Cell Formulas
RangeFormula
E1E1=TODAY()
B3B3=WORKDAY.INTL($E1,--(NOT(TEXT($E1,"dddd")=B2)),"0111111")
C3C3=WORKDAY.INTL($E1,--(NOT(TEXT($E1,"dddd")=C2)),"1011111")
D3D3=WORKDAY.INTL($E1,--(NOT(TEXT($E1,"dddd")=D2)),"1101111")
E3E3=WORKDAY.INTL($E1,--(NOT(TEXT($E1,"dddd")=E2)),"1110111")
F3F3=WORKDAY.INTL($E1,--(NOT(TEXT($E1,"dddd")=F2)),"1111011")
G3G3=WORKDAY.INTL($E1,--(NOT(TEXT($E1,"dddd")=G2)),"1111101")
H3H3=WORKDAY.INTL($E1,--(NOT(TEXT($E1,"dddd")=H2)),"1111110")

That seems to be exactly what I need. Thank you for taking the time to provide me with a solution!

Thanks to eduzs for your input as well.
 
Upvote 0
Glad we could help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,875
Messages
6,122,044
Members
449,063
Latest member
ak94

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