Time to Revise
Status
prop("Hold") ? "Hold" : if(dateBetween(now(), prop("Date of next Review"), "days") >= 0, "Time to Revise!", "👍")
prop("Hold") ? "Hold" :
If
Hold
is checked, display Hold
, otherwise do the original formula.