YusufAkhtar

New Member
Joined
May 31, 2018
Messages
8
Office Version
  1. 365
Platform
  1. Windows
Hi,

I have 24 different sub-Processes and all has different deadlines, for e.g. Sub-Process A needs to be completed in 24 hours from the received date. Sub-Process B needs to be completed in 10 Business days from the received date.

If from the drop down a sub-process is selected and received date is enter, the last working day should be automatically calculated. I tried using IF formula but more then 7 IF excel doesn't allow.

I tried using IF(OR) and IF formula - but it is not working

Below is the table where the second column are the example of days I have to complete the received work

Any help will be highly appreciated

Sub-Process A10
Sub-Process B10
Sub-Process C5
Sub-Process D5
Sub-Process E10
Sub-Process F1
Sub-Process G5
Sub-Process H5
Sub-Process I10
Sub-Process J2
Sub-Process K1
Sub-Process L30
Sub-Process M30
Sub-Process N2
Sub-Process O2
Sub-Process P2
Sub-Process Q1
Sub-Process R1

<tbody>
</tbody>
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Table in A1:B18. Place your date in D1 and eg Sub-Process A in D2:

=WORKDAY(D1,VLOOKUP(D2,A:B,2,0))
 
Upvote 0

Forum statistics

Threads
1,215,553
Messages
6,125,483
Members
449,233
Latest member
Deardevil

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