Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=IF(COUNTIF(A1:A20,1),"",0) Is that what you're looking for? *********** Regards, Ron "gwbeck" wrote: Excel formula help please. I want to check 20 cells within a spreadsheet for a specific value. If at least one of the cells is equal to the specified value return blank if none of the cells is equal to the specified value return the specified value. |