Goal: I want to dynamically extract "Top 5 Customers by Spend".
Context:
-Sales Dept. uses a sheet to register future projects. Important columns: "Customer Name" and "Spend".
Considerations:
- "Customer Name" could appear more than 1.
-In rare occasions, two "Customer" can have the same spend, so both should be considered in "Top 5".
So far:
I tried having a helper sheet with:
a) Having a HELPER COLUMN to count COLUMN NAMES
b) Having a 2HELPER COLUMN to SUMIF to add SPEND by COLUMN NAMES
…but I cannot do it both DYNAMICALLY and COLUMN FORMULA.
I almost lost all hope. I just want to double check if someone found another solution.