+ Reply to Thread
Results 1 to 4 of 4

Challenging Kestrel Logger Data Separation and Calculation

  1. #1
    Registered User
    Join Date
    11-13-2017
    Location
    Erie, Pennsylvania
    MS-Off Ver
    2010
    Posts
    2

    Challenging Kestrel Logger Data Separation and Calculation

    Hi, I am having trouble finding a way to automate a large number of tedious calculations. I have a Kestrel wind speed logger set to automatically log every 30 seconds. I need to be able to take the data and report several things.

    A: Total amount of time the wind was greater than 0m/s
    B: Total amount of time the wind was greater than 3.57632m/s
    C: Total number of times the wind exceeded and remained above 3.57632m/s for at least 5 minutes consecutively.

    I have been able to calculate A: and B:, but trying to get C: automatically has been problematic. I am trying to count "gusts" that last 5 minutes or longer, and I am not interested in gusts lasting less than five minutes. Various iterations of COUNT and SUM functions are just giving me totals for the column.

    Also of importance; I have a Master Summary workbook to show the results of A, B, and C for each log, as each log has a unique identifier. Is there a way to arrange the formulas so that the Master Summary workbook can pull the data from new Kestrel Logs as they are uploaded with a minimal amount of copy/paste?

    Thank you,
    Ryan
    Attached Files Attached Files
    Last edited by ryanclose; 11-13-2017 at 04:33 PM. Reason: Addition info added.

  2. #2
    Forum Expert leelnich's Avatar
    Join Date
    03-20-2017
    Location
    Delaware, USA
    MS-Off Ver
    Office 2016
    Posts
    2,807

    Re: Challenging Kestrel Logger Data Separation and Calculation

    Hi ryan, welcome! Here's an array formula* to count gusts lasting at least 5 minutes (10 measurements):
    Please Login or Register  to view this content.
    Named Range: Wind = 'Cycle AA MM Battery Life'!$N$12:$N$2796

    The attached workbook also includes a temporary column that I added to check my results. It uses a repeating formula to do the same thing.

    *Always press CTRL+SHIFT+ENTER to confirm entry after pasting or editing an ARRAY FORMULA in the Formula Bar.
    When copying the formula to other cells, make sure the copied cell is not part of the Paste Area.
    Attached Files Attached Files
    Last edited by leelnich; 11-13-2017 at 09:39 PM.
    Clicking the Add Reputation star below helpful posts is a great way to show your appreciation.
    Please mark your threads as SOLVED upon conclusion (Thread Tools above Post # 1). - Lee

  3. #3
    Registered User
    Join Date
    11-13-2017
    Location
    Erie, Pennsylvania
    MS-Off Ver
    2010
    Posts
    2

    Re: Challenging Kestrel Logger Data Separation and Calculation

    Thank you leelnich! That works perfectly! I was unaware of FREQUENCY before.

  4. #4
    Forum Expert leelnich's Avatar
    Join Date
    03-20-2017
    Location
    Delaware, USA
    MS-Off Ver
    Office 2016
    Posts
    2,807

    Re: Challenging Kestrel Logger Data Separation and Calculation

    You're most welcome, I enjoyed the challenge!
    Quote Originally Posted by ryanclose View Post
    Also of importance; I have a Master Summary workbook to show the results of A, B, and C for each log, as each log has a unique identifier. Is there a way to arrange the formulas so that the Master Summary workbook can pull the data from new Kestrel Logs as they are uploaded with a minimal amount of copy/paste?
    It sounds like you could use a macro to automate your summary process. May I suggest you start a new thread in the VBA/macros forum to get more responses. Be sure to include a sample workbook showing the form your summaries take.

+ 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. Replies: 3
    Last Post: 05-18-2016, 12:03 PM
  2. Replies: 11
    Last Post: 03-16-2015, 10:36 AM
  3. Unable to control the number of readings acquired from the data logger
    By adhitiraman in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-16-2015, 01:15 AM
  4. My error logger procedure
    By highlystrung in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-07-2014, 02:44 PM
  5. [SOLVED] Date time separation & calculation to get to total hh:mm
    By nur2544 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-09-2013, 03:53 AM
  6. Averaging Data Logger Output from Seconds to Minutes
    By Ben Mayo in forum Excel General
    Replies: 2
    Last Post: 11-14-2012, 02:34 PM
  7. Replies: 1
    Last Post: 05-23-2010, 12:46 PM

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