joebean4jp
New Member
- Joined
- Mar 23, 2019
- Messages
- 5
I have a calendar that was built for me. Across one row I have "Mon, Tue, Wed, etc." I have the following formula that I am using which works fine for each cell...
=TEXT(WEEKDAY(DATE(CalendarYear,4,1),1),"aaa")
With this formula it will recognize that on the "1st of April" it will read "Mon" for that cell. The problem is, I have 12 tabs for each month. I do not know a shortcut that will let me copy and paste the formula across the row while increasing each day. For example...
Cell one (Mon) would be =TEXT(WEEKDAY(DATE(CalendarYear,4,1),1),"aaa"), cell two (Tue) would be =TEXT(WEEKDAY(DATE(CalendarYear,4,2),1),"aaa")
I am looking for a shortcut that would save me time to increase the day (red number) in the formula across the row without me manually manipulating each cell, for each day, for every month.
Hopefully someone understands my question. I appreciate any help.
=TEXT(WEEKDAY(DATE(CalendarYear,4,1),1),"aaa")
With this formula it will recognize that on the "1st of April" it will read "Mon" for that cell. The problem is, I have 12 tabs for each month. I do not know a shortcut that will let me copy and paste the formula across the row while increasing each day. For example...
Cell one (Mon) would be =TEXT(WEEKDAY(DATE(CalendarYear,4,1),1),"aaa"), cell two (Tue) would be =TEXT(WEEKDAY(DATE(CalendarYear,4,2),1),"aaa")
I am looking for a shortcut that would save me time to increase the day (red number) in the formula across the row without me manually manipulating each cell, for each day, for every month.
Hopefully someone understands my question. I appreciate any help.