+ Reply to Thread
Results 1 to 11 of 11

Complex tabel lookup

  1. #1
    Registered User
    Join Date
    09-09-2013
    Location
    Belgium
    MS-Off Ver
    Excel 2010
    Posts
    7

    Post Complex tabel lookup

    Hello all,

    I have a question regarding table look-ups. I have a table with data in it, the horizontal header (first row) has a series of pressure value's in it. The vertical first column has a series of temperatures in it. The rest of the table is filled with enthalpy values. I hope you all understand this.
    Now, let's say I have a pressure and an enthalpy value. How can I return the corresponding temperature value, which are in the first column?
    Is it possible at all with a normal function or functions in excel?


    Thanks in advance,
    Gert

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,463

    Re: Complex tabel lookup

    Can you tell us which cells you are using, rather than us guessing and you having to change them?

    Pete

  3. #3
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: Complex tabel lookup

    Hi
    perhaps post a small sample sheet ? Terms like " enthalpy" are not really Excel terms...

  4. #4
    Registered User
    Join Date
    09-09-2013
    Location
    Belgium
    MS-Off Ver
    Excel 2010
    Posts
    7

    Post Re: Complex tabel lookup

    Quote Originally Posted by arthurbr View Post
    Hi
    perhaps post a small sample sheet ? Terms like " enthalpy" are not really Excel terms...
    I doesn't really matter if it is "enthalpy" or anything else, it's just numbers in the end.

    example sheet.xlsx

    I hope this works.

  5. #5
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,463

    Re: Complex tabel lookup

    And where will you enter your pressure and enthalpy values?

    Pete

  6. #6
    Registered User
    Join Date
    09-09-2013
    Location
    Belgium
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Complex tabel lookup

    Quote Originally Posted by Pete_UK View Post
    And where will you enter your pressure and enthalpy values?

    Pete
    They're already there, the top row is the pressure. The left column are temperatures with increments of 10°C. And the enthalpy values are the rest.
    Now how can I look up a temperature, return it in another cell outside the table, if I have a pressure and an enthalpy value.

    I hope you understand it.
    Gert

  7. #7
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,463

    Re: Complex tabel lookup

    Of course I understand it !! You said this:

    another cell outside the table, if I have a pressure and an enthalpy value
    and I asked which cells you were going to enter those values into. Assume you put Pressure in P1, Enthalpy in P2, then use this formula in P3:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Hope this helps.

    Pete

  8. #8
    Registered User
    Join Date
    09-09-2013
    Location
    Belgium
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Complex tabel lookup

    Quote Originally Posted by Pete_UK View Post
    Of course I understand it !! You said this:



    and I asked which cells you were going to enter those values into. Assume you put Pressure in P1, Enthalpy in P2, then use this formula in P3:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Hope this helps.

    Pete
    Exactly what I wanted!

    Thank you very much.
    Gert

  9. #9
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Complex tabel lookup

    ....^....1
    Last edited by shg; 09-09-2013 at 02:39 PM.
    Entia non sunt multiplicanda sine necessitate

  10. #10
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Complex tabel lookup

    Would you want something that does interpolation?

    A
    B
    C
    D
    E
    F
    G
    H
    I
    J
    K
    L
    M
    N
    O
    P
    Q
    1
    Temp\Press
    0.5
    1
    1.5
    2
    2.5
    3
    3.5
    4
    4.5
    5
    5.5
    2
    -40
    372.9
    Press
    Temp
    Enth
    3
    -30
    380.5
    2.25
    25
    421.7
    P3: =BiLInterp(N3,O3,A1:L21)
    4
    -20
    388.3
    386.5
    5
    -10
    396.2
    394.7
    393.0
    391.3
    6
    0
    404.3
    403.0
    401.5
    400.1
    398.6
    7
    10
    412.6
    411.4
    410.1
    408.9
    407.5
    406.2
    404.8
    403.3
    8
    20
    421.1
    420.0
    418.9
    417.7
    416.6
    415.4
    414.2
    412.9
    411.6
    410.3
    408.9
    9
    30
    429.7
    428.7
    427.7
    426.7
    425.7
    424.7
    423.6
    422.5
    421.4
    420.2
    419.1
    10
    40
    438.5
    437.6
    436.7
    435.9
    434.9
    434.0
    433.1
    432.1
    431.1
    430.1
    429.1
    11
    50
    447.5
    446.7
    445.9
    445.1
    444.3
    443.5
    442.6
    441.8
    440.9
    440.0
    439.1
    12
    60
    456.6
    455.9
    455.2
    454.5
    453.7
    453.0
    452.2
    451.5
    450.7
    449.9
    449.1
    13
    70
    465.9
    465.3
    464.6
    464.0
    463.3
    462.7
    462.0
    461.3
    460.6
    459.9
    459.2
    14
    80
    475.4
    474.8
    474.2
    473.6
    473.0
    472.4
    471.8
    471.2
    470.6
    469.9
    469.3
    15
    90
    485.1
    484.5
    484.0
    483.5
    482.9
    482.3
    481.8
    481.2
    480.6
    480.1
    479.5
    16
    100
    494.9
    494.4
    493.9
    493.4
    492.9
    492.4
    491.9
    491.4
    490.8
    490.3
    489.8
    17
    110
    504.9
    504.4
    504.0
    503.5
    503.0
    502.6
    502.1
    501.6
    501.1
    500.6
    500.2
    18
    120
    515.0
    514.6
    514.2
    513.7
    513.3
    512.9
    512.4
    512.0
    511.6
    511.1
    510.7
    19
    130
    525.3
    524.9
    524.5
    524.1
    523.7
    523.3
    522.9
    522.5
    522.1
    521.7
    521.3
    20
    140
    535.8
    535.4
    535.0
    534.7
    534.3
    533.9
    533.5
    533.2
    532.8
    532.4
    532.0
    21
    150
    546.4
    546.0
    545.7
    545.3
    545.0
    544.6
    544.3
    543.9
    543.6
    543.2
    542.8

  11. #11
    Registered User
    Join Date
    09-09-2013
    Location
    Belgium
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Complex tabel lookup

    Quote Originally Posted by shg View Post
    Would you want something that does interpolation?
    Thank you, I will take a closer look at it tomorrow :D

    Gert

+ 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. Complex V Lookup
    By erobison in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-11-2013, 04:00 AM
  2. Complex Lookup
    By lovesexcel in forum Excel General
    Replies: 7
    Last Post: 03-10-2011, 10:42 AM
  3. Lookup tabel with 2 columns??
    By mungovan in forum Excel General
    Replies: 9
    Last Post: 03-31-2008, 01:17 PM
  4. Complex Lookup
    By Kiwi1207 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-19-2007, 08:25 AM
  5. Complex Lookup?
    By aileen in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-20-2006, 08:50 AM

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