#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Worksheet Alerts

We have case reviews that are driven by the Birthdates and Ages of our
children. Is there a way to have excel notify you when a child has a
birthdate (review) due?
We have hundreds of children to monitor and to scroll through data is too
time consuming. Are there pop-up alerts or a way to set conditions to notify
us.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 140
Default Worksheet Alerts

You could build a pivot table around the month element of the birth date.
This would identify the children who birth datesare due in the current month.

Matt




csd1126 wrote:
We have case reviews that are driven by the Birthdates and Ages of our
children. Is there a way to have excel notify you when a child has a
birthdate (review) due?
We have hundreds of children to monitor and to scroll through data is too
time consuming. Are there pop-up alerts or a way to set conditions to notify
us.


--
Matt Lynn

Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200809/1

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Worksheet Alerts

Have you thought about using a different application.

Google has a web based calendar program that you can use to send emails or
popups. You can share the calendar with others, too.

http://www.google.com/calendar




csd1126 wrote:

We have case reviews that are driven by the Birthdates and Ages of our
children. Is there a way to have excel notify you when a child has a
birthdate (review) due?
We have hundreds of children to monitor and to scroll through data is too
time consuming. Are there pop-up alerts or a way to set conditions to notify
us.


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 31
Default Worksheet Alerts

I don't know what your worksheet layout is, so play about with this:
I created a dummy worksheet
A1 = "Child"; B1 = "Birthday"
A2 = "child 1"; B2 = "23/12/1979"
A3 = "Child 2"; B3 = "06/10/1981"
A4 = "Child 3"; B4 = "30/11/1983"
..
..
..
now add in column C:
C1 = "Birthday next month?"
C2 = "=IF(MONTH(B2) = MONTH(NOW()+1),"Yes","")"
Drag C2 over C3 to end of column (in this case C4)
Today is still in September so C2 & C4 are empty; C3 = Yes.
If you don't find this reply till Weds next week, C2 & C3 will be empty and
C4= "Yes"
Autofilter on "Yes" in column C to finf all children with birthdays next
month.

"csd1126" wrote:

We have case reviews that are driven by the Birthdates and Ages of our
children. Is there a way to have excel notify you when a child has a
birthdate (review) due?
We have hundreds of children to monitor and to scroll through data is too
time consuming. Are there pop-up alerts or a way to set conditions to notify
us.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 31
Default Worksheet Alerts

Oops, Formula should read:
"=IF(MONTH(B2) = MONTH(NOW())+1,"Yes","")"

"Lionel H" wrote:

I don't know what your worksheet layout is, so play about with this:
I created a dummy worksheet
A1 = "Child"; B1 = "Birthday"
A2 = "child 1"; B2 = "23/12/1979"
A3 = "Child 2"; B3 = "06/10/1981"
A4 = "Child 3"; B4 = "30/11/1983"
.
.
.
now add in column C:
C1 = "Birthday next month?"
C2 = "=IF(MONTH(B2) = MONTH(NOW()+1),"Yes","")"
Drag C2 over C3 to end of column (in this case C4)
Today is still in September so C2 & C4 are empty; C3 = Yes.
If you don't find this reply till Weds next week, C2 & C3 will be empty and
C4= "Yes"
Autofilter on "Yes" in column C to finf all children with birthdays next
month.

"csd1126" wrote:

We have case reviews that are driven by the Birthdates and Ages of our
children. Is there a way to have excel notify you when a child has a
birthdate (review) due?
We have hundreds of children to monitor and to scroll through data is too
time consuming. Are there pop-up alerts or a way to set conditions to notify
us.

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
Email alerts Frank Excel Discussion (Misc queries) 4 February 20th 07 08:35 PM
alerts gambit Excel Worksheet Functions 3 August 22nd 06 04:02 PM
SLA violation alerts asim Excel Discussion (Misc queries) 6 June 19th 06 09:27 PM
MsgBox alerts Andy the yeti Excel Worksheet Functions 1 January 19th 06 12:50 PM
Alerts? audiophile New Users to Excel 4 December 29th 05 02:16 PM


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

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

About Us

"It's about Microsoft Excel"