+ Reply to Thread
Results 1 to 4 of 4

how to extract data above 5 degrees that occur for 6 consecutive days?

  1. #1
    Registered User
    Join Date
    06-26-2022
    Location
    uro
    MS-Off Ver
    2013
    Posts
    2

    how to extract data above 5 degrees that occur for 6 consecutive days?

    Hello guys
    To calculate the growing season start (GSS), I have to extract data above 5 degrees that occur for 6 consecutive days.
    How can I do that?

  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 2403
    Posts
    44,127

    Re: how to extract data above 5 degrees that occur for 6 consecutive days?

    This formula identifies the first value where it and the next 5 are > 5 degrees.

    =IF(AND(SUMPRODUCT(--(A3:A8>5))=6,COUNTIF(B$2:B2,"Start")=0),"Start","")
    Attached Files Attached Files
    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

  3. #3
    Registered User
    Join Date
    06-26-2022
    Location
    uro
    MS-Off Ver
    2013
    Posts
    2

    Re: how to extract data above 5 degrees that occur for 6 consecutive days?

    Thanks for the reply
    I tried the formula but got an error

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

    Re: how to extract data above 5 degrees that occur for 6 consecutive days?

    Unless you give me sometging to work with... a sample sheet showing the problem, for example, I can do no more.

+ 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] Formula for remark data consecutive > 3 days
    By Daqurezs in forum Excel General
    Replies: 4
    Last Post: 02-27-2022, 06:36 AM
  2. [SOLVED] Count Consecutive & Non consecutive days per given logic
    By asimraza89 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-26-2019, 04:31 PM
  3. [SOLVED] List consecutive shifts that occur within timeframe
    By Marbleking in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-29-2016, 11:00 AM
  4. Return all dates that occur in the next 30 days
    By puzzlelover22 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-05-2014, 03:32 PM
  5. [SOLVED] Consecutive Days in a row of temperatures >= 90 degrees
    By redchair in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-21-2012, 02:28 PM
  6. Replies: 2
    Last Post: 11-05-2010, 12:19 PM
  7. Attempting to List Activities to occur in the next 7 days
    By dchoward777 in forum Excel General
    Replies: 3
    Last Post: 02-28-2010, 03:34 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