Forum Discussion
Help- Return text based on ranking with criteria
Hi There,
My query is related to asset management data.
I am trying to extract the text of the largest 10 funds based on the fund meeting a criteria eg "high equity" and the fund having the largest asset size.
Inn simple, return text if fund is in specified criteria and fund is largest in segment?
So if you refer to the pictures, you will see "Excel Help 2" has the raw data. I know I could just sort, but want the formula to be dynamic.
Thanks- appreciate the help
Jordin
11 Replies
- mathetesGold Contributor
In the absence of the actual spreadsheet (the usefulness of images is limited; gives a sense of the data, but one can't do anything with it), I can suggest that you investigate the new Array Functions, in particular FILTER, SORT, SORTBY. They may well be able to accomplish what you describe.
I'd suggest you upload a working example--dummy the data if you want to protect confidentiality in some way--so that folks here don't have to create the example; that's a lot of data to work with.
- mathetesGold Contributor
I'll not be able to get to it until later on today--have some conflicting time obligations as the day starts.
If you want to give it a try, I'd suggest peeling off the "high equity" label from that column by using RIGHT.
Once that's done you could use SORT and FILTER to get the high equity funds only, sorted in descending order by asset value.
Others may come to your aide in the meantime.