View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default formula checking if all cells are greater than x

Hi,,
Try this

=IF(COUNTIF(A1:D1,"3")=4,"All","")

Mike

"Tami" wrote:

Hi....

i need a formula that asks if cell A13 and B1 3 and c13 and D13 then
return "ALL", otherwise "No"...in other words if all the cells in A1:D1 are
greather than 3 then "ALL".
anyone?....