Adding the word "Not Applicable" to an If, and then formula

searchingforhelp

Board Regular
Joined
Nov 11, 2020
Messages
67
Office Version
  1. 365
Platform
  1. Windows
Hello,

Seeking help in updating a formula in column E to include the word "not applicable" when it applies to scenarios that are in row 3 and 6. The rest of the formula would need to work as is, to identify the "Within Policy" “Out of Policy” for the original assigned.

Example 4-27-2021.xlsx
ABCDEF
1Date Original AssignedReassigned DateOwner Review DateOriginal assigned Number of Business Days for the Original assignedDays the Origional assigned is
21/1/20211/4/2021Within Policy22
31/1/20211/4/20211/6/2021Within Policy22
41/4/20211/11/2021Out of Policy6-2
51/6/20211/14/20211/14/2021Out of Policy7-3
61/9/20211/14/20211/14/2021Within Policy40
73/10/20213/16/20213/22/2021Out of Policy5-1
83/11/20213/17/20213/15/2021Within Policy31
Example (2)
Cell Formulas
RangeFormula
D2:D8D2=IF(ISNUMBER(F2),IF(F2>=0,"Within Policy","Out of Policy"),F2)
E2:E8E2=IF(AND(B2<C2,B2<>""),NETWORKDAYS(A2,B2),NETWORKDAYS(A2,C2))
F2:F8F2=IF(ISNUMBER(E2),-(E2-4),E2)
Cells with Conditional Formatting
CellConditionCell FormatStop If True
D2:D12,D16:D1048576,A13:A15Cell Value="Out of Policy"textNO
D2:D12,D16:D1048576,A13:A15Cell Value="Within Policy"textNO
 
Glad we could help & thanks for the feedback.
 
Upvote 0

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".

Forum statistics

Threads
1,214,815
Messages
6,121,715
Members
449,049
Latest member
THMarana

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