A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How do I create a pop up warning box with cell information?



 
 
Thread Tools Display Modes
  #1  
Old June 23rd, 2009, 02:08 AM posted to microsoft.public.excel.misc
Rikki727
external usenet poster
 
Posts: 1
Default How do I create a pop up warning box with cell information?

I'm trying to set up a worksheet for our company's skills matrix. When the
expiry date for a certain item is less than 50 days away I want a pop up
warning box displaying which item for which employee is about to expire and
how many days are left.
  #2  
Old June 23rd, 2009, 10:37 AM posted to microsoft.public.excel.misc
Gary''s Student
external usenet poster
 
Posts: 7,584
Default How do I create a pop up warning box with cell information?

We can use conditional formatting. For example if the expiration date is in
B1, then in C1 enter:

="expiration in " & B1-TODAY() & " days"

Then format C1 like:

Format Conditional Formatting... Formula is
=B1-TODAY()50
and pick a font color to match the background color.

This warning will be invisible until you approach the expiration date.
--
Gary''s Student - gsnu200858


"Rikki727" wrote:

I'm trying to set up a worksheet for our company's skills matrix. When the
expiry date for a certain item is less than 50 days away I want a pop up
warning box displaying which item for which employee is about to expire and
how many days are left.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:15 PM.


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