+ Reply to Thread
Results 1 to 9 of 9

Automatically Updating Personal Records - Cross Country Question

  1. #1
    Registered User
    Join Date
    05-13-2022
    Location
    Charleston, South Carolina
    MS-Off Ver
    2204
    Posts
    4

    Automatically Updating Personal Records - Cross Country Question

    Good morning,

    I coach Cross Country and we use a spreadsheet to keep all race times in one location, like a season summary sheet

    Column A is name
    Column B is personal record
    Column C is personal record course/date
    Column D is current season best time
    Columns E-M are the times my kids run at meets throughout the season.

    Column D is =min(e2:m2)....that function gives me their current season best time.

    What I am trying to figure out is if column D (season best) is FASTER than the time listed in Column B (personal record)...is there a way for column B to display column D's data automatically?

    Thanks in advance!
    Attached Files Attached Files

  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,216

    Re: Automatically Updating Personal Records - Cross Country Question

    Try

    =IF(D2<B2,D2,"")

    Displays if better
    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
    05-13-2022
    Location
    Charleston, South Carolina
    MS-Off Ver
    2204
    Posts
    4

    Re: Automatically Updating Personal Records - Cross Country Question

    That works but I have to make a new column...

    Column B is Current PR
    Column C is New PR
    Column E is Season Best

    Let's say a girl has a personal best of 19:11 (that is what is typed in Column B)...second race of the year, she goes 18:58. So Season Best column would display 18:58....

    How do I setup Column B to have the data entered read 19:11 (her previous PR) switch to 18:58 for her new personal record?

  4. #4
    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,216

    Re: Automatically Updating Personal Records - Cross Country Question

    With VBA

    Please Login or Register  to view this content.
    This code is in Sheet1: click tab>> "View Code"

    You will need to enter D2 value to trigger VBA
    Attached Files Attached Files
    Last edited by JohnTopley; 05-13-2022 at 10:56 AM.

  5. #5
    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,216

    Re: Automatically Updating Personal Records - Cross Country Question

    Another version which works of entries in column E onwards
    Please Login or Register  to view this content.
    It checks for Season best plus PB
    Attached Files Attached Files
    Last edited by JohnTopley; 05-13-2022 at 11:21 AM.

  6. #6
    Registered User
    Join Date
    05-13-2022
    Location
    Charleston, South Carolina
    MS-Off Ver
    2204
    Posts
    4

    Re: Automatically Updating Personal Records - Cross Country Question

    I do not know anything about VBA...Can you help explain?

    I like the idea of the version working off entries from column e onward (this is ideally what I want)...

    I copy and pasted the code, but when I enter a PR time in column e (first race)...the season best column changes (column D), but not the personal best (column b).

    Thanks for the help so far...I feel we are close

  7. #7
    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,216

    Re: Automatically Updating Personal Records - Cross Country Question

    See post #5 with corrected code!!

    It checks for entries in Column E onwards and used MIN formula in Column D to check latest entry is season's best. And checks if a PB has been achieved.

    Give it a try.

  8. #8
    Registered User
    Join Date
    05-13-2022
    Location
    Charleston, South Carolina
    MS-Off Ver
    2204
    Posts
    4

    Re: Automatically Updating Personal Records - Cross Country Question

    Pretty sure that works!

    Thanks so much!!!

  9. #9
    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,216

    Re: Automatically Updating Personal Records - Cross Country Question

    If you have an problems come back to the forum.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

+ 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. Cross Country Timing/Recording Issues
    By CycloneSteve in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 04-01-2021, 08:03 AM
  2. Breaking a tie- Cross Country scoring excel sheet
    By kearyweaver in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-13-2017, 03:54 AM
  3. Trying to score a cross country race, need to skip runners after 7 of the same school.
    By sciencechickgeek in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-02-2012, 06:38 PM
  4. Replies: 1
    Last Post: 04-24-2012, 09:05 PM
  5. Excel 2007 : Penalties for cross country
    By Spike0907 in forum Excel General
    Replies: 5
    Last Post: 09-13-2010, 06:15 PM
  6. Cross-country data compare and update
    By drewship in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-16-2009, 08:14 AM
  7. Basic Question: automatically updating cells
    By mandyd in forum Excel General
    Replies: 1
    Last Post: 04-20-2009, 04:28 AM

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