I am tracking the status of orders and want to identify any orders that will be delivered after the ‘required on site’ date. I have calculated the ‘days’ between the dates in a column and want to flag any orders that have less than 14 days as critical.
I am using the following formula in my ‘flag’ column - IF({ROS Float (days)}<=14,“CRITICAL”,“”) however if the previous column is blank (dates have not yet been confirmed) then it is flagging the order as critical. I want it to leave the flag column blank if the previous column is blank. If is change this formula to <0 (rather than <=14) then the formula works as i expected.
The previous column (ROS Float) is also a formula ( DAYS({ROS Date},{Shipping Dates#End})) which is why i suspect this isn’t working with the formula above as if there are no dates and therefore no days calculated the cell isnt technically blank?
What do i need to change to achieve the outcome i need?
See screenshot below where ‘critical’ is shown when the ROS float column is blank.
Thanks in advance