Rotating 5 day display

Newbienew

Active Member
Joined
Mar 17, 2017
Messages
376
Office Version
  1. 2016
Platform
  1. Windows
Hello All,

I am looking for a formula that will display the 5-day work week in 5 cells but rotate the day that has past back to the end. So if today is Monday, the first cell would display it as Monday; when it because Tuesday, then everything would just shift, and not Tuesday would be in the first cell, and Monday would be in the last.
MTWTHF

I am also only looking to only display these characters. Is this at all possible
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Like this?

Book1
BCDEF
1M T W TH F
Sheet1
Cell Formulas
RangeFormula
B1:F1B1=CHOOSE(WEEKDAY(WORKDAY(TODAY()-1,COLUMNS($B$1:B1)),2),"M"," T"," W"," TH"," F")
 
Upvote 1
See if these steps work for you:
1) Copy the following formula and place it in a cell of your choice (say, cell B2);
Excel Formula:
=CHOOSE(WEEKDAY(WORKDAY(TODAY()-1,{1,2,3,4,5}),2),"M","T","W","TH","F")
2) Starting from that cell, select four more cells to the right (i.e., range B2:F2);
3) Press the F2 key (you should see the cursor blinking at the end of the formula);
4) Press and hold the Ctrl and Shift keys, then press Enter (you should see the five selected cells populated).
 
Upvote 1
Solution
They all worked out great. Thank you all very very much
 
Upvote 0
You're welcome. Glad we could help. Thanks for the follow-up. :)
 
Upvote 0

Forum statistics

Threads
1,215,110
Messages
6,123,149
Members
449,098
Latest member
Doanvanhieu

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