Different Views of Same Worksheet

S

szkoplin

I have a simple worksheet with organization names, director names,
locations, etc.

Is it possible to create different views of this same worksheet?

For example, can I have the sheet2 tab show the same data sorted by
director's name and sheet3 sorted by city?

Thanks.
 
B

Bill Ridgeway

A problem with having several views of the same data is that it becomes
out-of-date as soon as even a minor change is made to the source data.
There is also a danger that the 'copy' data may be up-dated leaving you with
two 'current' sets of data. If, as I suspect, your data is not extensive it
would be better to have only one set of data and sort it as required.

Regards.

Bill Ridgeway
Computer Solutions
 
S

szkoplin

Bill,

Can't the views use the same data, thus displaying any changes in any
of the views?

Steven
 
R

Roger Govier

Hi

I think Bill is suggesting (quite correctly) that it is best to do
everything on the source sheet - Sheet1 - and that you should avoid copying
data to other sheets for creating different views.

Yes, by all means sort your data by Director then Views>Custom>Add and give
it a name. Repeat this for the other views you want.
Then use Views>Custom>Show to display the relevant report.

Or, you could record a macro as you carry out the sort each time, even
hiding certain columns if required. You could then allocate these macros to
buttons on the sheet rather than using views.

Regards

Roger Govier
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top