Greetings,
I have the following formula (which works): =IF(AW2=”Incorporated”,DE2-HV2+1,IF(DE2=””,IF(HV2=””,””,TODAY()-HV2),DE2-HV2+1))
Now, I tried the following (which DOES NOT function)
=IF(AW2=”Incorporated”,IF(DC=”Change Cancelled”,IF(DC=”Change Rejected”,DE2-HV2+1,IF(DE2=””,IF(HV2=””,””,TODAY()-HV2),DE2-HV2+1))))
Columns AW and DC are always text
DE and HV are always dates
Any Ideas?
Thanks,
Brad