AndeanWayne
Registered User.
- Local time
- Today, 06:21
- Joined
- Jan 21, 2012
- Messages
- 27
I have a query which is the data source for a report. To find the correct number of penalty periods the formula is penalties
([RedemptionDate]-[CertificationDate])/182.5)+1 which is fine if there is a redemption date. It give an initial penalty then another penalty each half year. But if there is no redemption date the formula needs to be: ((Now()-[CertificationDate])/182.5)+1
Is there a way to roll this into one formula so if there is a redemption date (not null) it uses the first formula and if there is no redemption date it uses the second formula?

Is there a way to roll this into one formula so if there is a redemption date (not null) it uses the first formula and if there is no redemption date it uses the second formula?