daniels012
Well-known Member
- Joined
- Jan 13, 2005
- Messages
- 5,219
I have this under a custom data validation:
why would this not be working?
I am trying to make sure that they don't enter over 180 characters in these 3 cells plus 100 characters reserved for the directory.
thank you,
Michael D
Code:
=IF(LEN(B5)+LEN(B16)+LEN(B8)+100>180,TRUE,FALSE)
why would this not be working?
I am trying to make sure that they don't enter over 180 characters in these 3 cells plus 100 characters reserved for the directory.
thank you,
Michael D