Dec 31 2023 07:22 PM
I have the following 3 columns.
What I tried to achieve is when the yes is selected in the Budgeted column, the "Approver" column will be mandatory while no is selected, the "Lead Approver" is mandatory. I could make one mandatory with the statement below but was not sure how to make both happened.
=IF([Budgeted] = False,IF(ISBLANK([Lead_Approver]), false, true),true)
Any help is appreciated. Thanks!
Calvin