+ Reply to Thread
Results 1 to 11 of 11

Various parkrun calculations

  1. #1
    Forum Contributor
    Join Date
    03-30-2020
    Location
    Wales, UK
    MS-Off Ver
    365 (Mac)
    Posts
    191

    Various parkrun calculations

    Hi, I'm having trouble with some worksheets in my parkrun results workbook. Every tab and every cell that are highlighted in yellow are the ones I need to find formulas for. I have manually populated them for now, so you can see what I'm trying to achieve.

    I suspect most of them will likely be unique filter type formulas, similar to some I already have in other worksheets. - I have attempted to work these out, but am struggling.

    If anyone could help me with the formulas for these, it would be greatly appreciated.

    https://1drv.ms/x/s!AtIvkRgReIvwgTdN...eGGdr?e=mah25R

    Thanks in advance!

    Also post on Mr. Excel forum:

    https://www.mrexcel.com/board/thread...tions.1130009/

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,980

    Re: Various parkrun calculations

    Please use our attachment facility for your sample file. Thanks.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Contributor
    Join Date
    03-30-2020
    Location
    Wales, UK
    MS-Off Ver
    365 (Mac)
    Posts
    191

    Re: Various parkrun calculations

    Hi. They are multiple worksheets in a workbook. I will try and chop them down so I can post examples, but they may still be too large as sheets are interconnected.

  4. #4
    Forum Contributor
    Join Date
    03-30-2020
    Location
    Wales, UK
    MS-Off Ver
    365 (Mac)
    Posts
    191

    Re: Various parkrun calculations


  5. #5
    Forum Contributor
    Join Date
    03-30-2020
    Location
    Wales, UK
    MS-Off Ver
    365 (Mac)
    Posts
    191

  6. #6
    Forum Contributor
    Join Date
    03-30-2020
    Location
    Wales, UK
    MS-Off Ver
    365 (Mac)
    Posts
    191

    Re: Various parkrun calculations


  7. #7
    Forum Contributor
    Join Date
    03-30-2020
    Location
    Wales, UK
    MS-Off Ver
    365 (Mac)
    Posts
    191

    Re: Various parkrun calculations


  8. #8
    Forum Contributor
    Join Date
    03-30-2020
    Location
    Wales, UK
    MS-Off Ver
    365 (Mac)
    Posts
    191

    Re: Various parkrun calculations

    Hi. Cut-down files 21-22 attached. Thanks again!

  9. #9
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,570

    Re: Various parkrun calculations

    This proposal is in reference to the first file attached to post #8.
    This proposal adds a helper column (XFD) to the All Completed Runs sheet which is populated using: =MOD(A3,100)=0
    A small table is added to the All Completed Runs - TOR sheet in cells E3:F5
    The formula for column A is: =IFERROR(INDEX('All Completed Runs'!C$3:C$232,AGGREGATE(15,6,(ROW(A$3:A$232)-ROW(A$2))/('All Completed Runs'!XFD$3:XFD$232=TRUE),ROWS(A$1:A1))),"")
    The formula for column B is: =IF(A3="","",INDEX(F$3:F$5,MATCH(INDEX('All Completed Runs'!A$3:A$232,AGGREGATE(15,6,(ROW(A$3:A$232)-ROW(A$2))/('All Completed Runs'!XFD$3:XFD$232=TRUE),ROWS(A$1:A1))),E$3:E$5,0)))
    The formula for column C is: =IF(A3="","",INDEX('All Completed Runs'!E$3:E$232,AGGREGATE(15,6,(ROW(A$3:A$232)-ROW(A$2))/('All Completed Runs'!XFD$3:XFD$232=TRUE),ROWS(A$1:A1))))
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  10. #10
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,084

    Re: Various parkrun calculations

    The joy of the new functions.
    In A3
    =UNIQUE(FILTER('All Completed Runs'!C3:C2002,COUNTIF('All Completed Runs'!C3:C2002,'All Completed Runs'!C3:C2002)>99))
    Then in B3 (if you're happy with a slight change in format)
    =FLOOR.MATH(COUNTIF('All Completed Runs'!C3:C2002,A3#),100)&"+"
    C3
    =IF(A3="","",INDEX('All Completed Runs'!$E$3:$E$2002,AGGREGATE(15,6,(ROW('All Completed Runs'!$E$3:$E$2002)-ROW('All Completed Runs'!E3)+1)/('All Completed Runs'!$C$3:$C$2002=A3),100)))

  11. #11
    Forum Contributor
    Join Date
    03-30-2020
    Location
    Wales, UK
    MS-Off Ver
    365 (Mac)
    Posts
    191

    Re: Various parkrun calculations

    Wow.Thanks all

+ 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. Automatic Calculations vs Manual Calculations
    By JCtheRULEr in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 07-19-2017, 06:40 AM
  2. Automatic calculations and maunal calculations Excel 2013
    By JCtheRULEr in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-12-2017, 05:09 AM
  3. CPP and EI calculations
    By mang0029 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-22-2017, 09:22 AM
  4. Replies: 0
    Last Post: 07-07-2012, 04:13 AM
  5. [SOLVED] how many calculations?
    By Amie in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 04-21-2006, 03:10 PM
  6. Calculations
    By Andrew Hodgson in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 07:05 PM
  7. Calculations
    By Neil Hopkinson in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 09-04-2005, 05:05 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