Results 1 to 24 of 24

array formula

Threaded View

speedrcrwi array formula 04-14-2009, 06:24 PM
JBeaucaire Re: Advance excel help needed... 04-14-2009, 06:29 PM
speedrcrwi Re: Advance excel help needed... 04-15-2009, 01:02 PM
Morrigan re: array formula 04-15-2009, 03:23 PM
speedrcrwi re: array formula 04-15-2009, 03:37 PM
Morrigan re: array formula 04-15-2009, 05:06 PM
speedrcrwi re: array formula 04-15-2009, 05:30 PM
Morrigan re: array formula 04-15-2009, 05:58 PM
speedrcrwi re: array formula 04-15-2009, 06:07 PM
Morrigan re: array formula 04-15-2009, 06:19 PM
speedrcrwi re: array formula 04-15-2009, 06:47 PM
Morrigan re: array formula 04-15-2009, 06:52 PM
JBeaucaire re: array formula 04-16-2009, 02:50 AM
speedrcrwi re: array formula 04-16-2009, 10:34 AM
Morrigan re: array formula 04-16-2009, 11:43 AM
speedrcrwi re: array formula 04-16-2009, 01:20 PM
Morrigan re: array formula 04-16-2009, 01:50 PM
speedrcrwi re: array formula 04-16-2009, 01:56 PM
speedrcrwi re: array formula 04-21-2009, 05:05 PM
Morrigan re: array formula 04-21-2009, 08:27 PM
speedrcrwi re: array formula 04-24-2009, 03:09 PM
Morrigan Re: array formula 04-27-2009, 09:30 AM
  1. #1
    Registered User
    Join Date
    04-14-2009
    Location
    Chicago
    MS-Off Ver
    Excel 2003
    Posts
    13

    array formula

    I need help with creating an advanced workbook using multiple worksheets.

    Scenario 1-1). On worksheet 1 (This will be my data information page) I would like to be able to enter a value. Lets say 50,000 in cell A1.

    On worksheet 3 I would like to list my reference table. IE

    A B
    1 30,000 NS - Product 1
    2 15,000 GM - Product 2
    3 75,000 VP - Product 3
    4 50,000 NS - Product 4

    On worksheet 2, I would like to show my results. IE I would like the workbook to look at the cell on worksheet 1 that was indicated 50,000 (A1) and find all of the results from worksheet 3 column A that are less than or equal to the value of the cell A1 from worksheet 1 (ie the 50,000 cell) and display them each on seperate rows by what is indicated on worksheet 3 column B.

    The result on worksheet 2 in this scenario would be

    A
    1 NS - Product 1
    2 GM - Product 2
    3 NS - Product 4

    Scenario 1-2). If the cell A1 value on worksheet 1 was changed to 100,000 then worksheet 2 would display the results of

    A
    1 NS - Product 1
    2 GM - Product 2
    3 VP - Product 3
    4 NS - Product 4

    Once I get to that level I would like to know if it is possible to add a second "narrow down" search criteria.

    For example if I added a second cell on worksheet 1 in which I entered a second search parameter perhaps NS (cell A2) would the formula be able to narrow down first the results from scenario 1-2 (100,000) using A1, then further drill down result to show below on worksheet 2

    A
    1 NS - Product 1
    2 NS - Product 4

    I'm pretty sure this is an array formula using Index and an if formula, a less than or equal to equation and multiple row output over multiple worksheets and I have no clue how to start
    Last edited by speedrcrwi; 04-15-2009 at 01:06 PM.

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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