Date plus add'l days when looking at 2 different date fields and determining which one to use

aadam0906

New Member
Joined
Aug 6, 2024
Messages
3
Office Version
  1. 2019
Platform
  1. Windows
I am looking to put a formula in cell M3 (highlighted in yellow), that looks at cells J3 and K3, if there is a date in cell J3, I want it to take that date and add cell M1 to it, if there is not a date I want it to take cell K3 and add M1 to it. I have tried multiple different formulas and keep reaching a dead end...any help would be appreciated

Cell H3 formula = IF(E3="N",WORKDAY(G3,$H$1,$B$3:$B$30)," ")
Cell I3 formula = IF(E3="Y",WORKDAY(G3,$I$1,$B$3:$B$30)," ")
Cell J3 formula = IF(C3="N",WORKDAY(G3,$J$1,$B$3:$B$30)," ")
Cell K3 formula = IF(OR(C3="Y",E3="Y"),WORKDAY(G3,$K$1,$B$3:$B$30)," ")

**NOTE: All dates are calculated using business days, no weekends (Sat or Sun) and no holidays

1736197993843.png
 
Last edited by a moderator:

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).

Forum statistics

Threads
1,226,462
Messages
6,191,177
Members
453,644
Latest member
karlpravin

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