Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Mae Mae is offline
external usenet poster
 
Posts: 5
Default 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.


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default 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.




  #3   Report Post  
Posted to microsoft.public.excel.misc
Mae Mae is offline
external usenet poster
 
Posts: 5
Default 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.





  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,345
Default 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.





  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 863
Default 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)



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,345
Default 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)




  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,345
Default 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)




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
cell color in conjunction with upcoming date Will Ruckel Excel Discussion (Misc queries) 2 July 29th 07 08:20 PM
Determine next Saturday in calendar based on date in a cell ann New Users to Excel 4 October 9th 06 05:09 PM
Upcoming expiry date warnings that turn cell contents red Heather via OfficeKB.com Excel Discussion (Misc queries) 3 October 17th 05 06:32 PM
can a cell remind you of an upcoming bill date payment Colin2u Excel Discussion (Misc queries) 3 August 11th 05 07:56 PM
compute upcoming Sunday date in a cell CJ Excel Worksheet Functions 2 November 25th 04 03:33 PM


All times are GMT +1. The time now is 01:20 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"