View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Mukesh Mukesh is offline
external usenet poster
 
Posts: 78
Default Is it possible to have an alert in Excel?

RobN, using Data Validation, is it possible to have an
alert only if some criteria is not met....for example
I type some text in cell A2, which is data validation cell,
I need an alert only if A1 is empty, if its filled, move on....no alert.

If its not possible to do so using Data Validation, can you please
tell me how I can do using macros. I need alert only if the
conditions are not met.

Thanks.
Mukesh




"Mukesh" wrote:

Thanks RobN, I think Data Validation should solve
my purpose...just need to play a bit.

Thanks.
Mukesh



"RobN" wrote:

Mukesh,

Try using Data Validation which will do what you want. Have a play with
that and post back if you have problems.

Rob

"Mukesh" wrote in message
...
Is it possible to have an alert when some info is entered
in any particular cell? for example if I enter 1 in Cell A1,
can I have an alert saying "check data in cell D4" ?

Thanks.
Mukesh