ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Date Function formula that will return the date of a specific week (https://www.excelbanter.com/excel-worksheet-functions/93509-date-function-formula-will-return-date-specific-week.html)

Greg

Date Function formula that will return the date of a specific week
 
I am trying to set up a date field in a spreadsheet that will always give the
date of the upcoming Saturday. I have tried the "Weekday" function along with
the "If" and the "If/Or" statements without success. Can someone help?

Don Guillett

Date Function formula that will return the date of a specific week
 
try
=TODAY()-WEEKDAY(TODAY())+7

--
Don Guillett
SalesAid Software

"Greg" wrote in message
...
I am trying to set up a date field in a spreadsheet that will always give
the
date of the upcoming Saturday. I have tried the "Weekday" function along
with
the "If" and the "If/Or" statements without success. Can someone help?




pdberger

Date Function formula that will return the date of a specific week
 
Greg --

Here's something. Tried it and it seems to work. If today's date is in
cell A1:

=A1+(7-WEEKDAY(A1))

HTH

"Greg" wrote:

I am trying to set up a date field in a spreadsheet that will always give the
date of the upcoming Saturday. I have tried the "Weekday" function along with
the "If" and the "If/Or" statements without success. Can someone help?



Date Function formula that will return the date of a specific week
 
Hi

Try this:
=A2+(7-WEEKDAY(A2))
with your date in A2

Hope this helps.
Andy.

"Greg" wrote in message
...
I am trying to set up a date field in a spreadsheet that will always give
the
date of the upcoming Saturday. I have tried the "Weekday" function along
with
the "If" and the "If/Or" statements without success. Can someone help?




Toppers

Date Function formula that will return the date of a specific week
 
try:

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

"Greg" wrote:

I am trying to set up a date field in a spreadsheet that will always give the
date of the upcoming Saturday. I have tried the "Weekday" function along with
the "If" and the "If/Or" statements without success. Can someone help?



All times are GMT +1. The time now is 04:51 AM.

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