![]() |
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? |
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? |
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? |
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