Creating Error Alert From Logical Function

  • Thread starter Thread starter StephonM
  • Start date Start date
S

StephonM

How can I create a pop-up error alert everytime the function below puts out a
"False" result?

=AND(F20=COUNTIF(C11:C55,"*"))
 
Hi,

Firstly there's nothing to AND in your formula so this is sufficient

=F20=COUNTIF(C11:C55,"*")

Unless you want to delve into VB why not use conditional formatting to turn
the cell red if it evaluates as false.

Select the cell then

Format|Conditional format - cell value - Is Equal to
Enter FALSE and pick a colour.

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top