Hi There,
Seeking some help writing a formula to show the minimum of two date fields in a specified format. I have it working but showing without a forward slash.
Formula used so far is =
Hi There,
Seeking some help writing a formula to show the minimum of two date fields in a specified format. I have it working but showing without a forward slash.
Formula used so far is =
Best answer by dilipborad
Hello @Sam_Giovenco1
Use this one if there are maximum number of fields is only 2 fields.
IF(IS_BEFORE({Field 1}, {Field 2}), {Field 1}, {Field 2})Then change date options respectively, if needed.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.