Please can someone tell me what I am doing wrong with my formula.
=IF([@[Absence Type]]="Sick Leave",IF([@[Total Days Lost]]>27,"Long",IF([@[Total Days Lost]]<=27,"Short","")))
I have the above formula in to show if the total days lost are Long Term or Short Term but for the Absence Type Sick Leave only
The formula is working but other Leave (example annual leave) is showing FALSE. I need this cell to be blank.
Thanks
=IF([@[Absence Type]]="Sick Leave",IF([@[Total Days Lost]]>27,"Long",IF([@[Total Days Lost]]<=27,"Short","")))
I have the above formula in to show if the total days lost are Long Term or Short Term but for the Absence Type Sick Leave only
The formula is working but other Leave (example annual leave) is showing FALSE. I need this cell to be blank.
Thanks