P
pjyjr
I am using the 'Custom' option with the COUNTIF function
in Data Validation to allow on certain entries (strings
starting with I or TT, with fixed length for I) but also
need to make sure an entry is made. Clearing the 'Ignore
Blank' does not seem to work with formulas but works with
lists. Hopefully I am missing the obvious!. Here is the
formula I have: =COUNTIF(B12,"I?????????")+COUNTIF
(B12,"TT*")=1
I tried adding an AND to it: -COUNTIF(B12,"*")
That does not seem to work.
Can I make sure that an entry is made? Or will this
require VBA module outside of Data Validation.
Thanks for your help!
in Data Validation to allow on certain entries (strings
starting with I or TT, with fixed length for I) but also
need to make sure an entry is made. Clearing the 'Ignore
Blank' does not seem to work with formulas but works with
lists. Hopefully I am missing the obvious!. Here is the
formula I have: =COUNTIF(B12,"I?????????")+COUNTIF
(B12,"TT*")=1
I tried adding an AND to it: -COUNTIF(B12,"*")
That does not seem to work.
Can I make sure that an entry is made? Or will this
require VBA module outside of Data Validation.
Thanks for your help!