ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Is it possible to have an alert in Excel? (https://www.excelbanter.com/excel-discussion-misc-queries/191225-possible-have-alert-excel.html)

Mukesh

Is it possible to have an alert in Excel?
 
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




Mark

Is it possible to have an alert in Excel?
 


Yes, this can be done, but the only way I know of is through the use
of macros.

RobN[_2_]

Is it possible to have an alert in Excel?
 
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






Mukesh

Is it possible to have an alert in Excel?
 
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







Mukesh

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







RobN[_2_]

Is it possible to have an alert in Excel?
 
Mukesh,

I don't know if my computer's gone nuts, but I thought selecting cell A2,
then selecting Custom in the Allow section of Data Validation, and typing
a1<""
in the formula section should have done it. But on my system it's not
working.

Maybe someone else can help out here, as I'm sure Data Validation will do
what you want.

Rob

"Mukesh" wrote in message
...
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









Mukesh

Is it possible to have an alert in Excel?
 
Rob,

Same here, my computer too gone nuts, its not working!
Aparently, its not the computer going nuts, its the formula,
hope someone here might be able to help.

Thank you Rob for your efforts.

Mukesh



"RobN" wrote:

Mukesh,

I don't know if my computer's gone nuts, but I thought selecting cell A2,
then selecting Custom in the Allow section of Data Validation, and typing
a1<""
in the formula section should have done it. But on my system it's not
working.

Maybe someone else can help out here, as I'm sure Data Validation will do
what you want.

Rob

"Mukesh" wrote in message
...
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










RobN[_2_]

Is it possible to have an alert in Excel?
 
Mukesh,

Unless someone comes up with a better idea, this should work.....
You'll need to use a helper cell, so I'll presume B1 is free to use.
In B1 type
=A1=""
(This will mean if A1 is blank, you'll get a TRUE result in B1)

Then select A2 and in data validation type as the formula
=B1=FALSE

You can hide column B if you don't want to see the TRUE or FALSE result.
Otherwise use another cell somewhere else as the helper cell.

HTH

Rob

"Mukesh" wrote in message
...
Rob,

Same here, my computer too gone nuts, its not working!
Aparently, its not the computer going nuts, its the formula,
hope someone here might be able to help.

Thank you Rob for your efforts.

Mukesh



"RobN" wrote:

Mukesh,

I don't know if my computer's gone nuts, but I thought selecting cell A2,
then selecting Custom in the Allow section of Data Validation, and typing
a1<""
in the formula section should have done it. But on my system it's not
working.

Maybe someone else can help out here, as I'm sure Data Validation will do
what you want.

Rob

"Mukesh" wrote in message
...
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












Mukesh

Is it possible to have an alert in Excel?
 
Rob,

I figured it out! ....you just have to untick the "ignore blank"
and formula " =A1<0 " works!

Thank you sooo much for your efforts to sort this out.

Thanks again.
Mukesh


"RobN" wrote:

Mukesh,

Unless someone comes up with a better idea, this should work.....
You'll need to use a helper cell, so I'll presume B1 is free to use.
In B1 type
=A1=""
(This will mean if A1 is blank, you'll get a TRUE result in B1)

Then select A2 and in data validation type as the formula
=B1=FALSE

You can hide column B if you don't want to see the TRUE or FALSE result.
Otherwise use another cell somewhere else as the helper cell.

HTH

Rob

"Mukesh" wrote in message
...
Rob,

Same here, my computer too gone nuts, its not working!
Aparently, its not the computer going nuts, its the formula,
hope someone here might be able to help.

Thank you Rob for your efforts.

Mukesh



"RobN" wrote:

Mukesh,

I don't know if my computer's gone nuts, but I thought selecting cell A2,
then selecting Custom in the Allow section of Data Validation, and typing
a1<""
in the formula section should have done it. But on my system it's not
working.

Maybe someone else can help out here, as I'm sure Data Validation will do
what you want.

Rob

"Mukesh" wrote in message
...
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













RobN[_3_]

Is it possible to have an alert in Excel?
 
Mukesh,

Glad you found the problem. Obviously my brain was only half engaged.

Rob

"Mukesh" wrote in message
...
Rob,

I figured it out! ....you just have to untick the "ignore blank"
and formula " =A1<0 " works!

Thank you sooo much for your efforts to sort this out.

Thanks again.
Mukesh


"RobN" wrote:

Mukesh,

Unless someone comes up with a better idea, this should work.....
You'll need to use a helper cell, so I'll presume B1 is free to use.
In B1 type
=A1=""
(This will mean if A1 is blank, you'll get a TRUE result in B1)

Then select A2 and in data validation type as the formula
=B1=FALSE

You can hide column B if you don't want to see the TRUE or FALSE result.
Otherwise use another cell somewhere else as the helper cell.

HTH

Rob

"Mukesh" wrote in message
...
Rob,

Same here, my computer too gone nuts, its not working!
Aparently, its not the computer going nuts, its the formula,
hope someone here might be able to help.

Thank you Rob for your efforts.

Mukesh



"RobN" wrote:

Mukesh,

I don't know if my computer's gone nuts, but I thought selecting cell
A2,
then selecting Custom in the Allow section of Data Validation, and
typing
a1<""
in the formula section should have done it. But on my system it's not
working.

Maybe someone else can help out here, as I'm sure Data Validation will
do
what you want.

Rob

"Mukesh" wrote in message
...
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
















All times are GMT +1. The time now is 07:32 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com