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?
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?
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.