Need Formula to take todays date and fill dates for week days.

x8xviperx6x

New Member
Joined
May 10, 2016
Messages
18
I've been looking for an answer for quite some time now without any luck. It has been difficult to word so even more difficult to find an answer.


What i'm trying to do is have excel take todays date in cell A1 =date()

In cells a2:g2 it is respectively Sunday - Monday I need a formula to have it auto populate cells a3:g3 with the correct dates dependent of the current date in cell A1.

For example:

A1 = 08/23/2018 <--- =date()

a2 = Sunday, b2 = Monday, c2 = Tuesday, d2 = Wednesday, e2 = Thursday, f2 = Friday, g2 = Saturday <---- doesn't change
a3= 08/19/2018, b3 = 08/20/2018, c3 = 08/21/2018, d3 = 08/22/2018, e3 = 08/23/2018, f3 = 08/24/2018, g3 = 08/25/2018 <--- auto-populated.


Any help would be greatly appreciated.
Thanks!
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
The Problem with that formula is that A1 is a user inputting a specified date which changes per user. Once they input a date a3:g3 should auto populate.
 
Upvote 0
Hi,

Does this do what you want.


Book1
ABCDEFG
18/24/2018
2SundayMondayTuesdayWednesdayThursdayFridaySaturday
38/19/20188/20/20188/21/20188/22/20188/23/20188/24/20188/25/2018
Sheet197
Cell Formulas
RangeFormula
A3=$A1-WEEKDAY($A1,1)+COLUMN()


A3 formula copied across.
 
Upvote 0
I didn't even think of the column formula, this is what I was looking for! Thanks a lot for the help worked great!
 
Upvote 0
You're welcome, glad it worked for you.
 
Upvote 0

Forum statistics

Threads
1,215,219
Messages
6,123,689
Members
449,117
Latest member
Aaagu

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