Forum Discussion
J4_ck
Feb 16, 2019Copper Contributor
Excel Spreadsheet Extract Data
Hello, I'm trying to produce a table containing the top 5 "top scores" with the name extracted aswell. I'm extremely new to spreadsheets in general, so go easy. I've managed to extract the t...
- Feb 16, 2019
Hi,
Since you return the per cent in your resulting table, you don't need to use AGGREGATE with criteria, you may use simple INDEX/MATCH on that per cent
Sample is in the attached file
SergeiBaklan
Feb 16, 2019Diamond Contributor
Hi,
Since you return the per cent in your resulting table, you don't need to use AGGREGATE with criteria, you may use simple INDEX/MATCH on that per cent
Sample is in the attached file
- J4_ckFeb 16, 2019Copper Contributor
Awesome, works perfectly. Thanks so much!
- SergeiBaklanFeb 16, 2019Diamond Contributor
You are welcome