francoiscj1
New Member
- Joined
- Aug 21, 2017
- Messages
- 33
- Office Version
- 365
- Platform
- Windows
The following formula is in my Column N:
=IFERROR(IF(OR(ISNUMBER(SEARCH("Expedite",D4)),ISNUMBER(SEARCH("Urgent",D4))),I4,WORKDAY(MAX(IF(ISNUMBER(I4),I4,H4),J4,K4,L4,M4),IF(G4="Annual",WORKDAY(EDATE(I4,12),1,Control!$A$1:$A$13),IF(G4="Every 2 Years",WORKDAY(EDATE(I4,24),1,Control!$A$1:$A$13),IF(G4="Every 3 Years",WORKDAY(EDATE(I4,36),1,Control!$A$1:$A$13),""))))),"")
For example, in N4, the date should be calculating three years from the date in I4 (11/29/2026). There is no date for H4 since the potential employee began work in 2023. What am I doing wrong?
Attached is a screenshot.
=IFERROR(IF(OR(ISNUMBER(SEARCH("Expedite",D4)),ISNUMBER(SEARCH("Urgent",D4))),I4,WORKDAY(MAX(IF(ISNUMBER(I4),I4,H4),J4,K4,L4,M4),IF(G4="Annual",WORKDAY(EDATE(I4,12),1,Control!$A$1:$A$13),IF(G4="Every 2 Years",WORKDAY(EDATE(I4,24),1,Control!$A$1:$A$13),IF(G4="Every 3 Years",WORKDAY(EDATE(I4,36),1,Control!$A$1:$A$13),""))))),"")
For example, in N4, the date should be calculating three years from the date in I4 (11/29/2026). There is no date for H4 since the potential employee began work in 2023. What am I doing wrong?
Attached is a screenshot.