Combo Validations with List's

  • Thread starter Thread starter Ben
  • Start date Start date
B

Ben

How do I add the following data validation [ =a1<>0 ]to
an already existing list validation?

Thanks

Ben
 
I get and error..what is wrong with this?
=AND(a1<>0,$P$3:$P$1003)
----------------------
"The list source must be a delimited list, or a reference
to a single row or column."

Ben
-----Original Message-----
Use AND

=AND(A1<>0,existing_condition)

--

Regards,

Peo Sjoblom


How do I add the following data validation [ =a1<>0 ]to
an already existing list validation?

Thanks

Ben


.
 
Sorry, I misread your question, you cannot combine a dropdown list with
validation in another cell,
you could use a macro solution that would ask the user for an input in A1.

--

Regards,

Peo Sjoblom

Ben said:
I get and error..what is wrong with this?
=AND(a1<>0,$P$3:$P$1003)
----------------------
"The list source must be a delimited list, or a reference
to a single row or column."

Ben
-----Original Message-----
Use AND

=AND(A1<>0,existing_condition)

--

Regards,

Peo Sjoblom


How do I add the following data validation [ =a1<>0 ]to
an already existing list validation?

Thanks

Ben


.
 

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