Need formula to return next Monday's date

  • Thread starter Frustrated in Portland
  • Start date
F

Frustrated in Portland

I'm trying to return the mm/dd/yyyy for the next Monday on a continuing
basis. On a separate sheet I created column "A" with =TODAY() in cell A2
and filled down a series of the next six days. B2:B8 cells equal the
corresponding values from A2:A8 formated as dddd to display a continuously
rotating list of the days of the week.

I want to look up the text "Monday" from column B and return the
corresponding date value from column A. How can I use TEXT() in the
=INDEX(Sheet1!A2:B8,MATCH("Monday",Sheet1!B2:B8,0),2) function to make this
work? I'm getting #N/A.

Is there an easier way?

I'm using Excel 2007

Thanks, Frustrated in Portland
 
T

T. Valko

Is there an easier way?

So, if today is Monday then you still want next Monday's date?

=TODAY()-WEEKDAY(NOW(),2)+8
 
F

Frustrated in Portland

Thanks for the helpful replies.

It works!

"No longer frustrated in Portland"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top