dommmm
New Member
- Joined
- Feb 6, 2020
- Messages
- 10
- Office Version
- 365
- 2019
- 2016
- 2013
- Platform
- Windows
Hi,
I'm trying to concatenate 2 custom formulas to use in data validation.
I need to restrict:
1) text length (numbers or alpha) greater than 20 characters
2) The use of ' (apostrophe) and * (Asterix)
I have:
=IF(OR(LEN(A1)>18),FIND("*",A1))
but this wont allow any data to be typed in at all. I can make them work as individual queries but I need to have multiple validation on the same cell.
Please help.
I'm trying to concatenate 2 custom formulas to use in data validation.
I need to restrict:
1) text length (numbers or alpha) greater than 20 characters
2) The use of ' (apostrophe) and * (Asterix)
I have:
=IF(OR(LEN(A1)>18),FIND("*",A1))
but this wont allow any data to be typed in at all. I can make them work as individual queries but I need to have multiple validation on the same cell.
Please help.