Day finder

esamuel

New Member
Joined
May 8, 2015
Messages
25
Hi there.

Is there a way so if I put 'Mon' in one cell the next 6 cells across automatically enter Tue, Wed, etc? So if I start with 'Fri' the next cell till start at Sat and so fourth.

Cheers, E
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Hi, here is one option, the formula in B1 is copied across.


Excel 2013/2016
ABCDEFG
1SunMonTueWedThuFriSat
Sheet1
Cell Formulas
RangeFormula
B1=TEXT(DATE(0,1,MATCH(A1,{"Sun","Mon","Tue","Wed","Thu","Fri","Sat"},0)+1),"ddd")
 
Upvote 0
.. yet another option


Book1
ABCDEFG
1SunMonTueWedThuFriSat
Days
Cell Formulas
RangeFormula
B1=MID("MonTueWedThuFriSatSun",FIND(A1,"SunMonTueWedThuFriSat"),3)
 
Upvote 0

Forum statistics

Threads
1,215,358
Messages
6,124,487
Members
449,165
Latest member
ChipDude83

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