Workday Question

francoiscj1

New Member
Joined
Aug 21, 2017
Messages
22
I'm having problems with the following formula and can't figure out why I keep getting an error:

=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),"")))),"")))))))

Thank you for the assistance.
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
You have too many closing brackets & one in the wrong place, try
Excel Formula:
=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),""))))),"")
 
Upvote 0
Solution
You have too many closing brackets & one in the wrong place, try
Excel Formula:
=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),""))))),"")
Thank you for catching my error and correcting it. It works!!
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,548
Messages
6,125,464
Members
449,229
Latest member
doherty22

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