+ Reply to Thread
Results 1 to 7 of 7

Formulas for Irrigation Zone Start and End Times

  1. #1
    Registered User
    Join Date
    06-23-2022
    Location
    city
    MS-Off Ver
    365
    Posts
    99

    Formulas for Irrigation Zone Start and End Times

    Hello,

    Can some please come up with formulas for the irrigation schedule to post the times that each zone runs.

    Zones will run on selected days with an "X".

    Each day start time is determined from cell B6. So the first zone that is enabled for that day will start at the time in B6.


    The time between the zones is determined from cell B4. So that is the time between the End Time from the previous zone to the Start Time of the next zone.



    Formulas are needed in the range I15:V29 please.


    A few examples were manually entered with the desired results.


    Thank you very much for your help
    Last edited by KaylaP; 07-03-2022 at 06:24 PM.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,209

    Re: Formulas for Irrigation Zone Start and End Times

    Take a look here .....

    https://www.excelforum.com/excel-for...end-times.html
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  3. #3
    Registered User
    Join Date
    06-23-2022
    Location
    city
    MS-Off Ver
    365
    Posts
    99

    Re: Formulas for Irrigation Zone Start and End Times

    I saw that thanks JohnTopley. The requirement in that thread uses the end times of completion for each day. I was looking for the start times each day formulas. Is it possible to do?

  4. #4
    Registered User
    Join Date
    06-23-2022
    Location
    city
    MS-Off Ver
    365
    Posts
    99

    Re: Formulas for Irrigation Zone Start and End Times

    I think I can make due with the concept of end times. I appreciate the help as always.

    Thank you,
    Kayla

  5. #5
    Registered User
    Join Date
    06-23-2022
    Location
    city
    MS-Off Ver
    365
    Posts
    99

    Re: Formulas for Irrigation Zone Start and End Times

    I really have tried to think on how to get formulas to fill the cells with a fixed start time for each day that has the zone delay. So far I have not come up with a solution.

    I sincerely appreciate any help,

    Kayla

  6. #6
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,209

    Re: Formulas for Irrigation Zone Start and End Times

    Try the following ...

    in I15

    =IF(INDEX(Intersect_X,MATCH(I$13,$E$5:$E$11,0),MATCH($D15,$G$4:$V$4,0))="x",$B$7+(COUNTIF(OFFSET($G$5,MATCH(I$13,$E$5:$E$11,0)-1,0,1,MATCH($D15,$G$4:$V$4,0)),"X")-1)*1/24,"")

    in J15

    =IF(I15="","",I15+$F15/1440)

    Copy both down

    then copy/paste both columns to other days

    There is probably a "smarter" way with 365 functions!
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    06-23-2022
    Location
    city
    MS-Off Ver
    365
    Posts
    99

    Re: Formulas for Irrigation Zone Start and End Times

    Thank you so very much Mr. Topley this is a perfect solution. The programmer that I am using for my irrigation does not have the ability for end times for each day but does have the start time for setting up zones. The other thread was based on end time for the day so it was difficult to set up the zones.

    I really do appreciate your expert help on this subject.

    Have a blessed day!

+ 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] Google Sheets: Enter Time Zone Into a Cell Which Adjusts All Times in Spreadsheet.
    By kernel_corn in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 10
    Last Post: 06-18-2022, 04:51 AM
  2. Enter Time Zone Into a Cell Which Adjusts All Times in Spreadsheet.
    By kernel_corn in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-29-2022, 03:46 AM
  3. [SOLVED] Irrigation Schedule Start and End Times
    By BillySpivy in forum Excel Formulas & Functions
    Replies: 38
    Last Post: 04-15-2022, 06:30 AM
  4. [SOLVED] Converting times to a different time zone
    By dougkpga in forum Excel General
    Replies: 11
    Last Post: 03-05-2022, 12:54 AM
  5. [SOLVED] Averaging the earliest start times and latest end times for multiple days
    By kbiro in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-26-2016, 02:15 PM
  6. Need to start Clock according to Zone wise
    By marc5354 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 02-18-2010, 04:04 PM
  7. How to start a clock according to zone wise
    By marc5354 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 02-16-2010, 07:52 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