Formula being used is: libreoffice calc =IFS($B5=“Completed”,“20”,“0”,$D5=“Completed”,“20”,“0”)
The sheet is to keep track of patients I’ve called, if I was able to contact them they are completed and “Completed” is entered, if called but not contacted and I left message to call back then “LMTCB” is entered. If Completed then 20 is the length of minutes spent on call if LMTCB then 0 is the number of minutes on the call. If not called at all then it’s suppose to stay blank. The Formula is causing “#NA” on my blank ones
What am I doing wrong?