Hello all, i'm fairly new to formulas and what not and need a bit of help.
I'm trying to make a single select status field's Result show either "done" or "not done" based on a symbol in a separate formula i was thinking of trying use the IF function
This is a rough rendition of it but
IF(
{PM Time Left} contains this symbol⏳
THEN
{PM Service Status} is "done" or "not done" based on the symbol
)
{PM Time Left}<---- this is my formulated field from other date inputs
{PM Service Status} is "done" <---- This is the field i want to have formulated based on {PM Time Left} containing the ⏳ symbol