Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Need to ID rows in list that need to be recontacted after certain

I have a contact list that is getting longer by the day and I'm falling
behind on follow up.

Every time I contact someone on the list, I update the date & time in a
specific column (let's say A). What I need is a formula that changes a
variable in a new column when I have not updated information in column A in a
long time (ie. 30 days). That way I can easily organize and prioritize my list

I have tried playing around with the IF function but can't seem to get the
date/time component to work for me. Any help would be GREATLY appreciated!!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 698
Default Need to ID rows in list that need to be recontacted after certain

Perhaps Conditional Formatting?

With
A2:A100 containg dates or blanks

Try this:
Select A2:A100, with A2 as the active cell

From the Excel main menu:
<format<conditional formatting
For Condition_1....Click the dropdown and set:
Formula is: =AND($A2<"",(TODAY()-$A2)30)
Click the [format] button and choose a pattern color (bright yellow, perhaps)
Click the [ok] buttons to finish

Now....any date that is more than 30 days old will turn the color
When you enter the new recent date....the cell reverts to the default color

Is that something you can work with?
***********
Regards,
Ron

XL2002, WinXP


"The new guy" wrote:

I have a contact list that is getting longer by the day and I'm falling
behind on follow up.

Every time I contact someone on the list, I update the date & time in a
specific column (let's say A). What I need is a formula that changes a
variable in a new column when I have not updated information in column A in a
long time (ie. 30 days). That way I can easily organize and prioritize my list

I have tried playing around with the IF function but can't seem to get the
date/time component to work for me. Any help would be GREATLY appreciated!!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Need to ID rows in list that need to be recontacted after certain

Perhaps something like:

=IF(A1+30<TODAY(),"Action Required","")

HTH

"The new guy" wrote:

I have a contact list that is getting longer by the day and I'm falling
behind on follow up.

Every time I contact someone on the list, I update the date & time in a
specific column (let's say A). What I need is a formula that changes a
variable in a new column when I have not updated information in column A in a
long time (ie. 30 days). That way I can easily organize and prioritize my list

I have tried playing around with the IF function but can't seem to get the
date/time component to work for me. Any help would be GREATLY appreciated!!

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
sorting rows into a list auspcs Excel Discussion (Misc queries) 4 May 19th 06 08:41 PM
how do I insert 4 rows in between each value in a list of data Callum Excel Discussion (Misc queries) 2 April 13th 06 03:40 PM
how to add rows to a list that is within one cell newtoexcel New Users to Excel 1 November 3rd 05 10:04 PM
quicker entry of list rows Steve Bold Excel Discussion (Misc queries) 1 September 4th 05 12:03 PM
Conditional list without blank rows Andrew Excel Worksheet Functions 1 June 9th 05 03:28 PM


All times are GMT +1. The time now is 12:55 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"