+ Reply to Thread
Results 1 to 7 of 7

want to call list name if condition padd

  1. #1
    Registered User
    Join Date
    12-06-2012
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    4

    want to call list name if condition padd

    hello

    i want to list name if condition pass.
    bellow
    if client name pass-it should list project listed bellow client- then its sub part
    for other client other poject and its sub parts-

    thanks in advance
    Attached Files Attached Files

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

    Re: want to call list name if condition padd

    Not sure what is your expectation and how it should be arrived can you please explain it briefly for better understanding.


    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
    12-06-2012
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: want to call list name if condition padd

    find the attached excel.

    if i select dc in client- then in project it should list dc(list created in excel)
    for adani client- project list as adani
    for hvar- list as hvar

    -

    i want to more than this when i select project name then it should list all models in project-
    i had tried this one but this not work proper
    =IF(E4="DC","dc",IF(E4="HVAR","hvar",IF(E4="Shintsu","Shintsu",IF(E4="adani","adani","project not found"))))

    i want to use this formula to creat list(validation)

  4. #4
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: want to call list name if condition padd

    In Data validation use
    Allow -- List
    Source -- =INDIRECT(E4)
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  5. #5
    Registered User
    Join Date
    12-06-2012
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: want to call list name if condition padd

    how i can list models in project

  6. #6
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: want to call list name if condition padd

    Firstly, does the above work? Does it give you desired results

    how i can list models in project
    In Data validation use
    =INDIRECT("mod"&MATCH(E4,client,0))

  7. #7
    Registered User
    Join Date
    12-06-2012
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: want to call list name if condition padd

    thanks ACE_XL .

    both are working

    thanks again

+ 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