Here is my equation:
=IF((M5="","",IF((NETWORKDAYS.INTL(X5,M5,11,______!$O$4:$O$17))<1),"1",IF((NETWORKDAYS.INTL(X5,M5,11,______!$O$4:$O$17))>=1),(NETWORKDAYS.INTL(X5,M5,11,______!$O$4:$O$17),"False")))
What I am trying to do is as follows:
- If Cell M5 is Blank, display "Blank" its an empty cell
- If not I want it to calculate the network days.intl and display a value of 1 for any returned value less than 1
- Then if it is not less than 1 and equal to or greater than 1 I want it to display the actual value.
My syntax is flawed somewhere and I cannot figure it out. Any help is appreciated.
=IF((M5="","",IF((NETWORKDAYS.INTL(X5,M5,11,______!$O$4:$O$17))<1),"1",IF((NETWORKDAYS.INTL(X5,M5,11,______!$O$4:$O$17))>=1),(NETWORKDAYS.INTL(X5,M5,11,______!$O$4:$O$17),"False")))
What I am trying to do is as follows:
- If Cell M5 is Blank, display "Blank" its an empty cell
- If not I want it to calculate the network days.intl and display a value of 1 for any returned value less than 1
- Then if it is not less than 1 and equal to or greater than 1 I want it to display the actual value.
My syntax is flawed somewhere and I cannot figure it out. Any help is appreciated.