Data Validation

  • Thread starter Thread starter RE: VLOOKUP fORMULA
  • Start date Start date
R

RE: VLOOKUP fORMULA

Dear All,

In data validation rule Is there any way to apply two range?

=Room!$A$2:$A$21, $C$2:$C$21
 
You can choose custom and then use a formula to compare against two lists.

=OR(Countif(Room!$A$2:$A$21,A1)>0,Countif($C$2:$C$21,A1)>0) where A1 is the
cell wher you are putting the validation
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top