coolhanddan
New Member
- Joined
- Jun 2, 2011
- Messages
- 14
Hi Everyone,
Is it possible to calculate dates based on information from more than one cell? In this case, I would like to calculate a due date 90 days after a date entered in cell E2, if the date is before the date in cell F2. Essentially, if someone is part of the data, their enrollment and discharge are in cell E and F respectively, and due dates follow. So if someone enrolled on June 2, 2011, was discharged on June 2, 2011, and there is something every 90 days, I would like to calculate that in collumns G, H, I and J, etc.
What I had up to this point is =IF(F3<1,(E3+90),""). Which works if the person is not discharged, but produces nothing if they are.
Thanks,
Dan
Is it possible to calculate dates based on information from more than one cell? In this case, I would like to calculate a due date 90 days after a date entered in cell E2, if the date is before the date in cell F2. Essentially, if someone is part of the data, their enrollment and discharge are in cell E and F respectively, and due dates follow. So if someone enrolled on June 2, 2011, was discharged on June 2, 2011, and there is something every 90 days, I would like to calculate that in collumns G, H, I and J, etc.
What I had up to this point is =IF(F3<1,(E3+90),""). Which works if the person is not discharged, but produces nothing if they are.
Thanks,
Dan