Share via

Data Validation - reversing the validation!

Anonymous
2013-06-11T07:48:59+00:00

I have a spreadsheet where

Column B = drop down list of 'Contractor', 'Supplier', or 'Both'.

Column C = drop down list of Yes or No where Column B is 'Contractor' or 'Both', but drop down list of just 'unnecessary' where Column B is 'Supplier' (using INDIRECT within Data Validation).

I now need Column G to show a drop down box of 'unnecessary' where Column B shows 'Contractor', but a drop down box of Yes or No where Column B shows 'Supplier' or 'Both'.  ie.  Using the same reference cells as Column C, but reversing the dropdown box options.

I can't work out how I use the same values but reverse the validation.

Can anyone help please?  Many thanks.

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

5 answers

Sort by: Most helpful
  1. Anonymous
    2013-06-11T10:32:19+00:00

    I am also using excel 2007 and there shouldn't be any problem. Even I myself downloaded and checked it. 

    Try to download it and then open it on your laptop.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2013-06-11T10:24:58+00:00

    File attached

    http://sdrv.ms/11cI1F4

    I'm running Excel 2007, and your file is telling me it doesn't recognise it.  :-(

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2013-06-11T10:20:59+00:00

    File attached

    http://sdrv.ms/11cI1F4

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2013-06-11T09:44:53+00:00

    First you Give this formula to a new helping cell, say at H1,  ( You may hide this cell later)

    =LOOKUP(B1,{"Both","Contractor","Supplier"},{"Both","Supplier","Contractor"})

    I am assuming your column B ,  at cell B1, has a drop down list of 'Contractor', 'Supplier', or 'Both'.

    Now in Column G at cell G1, in Data Validation, after selecting 'List' give this formula

    =INDIRECT(H1)

    That seems to be giving me the 'Unnecessary' option for Contractor.  But not the "Yes" or "No" option for Supplier or Both.  Am I missing something?

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2013-06-11T09:32:40+00:00

    First you Give this formula to a new helping cell, say at H1,  ( You may hide this cell later)

    =LOOKUP(B1,{"Both","Contractor","Supplier"},{"Both","Supplier","Contractor"})

    I am assuming your column B ,  at cell B1, has a drop down list of 'Contractor', 'Supplier', or 'Both'.

    Now in Column G at cell G1, in Data Validation, after selecting 'List' give this formula

    =INDIRECT(H1)

    Was this answer helpful?

    0 comments No comments