DanielJeff
New Member
- Joined
- Apr 26, 2023
- Messages
- 9
- Office Version
- 365
- Platform
- Windows
Morning
So i'm after a bit of help with a formula i've written =SORT(FILTER(Totals,Totals[Sales]>=LARGE(Totals[Sales],G2)),4,-1).
I'm trying to create a 10 list that changes each time a sales have updated. The above formula works and gives me what I'm after. The formula reads a cell that i can adjust to view the amount users shown. so if i want to see the top 2 i can change a cell to 2, 3 etc. I want it to always display the top 10. But the formula ends up showing everyone when i set it to 10. This is because currently only 7 people have sold stuff, the formula then displays all the people with 0 sales.
I need it so that i can leave the number to display the top 10, but then for the results to display only people who have sold something and not everyone else. SO essentially leaving numbers 8-10 blank until people record a sale
Apologise if its not the best description. I've attached my sheet so you can see where I'm up to.
Thanks
Daniel
So i'm after a bit of help with a formula i've written =SORT(FILTER(Totals,Totals[Sales]>=LARGE(Totals[Sales],G2)),4,-1).
I'm trying to create a 10 list that changes each time a sales have updated. The above formula works and gives me what I'm after. The formula reads a cell that i can adjust to view the amount users shown. so if i want to see the top 2 i can change a cell to 2, 3 etc. I want it to always display the top 10. But the formula ends up showing everyone when i set it to 10. This is because currently only 7 people have sold stuff, the formula then displays all the people with 0 sales.
I need it so that i can leave the number to display the top 10, but then for the results to display only people who have sold something and not everyone else. SO essentially leaving numbers 8-10 blank until people record a sale
Apologise if its not the best description. I've attached my sheet so you can see where I'm up to.
Thanks
Daniel