+ Reply to Thread
Results 1 to 2 of 2

Referencing a Table

Hybrid View

  1. #1
    Registered User
    Join Date
    04-18-2015
    Location
    Reading
    MS-Off Ver
    2013
    Posts
    1

    Referencing a Table

    Hi Guys,

    I am stuck on something that I think you will all be able to help with. (I am not a newbie but by nowhere near an expe

    I have attached the page I am working on.

    The Formula is in B7.

    The formula is: (I4 x Vapour Pressure-E4:E54 x B5 / 100) / (I3 +B6-D4:D54)*1000

    Now the tricky part is that whatever the B6 value is, it will change what the value of for Vapour Pressure is. For example if B6 = 15(D19) then Vapour Pressure will equal 1.7056 (E19) making the formula:

    (I4xE19xB5/100)/I3+B6)*100)

    So the question is how do I make the equation work correctly?

    I hope this makes sense and any help qould be much appreciated.

    Thanks
    Peter
    Attached Files Attached Files
    Last edited by PJ14; 04-18-2015 at 06:32 AM. Reason: Solved by Glenn

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,432

    Re: Referencing a Table

    Hi. If the temperature can be measured in decimals (e.g. 15.5), use this:
    =SUM(I4*B5*VLOOKUP($B$6,$D$4:$F$54,3,TRUE)/100)/(I3+B6)*1000

    it'll use the VP appropriate to the closest temperature. If the temperature will always be an integer, use this:

    =SUM(I4*B5*VLOOKUP($B$6,$D$4:$F$54,3,FALSE)/100)/(I3+B6)*1000
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

+ 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. Table referencing
    By andrewc2102 in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 03-24-2014, 09:44 AM
  2. [SOLVED] Dynamic Table Referencing
    By squigman in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-16-2014, 09:26 PM
  3. Replies: 8
    Last Post: 09-16-2013, 11:01 PM
  4. Table Referencing
    By mjj4golf in forum Excel General
    Replies: 1
    Last Post: 09-29-2011, 02:24 AM
  5. Referencing a table with variables?
    By dainbram in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 04-30-2008, 12:39 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