+ Reply to Thread
Results 1 to 5 of 5

Excel 2007 : automatically finding data based on multiple independent variables

  1. #1
    Registered User
    Join Date
    07-21-2010
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2007
    Posts
    12

    automatically finding data based on multiple independent variables

    Hello all,

    I'm not sure exactly how to phrase my question in excel language. This makes it difficult to browse the forum to find answers. I've attached a file with the chart and with a template of what I'd like it to look like. If anyone has any ideas how to do this and/or what topics I should be looking up I'd appreciate the help.

    I have data in a chart. There are six variables, all independant of each other, that when combined make one particular type of window. This window has a specific value for RSI and SHGC. I'm trying to automate the chart searching process.

    Cheers!
    Attached Files Attached Files
    Last edited by Cashew; 12-29-2010 at 12:58 PM.

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

    Re: automatically finding data based on multiple independent variables

    Based on your sample file, try:

    in B11:

    Please Login or Register  to view this content.
    in B12:

    Please Login or Register  to view this content.
    then format these cells as: Custom: 0;-0;;@

    this will make 0's appear as blank cells.

    Note: In case you are unsure of how to make drop downs, you will need to name each column of items on Sheet1 via the Formulas|Define Name feature.

    Then in Sheet2, in each input cell, you go to Data|Validation.. select List and enter =yourlistname where yourlistname is the name of the corresponding list you want to show.
    Last edited by NBVC; 12-28-2010 at 12:02 AM.
    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
    Registered User
    Join Date
    07-21-2010
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: automatically finding data based on multiple independent variables

    Hey, thanks! Your suggestion works. Thanks also for the details on making drop down menus, they are new to me.

    I have another question if I may, is there a way to make the drop down menu list each option only once? Can the drop down menu only have one each of triple/double/single rather than the double/double/double/however many doubles there are in the chart/triple/triple/etc.?

    Also, would you mind explaining the formula you used? I can see it referencing the previous sheet, each column of the data, etc. What does the B:B bit mean?

    Thanks!

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

    Re: automatically finding data based on multiple independent variables

    List all the unique values for each input column separately somewhere and use those as the named ranges to reference in your data validations.

    Have a read up on SUMIFS in Excel help file to better understand it. B:B simply references all of column B. You can also use defined range like B1:B100 if desired.

  5. #5
    Registered User
    Join Date
    07-21-2010
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: automatically finding data based on multiple independent variables

    Nice, thanks! Everything works beautifully now.

    I wondered whether it would still be able to reference the data cells if I listed the drop down options as a separate abbridged list. I think I understand now; it looks for the defined terms in the range specified.

    Hadn't thought to use sum functions of any sort with text. Interesting.

    Cheers!

+ 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