Thread: Counting values
View Single Post
  #1   Report Post  
Adam1 Chicago
 
Posts: n/a
Default Counting values

If I have a column of numbers ranging from 0 to 100, what function can I use
to say in a single cell: "if any value in the column is greater than 6,
return "WARNING", otherwise return nul". Thank you