Week days formula.

serge

Well-known Member
Joined
Oct 8, 2008
Messages
1,399
Office Version
  1. 2007
Platform
  1. Windows
I'm looking for 2 formulas that will return designated day, see example please, Thank you.

Which formula should I put starting B9 scrolling down, to return those 2 days FRI, TUE, FRI, TUE, FRI, TUE Etc…

and the same for in column D, but returning 3 days starting in cell D9, returning WED, SAT, MON, WED, SAT, Etc…

Day week.PNG


Thank you.
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Thank you to both of you it works very well, I really appreciate your help, Thank you so much.
Serge.
 
Upvote 0
While I am not sure either of these are better than Phuoc's formulas (especially the second one), here is another way to write the formula for cell B9...

=SUBSTITUTE("TUEFRI",B8,"")

And here is an alternative for cell D9...

=MID("MONWEDSATMON",FIND(D8,"MONWEDSATMON")+3,3)
 
Upvote 0

Forum statistics

Threads
1,213,497
Messages
6,113,998
Members
448,541
Latest member
iparraguirre89

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