Hello, I have a table that uses offset to show the top 10 downloads of all time, but I need this table to be dynamic and filterable. The table must be able to filter by date so that it shows the top 10 downloads for a given month or quarter that the user selects. top-10-downloads-table.PNG
I would suggest converting it to a PivotTable. That way you can easily filter by date, and it's probably easier to maintain.
If you don't want a PivotTable for some reason (and I would strongly suggest you do), then there are ranking functions such as INDEX and MATCH you can do, but it's much more complicated.
Either way, a post of your spreadsheet would help.
Hi Phillip, thanks for your suggestion. I'm going to try this and see if I can get it to rank the files. Since this table is on a dashboard, I'd like to add a combo box (i.e. dropdown list) that the user can use to filter the table by month or quarter. As you can see, I did this for a pivot chart that I use on the dashboard. Ideally, I'd like for the dropdown list I currently have to trigger another dropdown list to appear which will list either months or quarters. Any suuggestions you have on how to improve the dashboard are appreciated. Dashboard-Mockup-v6-dummy-data.xlsm
I note your comment in Website1!E5, namely "This column does not scroll. I haven't been able to figure out how to fix it.". If you change the formula from:
If you are using Excel 2010, 2013 or Office 365, I would also suggest using slicers as well as the PivotChart you have in Website1, so that the end user can narrow down the time period for instance.
Thank you, Philip. I went with a pivot chart and a pivot table that is controlled with a slicer. Your answer for how to make the first table I had scroll worked, as well. The pivot table for the articles will be much easier to maintain than the Offset table I was using. Thanks again.
Microsoft Excel
Microsoft Excel topics include formulas, formatting, VBA macros and user-defined functions, and everything else related to the spreadsheet user interface, including error messages.
If you don't want a PivotTable for some reason (and I would strongly suggest you do), then there are ranking functions such as INDEX and MATCH you can do, but it's much more complicated.
Either way, a post of your spreadsheet would help.