Find a negative number in a range

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to search through a range of numbers for any numbers that are
negative. The range is a hidden column, and I need to determine if there is
a negative number anywhere in the column. Is there a function to do so?
 
Hi Scott

One way
=COUNTIF(D:D,"<0")
where D is your hidden column.
This will give you a count of the negative numbers, but not tell you where
they are within the column.

Regards

Roger Govier
 

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