View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Barb Reinhardt Barb Reinhardt is offline
external usenet poster
 
Posts: 3,355
Default PLEASE help with difficult problem

Let's do this in steps.

1) To calculate the different dates do this

6 weeks from date in A1

=A1 + 6 * 7 formatted as date

3 months from date in A1
=Date(YEAR(A1),MONTH(A1)+3,Day(A1))

9 and 13 months is the same as above, except change + 3 to + 9 or + 13

When you have that done, come back and we can talk you through the rest.
--
HTH,
Barb Reinhardt

If this post was helpful to you, please click YES below.



"caseysmydog" wrote:

We are a church who needs help..we realize it will take much time and we
would be so grateful.
Here's our situation:
Currently have a chart as follows,
Name, Date Joined, 6 weeks(from date joined), 3 months, 6 months, 9 months,
13 months.
We need Excel to figure and place in each column the date calculated from
date joined,
for instance, 6 weeks from date joined, 3 months from date joined and so on.
Date is xx/xx/xx.

After this is completed for all members, we then need to process the whole
file each month to see who matches the the time for each column. For
instance:
If Mike Smith has been a member for 6 weeks, move his name and 6 weeks date
to print, and each field would be tested all all members and if they met the
match between date joined and time frame in any across date columns, their
name and date would print out.
Also, could this be sorted by name and everything kept together?
Thanks so much for your help
David

--
David