Re: How do I set up an if statement to move to next column each ti
- From: "sebastienm" <sebastienm@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 25 Aug 2005 08:41:15 -0700
Hi,
What do you mean by "send an ALERT"? email, pop-up message, display the cell
with a red background?
Also, should it show the alert when a number is entered or anytime you
request the Alerts to display?
1-Data Validation
You can use the Data Validation feeature to control the input, eg:
- select A2:Y2
- menu Data > Validation, the Validation dialog pops-up
- in tab settings, enter
Allow: Decimal,
Data: AboveGreater Than or Equals To
Minimum: 30
- in the tab Input Message, enter the message to be display at data entry
time
- in tab Error Alert, the type of message if data is not valid: Stop to
force user to enter valid data, or just warning.
- click OK
2- Conditional Formating
Display a specific format depending on the value of the data
- select A2:Y2 (make sure A2 is the active cell within A2:Y2)
- menu Format > Conditional Formatting, the dialog pops up
- enter:
- Cell Value is
- less than
- 30
- click the Format button and choose a red background
- click ok
click ok
Now the cells with avalue lower than 30 will display with red background.
Regards,
Sébastien
<http://www.ondemandanalysis.com>
"Needtoknow" wrote:
> Paul,
> I am trying to try send an "ALERT" if the number of enrolled students drops
> below 30, I need to have a formula that will go from column A2 through Y2,
> can you show me how to get a result of ALERT if the number drops below 30 on
> any of those columns, and is there a way to tell me which column is below 30
> within the formula? I realize this is probably really basic, but I am just
> now learning excel....thanks for your help!
>
> "Paul Black" wrote:
>
> > Hi Needtoknow,
> >
> > Change the References Accordingly.
> >
> > =IF(A1<30,"Below 30","")
> >
> > Does this Help?.
> > All the Best.
> > Paul
> >
> >
.
- Follow-Ups:
- Re: How do I set up an if statement to move to next column each ti
- From: Needtoknow
- Re: How do I set up an if statement to move to next column each ti
- References:
- How do I set up an if statement to move to next column each time
- From: Needtoknow
- Re: How do I set up an if statement to move to next column each time
- From: Paul Black
- Re: How do I set up an if statement to move to next column each ti
- From: Needtoknow
- How do I set up an if statement to move to next column each time
- Prev by Date: Can't enter breakmode at this time
- Next by Date: Re: separate each sort order ?
- Previous by thread: Re: How do I set up an if statement to move to next column each ti
- Next by thread: Re: How do I set up an if statement to move to next column each ti
- Index(es):