Hi all,
I have a large list that needs to be filtered based on certain criteria, and of that filtered list, I need to find which row is a 75% of the total filtered row count.
An example:
A list with approx 6000 rows in with columns of ID, Type, Date, Number of Days
The list needs to be filtered with column B with "Type 2", Column C with dates in the range 01 Oct 2012 - 31 Oct 2012.
I have two cells with the date period in and a cell for the Type value, a COUNTIFS for the total number of rows using these criteria and a formula for calculation the 75% value
From this filtered list, (which in my data sample, there are 96 rows) I need to find the value the Column D, Number of days in row 72 of that filtered list - 72 being 75% of 96.
I have a feeling I need to use the RANK function combined with a look up or may be a need to add some more columns into the list
Any suggestions?
Many thanks
Graham
I have a large list that needs to be filtered based on certain criteria, and of that filtered list, I need to find which row is a 75% of the total filtered row count.
An example:
A list with approx 6000 rows in with columns of ID, Type, Date, Number of Days
The list needs to be filtered with column B with "Type 2", Column C with dates in the range 01 Oct 2012 - 31 Oct 2012.
I have two cells with the date period in and a cell for the Type value, a COUNTIFS for the total number of rows using these criteria and a formula for calculation the 75% value
From this filtered list, (which in my data sample, there are 96 rows) I need to find the value the Column D, Number of days in row 72 of that filtered list - 72 being 75% of 96.
I have a feeling I need to use the RANK function combined with a look up or may be a need to add some more columns into the list
Any suggestions?
Many thanks
Graham