Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Calculate Follow-Up Dates - Please help ASAP

I am trying to create a database of potential volunteers, including each date
we have made contact with them. There are a lot that have not replied to
emails for whatever reason so I want to follow-up with them. I just need to
know when to contact them again. There's got to be a way to use excel to
calculate the next date each person needs to be contacted again. For example,
2 weeks from their last contact date, so then I can just sort by date, and
see who should be e-mailed each day. I know it can be done but anything I
find wants me to pay for it.

I'm not sure if this is the best way to set this up or not but I want this
info in my database. So far I just have these columns (so I can sort each)

NEXT CONTACT, Initial, 2nd, 3rd, 4th, Last Name, First Name, Position,
Address, Phone, Email

What is the best way to set this up and what formulas should I use?


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default Calculate Follow-Up Dates - Please help ASAP

Use a formula:

=CellWithInitialContactDate + 14

like

=A2 + 14

Format the cell for date.

In Excel, dates are simply the count of days since the start of the 20th
century, so each day is simply one more than the previous.
Times are decimal values, from 0 to 1, for 1 to 24 hours.

You could also use a conditional for when you have contacted them:

=IF(Cellwithcontactcompletion = "Contacted", "", A2 + 14)

HTH,
Bernie
MS Excel MVP


"jewelzeyes" wrote in message
...
I am trying to create a database of potential volunteers, including each
date
we have made contact with them. There are a lot that have not replied to
emails for whatever reason so I want to follow-up with them. I just need
to
know when to contact them again. There's got to be a way to use excel to
calculate the next date each person needs to be contacted again. For
example,
2 weeks from their last contact date, so then I can just sort by date, and
see who should be e-mailed each day. I know it can be done but anything I
find wants me to pay for it.

I'm not sure if this is the best way to set this up or not but I want this
info in my database. So far I just have these columns (so I can sort each)

NEXT CONTACT, Initial, 2nd, 3rd, 4th, Last Name, First Name, Position,
Address, Phone, Email

What is the best way to set this up and what formulas should I use?




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I calculate dates? Saz New Users to Excel 5 August 24th 07 03:24 PM
Calculate dates Carla Excel Worksheet Functions 1 May 4th 06 11:56 PM
calculate dates [email protected] Excel Discussion (Misc queries) 2 November 21st 05 07:04 PM
Rank items, select one start date, have remaining dates follow based on rank rob normerica Excel Discussion (Misc queries) 1 August 15th 05 09:36 PM
How do I calculate dates? MKChick Excel Worksheet Functions 2 April 15th 05 04:53 PM


All times are GMT +1. The time now is 11:02 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"