How to return the next day of the week, by referencing a Text day of the week?

Mark McInerney

Active Member
Joined
Apr 4, 2012
Messages
262
Office Version
  1. 365
Platform
  1. Windows
Hi,

I have a cell A1 where I type in the day of the week e.g. "Monday", and I want the cells to the right, B1 to populate with the next day e.g. "Tuesday".

Thanks in Advance for any help - Mark.
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

Here are a couple of options, depending on your version information.

22 08 25.xlsm
ABC
1MondayTuesdayTuesday
Days
Cell Formulas
RangeFormula
B1B1=LET(days,TEXT(SEQUENCE(8),"dddd"),INDEX(days,MATCH(A1,days,0)+1))
C1C1=INDEX({"Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday","Monday"}, MATCH(A1,{"Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday","Monday"},0)+1)


You can also do it pretty quickly manually by dragging the Fill Handle to the right.

1661416289858.png
 
Upvote 0
You're welcome.

.. but please still update your version information as requested.
 
Upvote 0

Forum statistics

Threads
1,214,918
Messages
6,122,252
Members
449,075
Latest member
staticfluids

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