+ Reply to Thread
Results 1 to 3 of 3

Analysing multiple values in an array

  1. #1
    Registered User
    Join Date
    08-07-2019
    Location
    Bristol, England
    MS-Off Ver
    2011
    Posts
    4

    Analysing multiple values in an array

    Hi all,

    I have 2 arrays, one column is date and time stamps by the minute, the other column is an array of temperature values. I'm trying to calculate the time at which a temperature value is achieved. I've managed to do this using the index and match functions and an array formula.

    However, I'd really like to only match the time stamp providing the temperature is steady for 10 continuous rows.

    Is it possible to check the value of multiple cells in an array before returning a value?

    For the record, the formula I'm using at the moment which checks a single cell is below. Time is Column A and Temp is in Column B

    {=INDEX(A:A,MATCH(1,IF(B:B>=150,IF(B:B<=160,1)),0))}

    Many thanks in advance.

  2. #2
    Forum Expert XLent's Avatar
    Join Date
    10-13-2010
    Location
    Northumberland, UK
    MS-Off Ver
    various
    Posts
    2,704

    Re: Analysing multiple values in an array

    Assuming by "steady" you mean within upper/lower threshold (i.e. no signal change) then perhaps something like below would work for you?

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    modify ranges to suit but avoid entire column references as computationally expensive, and Volatile.
    consider use of a non-volatile dynamic range, or Table construct

  3. #3
    Registered User
    Join Date
    08-07-2019
    Location
    Bristol, England
    MS-Off Ver
    2011
    Posts
    4

    Re: Analysing multiple values in an array

    That looks like the sort of formula I need.
    I’ll try it out later.

    Many thanks.

+ 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] How to sum values based on multiple array values?
    By mortenhn in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-30-2019, 07:51 AM
  2. Analysing multiple rows per ID
    By burnsbugs in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-06-2016, 12:34 AM
  3. Pull sub array from array using multiple column_num values
    By SinJinQLB in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-25-2015, 05:37 PM
  4. [SOLVED] multiple values in an array
    By PeterJohns in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-30-2014, 07:42 PM
  5. Replies: 1
    Last Post: 02-04-2013, 03:01 AM
  6. Find a value in an array and return multiple values in an adjacent array
    By tonbra in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-02-2012, 08:35 PM
  7. Analysing data from multiple columns
    By mdoconnor in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-11-2007, 11:34 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