Two data validation in the same cell

I need to do a data validation for the user don't misstype the information that goes to the databank. The information in the cell must be filled with two criteria, the first part is the worker status, and the second information right after in the same cell is de contract code that he is working on. How can I do a data validation with this two information disposed in two diferent tables? I tried something like =AND(LEFT(K3:Q999;4)=S3:S13;RIGHT(K3:Q999;2)=S15:S49)

enter image description here



from Recent Questions - Stack Overflow https://ift.tt/3FHOBgB
https://ift.tt/eA8V8J

Comments

Popular posts from this blog

Spring Elasticsearch Operations

Network Error and Timeout on Authorize.net JS

Object oriented programming concepts (OOPs)