+ Reply to Thread
Results 1 to 3 of 3

Dropdown population (nested if functions)

  1. #1
    Forum Contributor
    Join Date
    04-08-2009
    Location
    Bristol, UK
    MS-Off Ver
    Excel 2003
    Posts
    228

    Dropdown population (nested if functions)

    Hi all,

    So on the attached example.xls I have a drop down menu on sheet calcs. I want to know how to created the nested function so the calculations work for each drop down option.

    I cannot work out how to format the if function so that it stays for that row but the column selection changes...

    any help would be appreciated.
    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Dropdown population (nested if functions)

    Try:

    =INDEX(Clothes!$A$2:$F$20,ROWS($A$1:$A1),MATCH($A$1,Clothes,0))

    copied down.

    Note: You can hide the 0's by formatting the cells custom as: 0;-0;;@
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Dropdown population (nested if functions)

    This is a duplicate post and as such does not comply with Rule 5 of our forum rules.

+ 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