Hello,
I'm trying to solve the below problem using only Excel:
-Column A contains dates
-Column B contains scenarios number
-Column C contains object
-Column D contains a risk measure for this particular Object for a given date and scenario
My challenge here is to find the k-th smallest risk measure (column D) for a given Object and Date using only Excel and ideally with only one formula (without using too many helpers functions).
Obviousely, here we need first to find the sub list of possible risk measure based on the given object and date, then we calculate the k-th smallest elements of this sub list.
I was hoping to solve this using some previous threads about subarray formulas in excel (using index, row, etc) but no clue.
Many thanks in advance for your assitance with this matter.
ad.
I'm trying to solve the below problem using only Excel:
-Column A contains dates
-Column B contains scenarios number
-Column C contains object
-Column D contains a risk measure for this particular Object for a given date and scenario
My challenge here is to find the k-th smallest risk measure (column D) for a given Object and Date using only Excel and ideally with only one formula (without using too many helpers functions).
Obviousely, here we need first to find the sub list of possible risk measure based on the given object and date, then we calculate the k-th smallest elements of this sub list.
I was hoping to solve this using some previous threads about subarray formulas in excel (using index, row, etc) but no clue.
Many thanks in advance for your assitance with this matter.
ad.