Results 1 to 4 of 4

Thread: Deduct Highests Scores By Condition

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Junior Member
    Join Date
    Jun 2013
    Posts
    1
    Rep Power
    0
    G'day,

    After scratching my head for a while I realised what your trying to explain. Then scratched my head some more to make it work automatically and now I have a large gaping hole in my head. Hahahaha.

    Then this workbook popped out.

    Edit: Did not allow player to be under Par. Please replace the formula in cell X10 with this one.

    Code:
    =IF(Z10=0,W10,W10-IF(Z10=0.5,OFFSET('Scoring Database'!A3,0,VLOOKUP(Z10,Half,2,FALSE))/2,SUM('Scoring Database'!A3:OFFSET('Scoring Database'!A3,0,AB10-1))+IF(ISNA(VLOOKUP(Z10,Deduction,1,FALSE)),0,OFFSET('Scoring Database'!A3,0,VLOOKUP(Z10,Half,2,FALSE)-1)/2)))
    Attached Files Attached Files
    Last edited by ratcat; 06-09-2013 at 05:36 PM.

Similar Threads

  1. Replies: 4
    Last Post: 03-01-2013, 10:48 PM
  2. Formula Based On Condition
    By Aryan063007 in forum Excel Help
    Replies: 4
    Last Post: 10-09-2012, 10:37 AM
  3. Calculation with different condition in a cell
    By LalitPandey87 in forum Excel Help
    Replies: 5
    Last Post: 04-04-2012, 08:38 AM
  4. Excel Nested IF 3 Condition Formula
    By yomgi in forum Excel Help
    Replies: 2
    Last Post: 02-20-2012, 11:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •