Ok so here is the issue I'm having. Currently the TOTAL PROMOTION POINTS column (R) is a Sum of the specific cells in each row (E, H and Q) as shown below. I also want to add an additional BONUS of 25-points for those that make the Hall of Fame's TOP KILLS & TOP BUILT at the bottom (B29 & B30).
The formula I use for the Hall of Fame is: =INDEX(A2:A24,MATCH(MAX(J2:J24),J2:J24,0))
So now Im stuck on how to not only assign 25 points to the Hall of Fame entries, but then assign it to the correct corresponding TOTAL PROMOTION POINTS formula.
So in this example, JUICED currently has 31 Total Promotion Points (R9), but he made TOP KILLS (Hall of Fame A29). So I need the spreadsheet to add 25 points to 31 to equal 56 in R9.
If anyone has the slightest idea of how to make this possible, please help!
I assume that somewhere the value of those entries in B29 & B30 must be specified to equal 25-- and perhaps it's in the equation for TOTAL PROMOTION POINTS to Check if the user was the MAX between the range of either M2:M24 (Top Kills) or I2:24 (Top Build), and IF true, add +25 to the total. Maybe it's not possible, or maybe Im over thinking it.
The formula I use for the Hall of Fame is: =INDEX(A2:A24,MATCH(MAX(J2:J24),J2:J24,0))
So now Im stuck on how to not only assign 25 points to the Hall of Fame entries, but then assign it to the correct corresponding TOTAL PROMOTION POINTS formula.
So in this example, JUICED currently has 31 Total Promotion Points (R9), but he made TOP KILLS (Hall of Fame A29). So I need the spreadsheet to add 25 points to 31 to equal 56 in R9.
If anyone has the slightest idea of how to make this possible, please help!
I assume that somewhere the value of those entries in B29 & B30 must be specified to equal 25-- and perhaps it's in the equation for TOTAL PROMOTION POINTS to Check if the user was the MAX between the range of either M2:M24 (Top Kills) or I2:24 (Top Build), and IF true, add +25 to the total. Maybe it's not possible, or maybe Im over thinking it.