ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   date (https://www.excelbanter.com/excel-worksheet-functions/117290-date.html)

Geo

date
 
I am in need of a formula to return a date of the Saturday of the next week.
EX.) I run a form on either Thursday or Friday of every week. I need to
return a date of the Saturday coming up only.

Any help would be greatfully appreciated

Gary Brown

date
 
=+A1+7-MOD(A1,7)
Where A1 contains the Thurs, Friday or whatever. If A1 is Saturday, the
NEXT Saturday is returned.
--
HTH,
Gary Brown

If this post was helpful to you, please select ''YES'' at the bottom of the
post.



"Geo" wrote:

I am in need of a formula to return a date of the Saturday of the next week.
EX.) I run a form on either Thursday or Friday of every week. I need to
return a date of the Saturday coming up only.

Any help would be greatfully appreciated


daddylonglegs

date
 
For a formula that works whatever date system you are using.....

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

"Geo" wrote:

I am in need of a formula to return a date of the Saturday of the next week.
EX.) I run a form on either Thursday or Friday of every week. I need to
return a date of the Saturday coming up only.

Any help would be greatfully appreciated


Roger Govier

date
 
Maybe to get the next Sunday, Monday etc. regardless you would need to
amend the formula to
=TODAY()+A1-WEEKDAY(TODAY())+7*(TODAY()+A1-WEEKDAY(TODAY())<TODAY())

Where A1 could hold 1 For Sunday, 2 for Monday etc.

If you just used
=TODAY()+1-WEEKDAY(TODAY())
to get the next Sunday today (03 Nov 2006), the formula would return
29 Oct 2006 i.e last Sunday as opposed to next.


--
Regards

Roger Govier


"daddylonglegs" wrote in message
...
For a formula that works whatever date system you are using.....

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

"Geo" wrote:

I am in need of a formula to return a date of the Saturday of the
next week.
EX.) I run a form on either Thursday or Friday of every week. I need
to
return a date of the Saturday coming up only.

Any help would be greatfully appreciated





All times are GMT +1. The time now is 08:33 AM.

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