+ Reply to Thread
Results 1 to 7 of 7

Hydraulic pump test results - report

  1. #1
    Registered User
    Join Date
    06-08-2015
    Location
    Glasgow, UK
    MS-Off Ver
    2019
    Posts
    37

    Hydraulic pump test results - report

    Hello

    We have a test rig which gives us readings of flow and pressure every second for each section of the pump. Our engineer has created a spreadsheet to record the results and a test report to give an overview of the results in a graph.

    There are two tabs on the excel file. The first is labelled data and is populated direct from the test rig. The second tab is the results page.

    I am attaching a version of the report (whp test report). There should be results for pressure from 50 - 200 but there are missing values (flow) on one section for 200 and the other section 175 & 200. With different results there are different missing values and we are wondering if there is a better formula to use to arrive at the same result?

    The formula we are using is:

    =INDEX(DATA!O2:O52000,MATCH(B13,DATA!F2:F52000)+(LOOKUP(B13,DATA!F2:F52000)<>B13))

    Can you suggest a solution? Thank you. Charlie
    Attached Files Attached Files

  2. #2
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: Hydraulic pump test results - report

    You use match type 1 (omitted), and MATCH finds the largest value that is less than or equal to lookup_value. In this case the values in the lookup_array argument must be placed in ascending order. They are not.
    for column E drag and pull down
    =MAX(IF(DATA!$I$9:$I$55000=LARGE(IF(DATA!$I$9:$I$55000<=D13,DATA!$I$9:$I$55000),1),DATA!$L$9:$L$55000)) as array formula
    Last edited by tim201110; 07-28-2017 at 03:56 AM.

  3. #3
    Registered User
    Join Date
    06-08-2015
    Location
    Glasgow, UK
    MS-Off Ver
    2019
    Posts
    37

    Re: Hydraulic pump test results - report

    Hi Tim,

    thank you for your reply.

    with the formula you suggested does the data have to be placed in ascending order as well? I have tried playing about with it but it seems to return 0 for every value

  4. #4
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: Hydraulic pump test results - report

    you don't need to place data in ascending order using this formula

  5. #5
    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,434

    Re: Hydraulic pump test results - report

    Array Formulae are a little different from ordinary formulae in that they MUST be confirmed in the FIRST CELL ONLY by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. After that, the array can be dragged down as normal, to cover the desired range.

    You will know the array is active when you see curly brackets { } - or "curly braces" for those of you in the USA, or "flower brackets" for those of you in India - appear around the outside of your formula. If you do not use CTRL+SHIFT+ENTER you will (almost always) get an error message or an incorrect answer. Press F2 on that cell and try again.

    Don't type the curly brackets yourself - it won't work...
    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

  6. #6
    Registered User
    Join Date
    06-08-2015
    Location
    Glasgow, UK
    MS-Off Ver
    2019
    Posts
    37

    Re: Hydraulic pump test results - report

    Thank you so much! We've got it to work! Have a good day.

  7. #7
    Registered User
    Join Date
    06-08-2015
    Location
    Glasgow, UK
    MS-Off Ver
    2019
    Posts
    37

    Re: Hydraulic pump test results - report

    Thank you! That did the trick and we've got it to work!

+ 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. Calculating pump rate from tank (this is a tricky one!)
    By boldingj10 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-10-2015, 01:46 PM
  2. Creating Hydraulic Schematics in Excel?
    By jbass350z in forum Excel General
    Replies: 1
    Last Post: 10-22-2014, 08:28 PM
  3. Help Creating a n1.85 Hydraulic Graph in Excel
    By 2sBlind in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 06-25-2014, 04:00 PM
  4. Replies: 3
    Last Post: 08-21-2013, 07:10 PM
  5. Replies: 4
    Last Post: 06-10-2013, 10:54 AM
  6. Excel 2007 : Accumulated Pump hours
    By creedz90 in forum Excel General
    Replies: 2
    Last Post: 01-15-2012, 08:49 PM
  7. Macro for generating a new Test results summary report sheet
    By aargsr in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-12-2011, 05:14 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