I want to calculate 2 date fields

141 views Asked by At

I have two fields I need to calculate. Control Procedure Testing Frequency "Auto Quarterly" and Test Due Date value "3/30/22" I want the second value 3/30/22 show on another field Auto Quarterly Due date

If([Control Procedure Testing Frequency]=VALUEOF([Control Procedure Testing Frequency],"Auto-Quarterly"),([Test Due Date]=VALUEOF([Test Due Date],"3/30/22")))

0

There are 0 answers