Forum Discussion

pevenden's avatar
pevenden
Brass Contributor
Mar 15, 2026
Solved

Calculating and adding time

I am trying to figure out how to automatically calculate time differences for a delayed racing start time.

I have:

a rating which provides a handicap correction factor:  PHRF Tod

A Sec/ Mile correction number

A Total correction in Seconds (based on a distance)

This I figured out.

I have a set start time for the first entry at 11:00:00

I need to figure out the Start time for the delayed boats as shown in the diagram, but I don't know what formulas will do this. 

This diagram is taken from a pdf document. 

 

8 Replies

  • markwood's avatar
    markwood
    Copper Contributor

    The #NAME? error is almost certainly because SCAN, VSTACK, and the # spill reference only work in Microsoft 365's dynamic array engine — if you're on Excel 2019/2016 or another older version, those functions won't be recognized.

     

    Quick checks:

     

    Confirm which Excel version you're running (365 vs. one-time purchase).

    If the startTime array formula itself fails, the startTime# reference will cascade errors downstream.

     

    For adding/removing rows without breaking things, convert your source data into an Excel Table (Insert > Table) — combined with dynamic array formulas, it'll auto-resize as rows change.

     

    I ran into similar formula compatibility issues in the last 2 months. While adjusting script outputs for an online fitness calculator. Standardizing the formula ranges fixed it.

     

    Let me know your Excel version if you'd like a non-array alternative formula.

    • pevenden's avatar
      pevenden
      Brass Contributor

      This is the error message I get:

       

    • pevenden's avatar
      pevenden
      Brass Contributor

      Hi Peter,

      I am trying to use your formulas to make the list dynamic so I can add or remove rows without affecting the other numbers... I keep getting an error message with the delay# (it doesn't seem to like the hashtag where it is... )

      any ideas?

       

    • pevenden's avatar
      pevenden
      Brass Contributor

      Oliver, trying to use your formulas and I get #NAME? all over the place.

      I am fairly certain I have all the formulas as written

       

    • pevenden's avatar
      pevenden
      Brass Contributor

      Thanks Oliver.. yes, that helps... 

  • pevenden's avatar
    pevenden
    Brass Contributor

    Hi All, I have the problem sorted out.... Thanks anyway!

     

    till next time...