Requesting assistance with the following formula I am unable to get to function properly.
Requesting assistance with the following formula I am unable to get to function properly.
Best answer by Ben_Young1
Hey @cipherhunter!
Don't have time to test this right now, but give this a shot and lemme know if this works for you:
IF(
AND(
{State} = "Florida",
NOT({Document Received}),
{Proof of Service (Differential - Proof of Service+(x)Days)}
),
IF(
{Proof of Service (Differential - Proof of Service+(x)Days)} <= 20,
"Pending Document",
IF(
AND(
{Proof of Service (Differential - Proof of Service+(x)Days)} > 20,
{Proof of Service (Differential - Proof of Service+(x)Days)} < 50
),
"Delinquent Document",
IF(
AND(
{Proof of Service (Differential - Proof of Service+(x)Days)} > 50,
{Proof of Service (Differential - Proof of Service+(x)Days)} < 60
),
"Submit Complaint to Review Board",
IF(
{Proof of Service (Differential - Proof of Service+(x)Days)} < 60,
"Document Failure"
)
)
)
),
IF(
{Docuemnt Received},
"Complete"
)
)Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.