Hello,
I am trying to use data validation to check the adjacent cell for blank and the current cell must contain only the letter "x". No quotes.
I have tried many variations after searching and when I use this in another cell as a true false for testing purposes is comes back as true when D15 is blank and I type X into C15. However when I use it in custom data validation formula it will not accept it.
The cell I am configuring for DV is C15.
Formula AND(C15="x",D15="")
Thank you.
I am trying to use data validation to check the adjacent cell for blank and the current cell must contain only the letter "x". No quotes.
I have tried many variations after searching and when I use this in another cell as a true false for testing purposes is comes back as true when D15 is blank and I type X into C15. However when I use it in custom data validation formula it will not accept it.
The cell I am configuring for DV is C15.
Formula AND(C15="x",D15="")
Thank you.