Forum Discussion
Custom VIews--menu selection is grayed out-
- May 13, 2020
If you have data in a Table on any worksheet, then the Custom Views is not available.
If you have data in a Table on any worksheet, then the Custom Views is not available.
- mauryan_shivamFeb 04, 2023Copper ContributorHello Alan Murray
I have not any data on any other worksheet, even after that , custom views is not working. - mathetesMay 14, 2020Silver Contributor
Thanks. I never knew....and couldn't find a reference in Help that pointed in the direction of anything like that.
Fortunately I ended up being able to skin this particular cat another way, thanks to all the many ways Excel offers. And what I did was probably more effective any way. But oh, my, I have Tables in most of my workbooks, so I guess Custom View may become a thing of the past.
- sadasivam73Sep 15, 2020Copper Contributor
Hi,
could you pl share on what is that you have done as alternative to custom view with Table formats present in Excel. It will be of help to me, as i too have the same issue.
thanks
sadasivam73
- mathetesSep 16, 2020Silver Contributor
I'm sorry to say that I don't even remember what workbook I was working on back in October when I posted that (my first question on this site).... since then I've discovered so many other new (new to me, that is) features in Excel that I've not even missed Custom View.
So here's a short list of some of the things that I might have had in mind at the time.
- Using the various D____ functions to extract data from a table (DSUM, DGET, DAVERAGE....)
- Using INDIRECT extensively for references to specific cells on other sheets in the same workbook
More recently, if you have the most recent version of Excel, there's a set of Dynamic Array functions that are really useful, and these work especially well with Tables
- FILTER--this one has some features that might come closest to "Custom View"
- UNIQUE--which does what you might expect
- SORT--likewise
Here's a link to a YouTube video that serves as an excellent intro to these Dynamic Array functions: https://www.youtube.com/watch?v=9I9DtFOVPIg
- Alan_MurrayMay 14, 2020MVP
I think you are right there. Formatting data in a table is very useful so Custom Views is as you say now 'a thing of the past'.
Nice work buddy.