Greetings,
I have the following formula, and need to have 1 more condition. Have tried a couple of ways, but still cannot get it to work.
The formula as listed works as it is intended.
Need to add a condition where IF DH2 is blank, then today – Y2
I just could not figure the formula. This I believe can be the first check in the formula, because if DH2 is blank, the rest would not not be an issue.
AX = Lifecycle state (text field)
DF = Disposition (text field)
DH = Disposition Date
HY = Date Submitted
Y – Creation Date
=IF(OR(AX2=”Incorporated”,DF2=”Change Cancelled”,DF2=”Change Rejected”),DH2-HY2+1,IF(OR(AX2=”Authoring”,AX2=”Executing”,AX2=”Ready”),TODAY()-DH2+1,IF(DH2=””,IF(HY2=””,””,TODAY()-HY2),DH2-HY2+1)))
Thanks,
Brad