Good day Forum 
I have an "ExtendedWarranty" that is calculating ([DateExtendedWarrantyTaken] + [NumberOfYearsExW] * 365)
DateExtendedWarrantyTaken =Date().
This is working fine until "InitialWarranty" exceeds "DateExtendedWarrantyTaken".
I need your help guys to set my extended warranty to work like:
If "InitialWarranty" is > "Today'sDate" then to replace the original calculation with:
[(InitialWarranty] + [NumberOfYearsExW] + 365)
or indeed I'm sure you have better advice to do this.
Many thanks to you all and best regards
Abbosy

I have an "ExtendedWarranty" that is calculating ([DateExtendedWarrantyTaken] + [NumberOfYearsExW] * 365)
DateExtendedWarrantyTaken =Date().
This is working fine until "InitialWarranty" exceeds "DateExtendedWarrantyTaken".
I need your help guys to set my extended warranty to work like:
If "InitialWarranty" is > "Today'sDate" then to replace the original calculation with:
[(InitialWarranty] + [NumberOfYearsExW] + 365)
or indeed I'm sure you have better advice to do this.

Many thanks to you all and best regards
Abbosy