Variable cell reference in function array

sportster

New Member
Joined
Jan 26, 2016
Messages
2
A little background info on what I'm trying to do. I am creating a new race series points list, and want to create a function (self contained and copy-able all in one cell). It will be used to calculate the total race points in a 12 race series for all racers. The issue I have is: The series offers "drops" of your lowest 2 finishes. I need to be able to easily adjust how many drops and when they start taking affect. The main issue is making the formula only count the races that have been completed (via a cell reference variable) and not drop the future rounds without points

The current version of my formula is: =SUM(LARGE(E2:P2,ROW(INDIRECT("Z1:Z"&(12-$A$2)))))
$A$2 (cell A2) is where I have one variable, how many drops to count. This part works just fine.
The other variable I need to add in is for P2 in my formula. I want it to reference a number I can change in cell A4. This variable will allow me to only show results for the races that are complete (1-12), so that the lowest points drop does not drop the races that have not been run yet. After each race is complete and the points are updated I also need it to be able to resort the list based on the formulas output (located in column C)


I put a sample of what I'm trying up on Dropbox, so you can see it:
https://www.dropbox.com/s/np7d8pakhzxyn6b/2016_HARC_Points.xlsx?dl=0
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
In my linked xls file the TEST tab will be where the points will be stored for each class, I will copy & rename this for other classes
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,327
Members
452,635
Latest member
laura12345

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top