Frank Bacchus
Member
Hi All:
I have the following formula and would like to change the output when it is "False" to 0. See below:
Formula: =IF(E5="PARKED",NETWORKDAYS($D$5,VALUE(TODAY())))
Cell (D5) Open or Parked (E5) Results
05/09/2016 Open FALSE
Cell (D5) Open or Parked (E5) Results
05/09/2016 PARKED 47
Would like to see:
Cell (D5) Open or Parked (E5) Results
05/09/2016 Open 0
Cell (D5) Open or Parked (E5) Results
05/09/2016 PARKED 47
Thanks in Advance
frank
I have the following formula and would like to change the output when it is "False" to 0. See below:
Formula: =IF(E5="PARKED",NETWORKDAYS($D$5,VALUE(TODAY())))
Cell (D5) Open or Parked (E5) Results
05/09/2016 Open FALSE
Cell (D5) Open or Parked (E5) Results
05/09/2016 PARKED 47
Would like to see:
Cell (D5) Open or Parked (E5) Results
05/09/2016 Open 0
Cell (D5) Open or Parked (E5) Results
05/09/2016 PARKED 47
Thanks in Advance
frank