+ Reply to Thread
Results 1 to 4 of 4

3 dimensional formula? PLEASE HELP :-)

  1. #1
    Registered User
    Join Date
    08-20-2015
    Location
    VA
    MS-Off Ver
    2013
    Posts
    1

    3 dimensional formula? PLEASE HELP :-)

    I need some help pulling data from a table array. I have several worksheets within the workbook and need some help with a formula. See the example below.

    Model: N 60-G
    Pressure: 45
    Discharge Pressure: 145
    Capacity: XXXXX
    Drive Motor:
    Approach Temperature:


    I need the formula to look at which model number, pressure and discharge pressure is selected and return a value from a table array on a separate worksheet. See below...

    N 60-G 45 75 110 145 190
    145 7.1 12 18.4 N/A N/A
    215 5.7 10.9 17.3 24.0 N/A
    290 N/A 9.5 16.3 22.6 30.7
    360 N/A N/A 14.8 21.2 29.0
    435 N/A N/A 13.4 19.8 27.9
    500 N/A N/A 12.4 18.7 26.5
    580 N/A N/A N/A N/A N/A
    650 N/A N/A N/A N/A N/A

    Thanks for your help!!

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,209

    Re: 3 dimensional formula? PLEASE HELP :-)

    Can you post a small sample file showing expected result(s).

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: 3 dimensional formula? PLEASE HELP :-)

    So each model has a different table? All tables together down the sheet or do they vary in size? An example workbook would help a lot towards coming up with a formula (Go Advanced>Manage Attachments)

    Looks like maybe INDEX/MATCH or OFFSET/MATCH
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,209

    Re: 3 dimensional formula? PLEASE HELP :-)

    With your table in A1:F9

    =INDEX($B$2:$F$9,MATCH(K1,$A$2:$A$9,0),MATCH(J1,$B$1:$F$1,0))

    j1=45 (Pressure)

    k1=215 (Discharge Pressure)

    A1="N 60-g" model

    I assume there is a table per model (?) so need to know how data is arranged to get the correct "model" table in the final soution

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Convert one dimensional array into two dimensional array
    By mohammed sabr in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-26-2015, 10:34 AM
  2. Replies: 2
    Last Post: 01-02-2015, 04:24 PM
  3. [SOLVED] Array formula: Automatically create a series of values for a one-dimensional matrix
    By bbozze in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-11-2014, 07:48 AM
  4. Dimensional weight formula II
    By punter in forum Excel General
    Replies: 3
    Last Post: 03-18-2009, 12:25 PM
  5. Dimensional weight formula
    By punter in forum Excel General
    Replies: 8
    Last Post: 03-17-2009, 01:32 PM
  6. Creating a 2-dimensional array from a 1-dimensional list
    By guywithcamera in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-27-2008, 06:34 PM
  7. How to generate formula from two dimensional array of data
    By KROATA in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-02-2005, 08:45 AM

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