Thread: Data Validation
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Data Validation

Hi,

Fir text responses try

=COUNTA(A1:D1)1

or numeric

=COUNT(A1:D1)1

Mike

"BethO" wrote:

I would like to allow only 1 response in one of four cells. What formula
would I use to check if other cells are null?