+ Reply to Thread
Results 1 to 4 of 4

if statement and validation list

  1. #1
    Registered User
    Join Date
    01-30-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    17

    if statement and validation list

    Hello,

    I have a validation list at one cell and I want that the items in the list will change based on if statement.

    How can I do it?

    Thanks

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: if statement and validation list

    May be something like this...

    =IF(A1=1,DefinedRange_1,DefinedRange_2)


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    01-30-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    17

    Re: if statement and validation list

    what do you mean in "DefinedRanfe_1"?

  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: if statement and validation list

    In Validation List
    =IF(A1=1,H1:H10,I1:I10)

    "DefinedRanfe_1 is a named range refers to H1:H10
    "DefinedRanfe_2 is a named range refers to I1:I10

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1