G
Geneva Sachs
This is the formula I've got now.
=IF(D2>TODAY(),D2,IF(D2+365*(C2)>TODAY(),D2+365*(C2),IF
(D2+730*(C2)>TODAY(),D2+730*(C2),IF(D2+1095*(C2)>TODAY
(),D2+1095*(C2),IF(D2+1460*(C2)>TODAY(),D2+1460*(C2),IF
(D2+1825*(C2)>TODAY(),D2+1825*(C2),IF(D2+2190*(C2)>TODAY
(),D2+2190*(C2),"Out of Range")))))))
The problem is, I NEED TO SHOW A DATE OF 5/1/(year) OR
11/1/(year).
This formula gives me a few days difference because of
leap years, etc.
HOW DO I GET THE FORMULA TO WORK?
Is this the formula I should be using for up to 6 years
out OR ELSE, indicate "Out of Range" OR is there a
different formula I could use?
THANKING YOU IN ADVANCE FOR ALL YOUR HELP!
GENEVA
=IF(D2>TODAY(),D2,IF(D2+365*(C2)>TODAY(),D2+365*(C2),IF
(D2+730*(C2)>TODAY(),D2+730*(C2),IF(D2+1095*(C2)>TODAY
(),D2+1095*(C2),IF(D2+1460*(C2)>TODAY(),D2+1460*(C2),IF
(D2+1825*(C2)>TODAY(),D2+1825*(C2),IF(D2+2190*(C2)>TODAY
(),D2+2190*(C2),"Out of Range")))))))
The problem is, I NEED TO SHOW A DATE OF 5/1/(year) OR
11/1/(year).
This formula gives me a few days difference because of
leap years, etc.
HOW DO I GET THE FORMULA TO WORK?
Is this the formula I should be using for up to 6 years
out OR ELSE, indicate "Out of Range" OR is there a
different formula I could use?
THANKING YOU IN ADVANCE FOR ALL YOUR HELP!
GENEVA