Date question: calculated date + specific day of the week

JulieH

New Member
Joined
Aug 12, 2010
Messages
2
Hi! Your help is greatly appreciated!

  • Bid openings are always on Wednesday.
  • Advertisement dates can be any weekday.
  • A project must be advertised for a minimum of four weeks (holidays, weekends not excluded).
I need to calculate a date, based on the (advertisement date) that is a *Wednesday* at least four weeks following the (advertisement date).

Can you help me? :) Thank you!
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Date in A1.

=IF(WEEKDAY(A1)<=4,A1-WEEKDAY(A1)+32,A1-WEEKDAY(A1)+39)

Format cell as date.
 
Upvote 0
Welcome to the Board...

If your advertisement date is in B2, try:

Code:
=B2-WEEKDAY(B2+3)+35

Matty
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,832
Messages
6,121,847
Members
449,051
Latest member
excelquestion515

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top