I need a calculation for the number of dates between a certain date and the end of that year. For example, if column A has the date that someone became a member of the program, I want column B to state how many months are between that and December.
Currently I am using this:
=MONTH(Z1)-MONTH(A1)
A1= the month a person became a member
Z1=December 2012
There are multiple problems with this formula, these two are the most problematic:
1. Only works for memberships beginning in 2012
2. Does not account for A1 being sometimes being blank
I would like to be able to use the same formula for everyone, regardless of what year they joined.
Currently I am using this:
=MONTH(Z1)-MONTH(A1)
A1= the month a person became a member
Z1=December 2012
There are multiple problems with this formula, these two are the most problematic:
1. Only works for memberships beginning in 2012
2. Does not account for A1 being sometimes being blank
I would like to be able to use the same formula for everyone, regardless of what year they joined.