Forum Discussion

ebethfoster's avatar
ebethfoster
Copper Contributor
Jun 15, 2022
Solved

Can you put 2 data validations on a single cell in Excel?

I need to do 2 things with a cell in Excel: 1. Limit data entry to the values 0-3. 2. Do not allow data entry in the cells until the value of another cell = 48. Can I do this in Excel? It seems li...
  • Lorenzo's avatar
    Jun 15, 2022

    ebethfoster 

     

    Assuming another cell is A1 and your Data Validation is on B1, use the following Custom formula:

    =AND(A1=48, B1>=0, B1<=3)

Resources