ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   I want a particular cell to know the upcoming Saturday date. (https://www.excelbanter.com/excel-discussion-misc-queries/163322-i-want-particular-cell-know-upcoming-saturday-date.html)

Mae

I want a particular cell to know the upcoming Saturday date.
 
I want to put the future Saturday date in a cell. In other words, any time
that I open my spreadsheet, regardless of whether it is on a Tuesday or
Thursday or any day, I want that particular cell to know what the upcoming
Saturday date is.



Bob Phillips

I want a particular cell to know the upcoming Saturday date.
 
=TODAY()+CHOOSE(WEEKDAY(TODAY()),6,5,4,3,2,1,0)

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Mae" wrote in message
...
I want to put the future Saturday date in a cell. In other words, any time
that I open my spreadsheet, regardless of whether it is on a Tuesday or
Thursday or any day, I want that particular cell to know what the upcoming
Saturday date is.





Mae

I want a particular cell to know the upcoming Saturday date.
 
You are a guru! That is perfect! Thank you very much!
Mae

"Bob Phillips" wrote:

=TODAY()+CHOOSE(WEEKDAY(TODAY()),6,5,4,3,2,1,0)

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Mae" wrote in message
...
I want to put the future Saturday date in a cell. In other words, any time
that I open my spreadsheet, regardless of whether it is on a Tuesday or
Thursday or any day, I want that particular cell to know what the upcoming
Saturday date is.






Sandy Mann

I want a particular cell to know the upcoming Saturday date.
 
=TODAY()+7-WEEKDAY(TODAY()+7)

or if you want Saturday to show the following Saturday not that day:

=TODAY()+8-WEEKDAY(TODAY()+8)

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Mae" wrote in message
...
I want to put the future Saturday date in a cell. In other words, any time
that I open my spreadsheet, regardless of whether it is on a Tuesday or
Thursday or any day, I want that particular cell to know what the upcoming
Saturday date is.






Myrna Larson

I want a particular cell to know the upcoming Saturday date.
 
Hi, Sandy:

Do you have a typo in one of your formulas? For me, both return the same date.

Why WEEKDAY(TODAY()+7)? That's the same as WEEKDAY(TODAY()), no?

Can't you use just

=TODAY()-WEEKDAY(TODAY())+7

The subtraction takes you to the Saturday BEFORE today, adding 7 takes you to
the Saturday AFTER today. This gives the same result as your formulas.

On Wed, 24 Oct 2007 15:28:10 +0100, "Sandy Mann"
wrote:

=TODAY()+7-WEEKDAY(TODAY()+7)

or if you want Saturday to show the following Saturday not that day:

=TODAY()+8-WEEKDAY(TODAY()+8)


Sandy Mann

I want a particular cell to know the upcoming Saturday date.
 
"Myrna Larson" wrote in message
...
Do you have a typo in one of your formulas? For me, both return the same
date


Yes they do for today or any day that is not a Saturday but, unlesss I have
got it wrong, the +8 formula will return the *next* Saturday's date not that
day's date.

I tested it by referencing a column of dates with both formulas instead of
hard coding TODAY() and both formulas returned the same date until the
originating cell was a Saturday when there was a 7 day difference.

Or am I wrong?
--
Regards,

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Myrna Larson" wrote in message
...
Hi, Sandy:

Do you have a typo in one of your formulas? For me, both return the same
date.

Why WEEKDAY(TODAY()+7)? That's the same as WEEKDAY(TODAY()), no?

Can't you use just

=TODAY()-WEEKDAY(TODAY())+7

The subtraction takes you to the Saturday BEFORE today, adding 7 takes you
to
the Saturday AFTER today. This gives the same result as your formulas.

On Wed, 24 Oct 2007 15:28:10 +0100, "Sandy Mann"

wrote:

=TODAY()+7-WEEKDAY(TODAY()+7)

or if you want Saturday to show the following Saturday not that day:

=TODAY()+8-WEEKDAY(TODAY()+8)





Sandy Mann

I want a particular cell to know the upcoming Saturday date.
 
Oh I see!

Why WEEKDAY(TODAY()+7)? That's the same as WEEKDAY(TODAY()), no?


Yes you are correct there. I think that I was all caught up in the second
formula returning the *next* Saturday that I failed to read your post
properly.


--
Regards,

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Myrna Larson" wrote in message
...
Hi, Sandy:

Do you have a typo in one of your formulas? For me, both return the same
date.

Why WEEKDAY(TODAY()+7)? That's the same as WEEKDAY(TODAY()), no?

Can't you use just

=TODAY()-WEEKDAY(TODAY())+7

The subtraction takes you to the Saturday BEFORE today, adding 7 takes you
to
the Saturday AFTER today. This gives the same result as your formulas.

On Wed, 24 Oct 2007 15:28:10 +0100, "Sandy Mann"

wrote:

=TODAY()+7-WEEKDAY(TODAY()+7)

or if you want Saturday to show the following Saturday not that day:

=TODAY()+8-WEEKDAY(TODAY()+8)






All times are GMT +1. The time now is 06:38 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com