+ Reply to Thread
Results 1 to 3 of 3

Need help with formula or macro...

Hybrid View

kamik333 Need help with formula or... 03-11-2009, 10:37 PM
GuruWannaB Re: Need help with formula or... 03-11-2009, 10:45 PM
shg Re: Need help with formula or... 03-12-2009, 12:13 AM
  1. #1
    Registered User
    Join Date
    03-11-2009
    Location
    Hawaii
    MS-Off Ver
    Excel 2003
    Posts
    1

    Need help with formula or macro...

    New here, tried searching for solution but can't seem to find what I need. I am not familiar with Excel but can do simple formulas. Trying to improve the score sheet I created in Excel for our club. I am using formulas to total rows, columns and compute score factors but have to do some of the final computations manually because I did not know how to use Macros. I am hoping that you can help me write a formula that will do the final computations and sorting.

    Our scoring goes like this. We get five timed attempts at a "stage" and our slowest time get thrown out. The remaining four is totalled and added to our other "stages". What I need is a formula that will eliminate the slowest time from a stage.

    Because I did not know of a formula that would remove the slowest time, I added another column A5, where we enter the slowest time and use "=A3+A4-A5" with A3 being the time, A4 penalties (if any) and A5 to enter the slow time if applicable. A6 would be the time for that attempt and use "=sum(A6:E6)" in cell F6 to get the total for that stage...

    Does that make sense?

    As for the sorting, I found a thread about sorting using auto filter and someone posted a sample sorting formula so will be looking at that.

    Any guidance would be appreciated. kamik333

  2. #2
    Forum Contributor GuruWannaB's Avatar
    Join Date
    01-24-2008
    Location
    An hour due East of Cowtown Ohio
    MS-Off Ver
    2010
    Posts
    421

    Re: Need help with formula or macro...

    ok...a1 thru a5 has your 5 times. To take out the minimum amount in the list...and totalling the remaining four times, try this.

    =sum(a1:a5)-min(a1:a5)
    The MIN function will find the minimum amount in the list....so it totals all 5 and subtracts the minimum.

    Hope that helps
    GWB
    I help because of the Pavlovian dog that resides in the inner me...so if you are happy with the results, please add to my reputation. It helps keep me motivated!



    Please mark your threads as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Need help with formula or macro...

    kamik,

    Welcome to the forum.

    Please read the forum rules, and then edit your post to be descriptive of your problem.
    Entia non sunt multiplicanda sine necessitate

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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