Date Formula

wlbamc

Board Regular
Joined
Apr 19, 2016
Messages
99
Office Version
  1. 2016
I currently have a formula which gives me a date if a review is due in 3 or 12 months. I now need to add weeks to the formula as well.

My formula currently is

=IF(I2<>"",EDATE(I2,MAX(K2:L2:M2)),"")

I am adding a column N and this needs to give me a date for 2 weeks after the date in column I, but I also need to keep the formula for the other columns as well.

Any help gratefully received
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
I'm confused by a duplicate question having being raised today (now locked), yet this is marked as having been solved yesterday?

Here is what I was about to post on the locked post.

It actually incorporates @jasonb75 's formula of above.

Excel Formula:
=IF(I3<>"",IF(M3=2,I3+14,EDATE(I3,MAX(K3:L3:N3))),"")

Hope that helps
 
Upvote 0
Solution
I'm confused by a duplicate question having being raised today (now locked), yet this is marked as having been solved yesterday?

Here is what I was about to post on the locked post.

It actually incorporates @jasonb75 's formula of above.

Excel Formula:
=IF(I3<>"",IF(M3=2,I3+14,EDATE(I3,MAX(K3:L3:N3))),"")

Hope that helps
Many thanks, works perfectly
 
Upvote 0

Forum statistics

Threads
1,214,925
Messages
6,122,298
Members
449,077
Latest member
Rkmenon

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