IF/AND Function with WORKDAY.INTL

ValyrianSteel

New Member
Joined
Jun 23, 2022
Messages
15
Office Version
  1. 365
Platform
  1. MacOS
Hi All,

Me again with another query I can't seem to solve! :(

I have previously posted the thread the below and got an answer which solved the problem.

If function using dates to only return dates on a Monday

I am now looking to amend the formula to take the baseline (Column AR) into consideration. So if the baseline is after the lease forecast or the actual (columns AK/AL) then it would use the baseline date. All while keeping the original formula of only starting on a Monday working :)

Any help would be great!!!!

1666947424833.png
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Something like

=WORKDAY.INTL(MAX(AR102,IF(AL102="",AK102,AL102))+42+AP102+1,-1,"0111111")
 
Upvote 0
Solution
Something like

=WORKDAY.INTL(MAX(AR102,IF(AL102="",AK102,AL102))+42+AP102+1,-1,"0111111")
Pretty much spot on!! Needed an extra bracket to but that is all!

=WORKDAY.INTL(MAX(AR44,(IF(AL44="",AK44,AL44)))+42+AP44+1,-1,"0111111")

Thank you!!! Have a great day!

P.S If you amend your post I can mark as solution? Don't want to mark my own that is all
 
Upvote 0

Forum statistics

Threads
1,214,800
Messages
6,121,641
Members
449,044
Latest member
hherna01

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