Grumpy88
Member
Hi.
I have created a fairly large Excel "database" that consists of several worksheets, each containing a different type of data about the same people. There is also a fair degree of overlap between the worksheets due to generic info that appears on all of the worksheets (i.e. the same columns containing the same info), with the golden thread running between all of the worksheets being the same people's names.
My present set-up is that I use data validation dropdown lists to enter the generic info on each worksheet, and enter the data specific to each individual worksheet's purpose manually on each sheet. All of the data on each worksheet is linked to the same names (although not every name appears always appears on every worksheet). I then have a separate pivot table for each worksheet, to summarise that worksheet's data according to name or any of the other generic info.
This method works, but is probably not the most efficient (either in terms of entering the data initially or summarising it afterwards). I can live with the data entering method (although using one form as a single point of entry that would automatically populate all of the necessary columns on the various worksheets with just a single data entry action would obviously be far better), but ideally what I am really interested in now is to have a single data summary display that
would show me all of the data from each worksheet for a selected person in one place - rather than having to use three or four different pivot tables in turn to obtain this data progressively.
My idea was thus to open a new worksheet that would display the overall summarised data from each worksheet in one place for a given selected person. I thus created a data validation dropdown list on this new worksheet to serve as the tool for selecting the person whose data I want to view, and then added a number of other columns next to that, each designed to display a specific data type obtained from one of the other worksheets.
Therein lies the problem for me though, as I've been unable to find a formula for these columns that will look for the selected name in all of the other worksheets, identify the relevant data for that person, and sum / count the data as a summary in the appropriate column on the new overall summarised data worksheet. I thought that COUNTIFS might work, with the criterion being the selected person's name, but I don't know how to establish the link between the name on the overall summarised data worksheet and the same name on each of the other worksheets.
Any ideas please? Thanks!
I have created a fairly large Excel "database" that consists of several worksheets, each containing a different type of data about the same people. There is also a fair degree of overlap between the worksheets due to generic info that appears on all of the worksheets (i.e. the same columns containing the same info), with the golden thread running between all of the worksheets being the same people's names.
My present set-up is that I use data validation dropdown lists to enter the generic info on each worksheet, and enter the data specific to each individual worksheet's purpose manually on each sheet. All of the data on each worksheet is linked to the same names (although not every name appears always appears on every worksheet). I then have a separate pivot table for each worksheet, to summarise that worksheet's data according to name or any of the other generic info.
This method works, but is probably not the most efficient (either in terms of entering the data initially or summarising it afterwards). I can live with the data entering method (although using one form as a single point of entry that would automatically populate all of the necessary columns on the various worksheets with just a single data entry action would obviously be far better), but ideally what I am really interested in now is to have a single data summary display that
would show me all of the data from each worksheet for a selected person in one place - rather than having to use three or four different pivot tables in turn to obtain this data progressively.
My idea was thus to open a new worksheet that would display the overall summarised data from each worksheet in one place for a given selected person. I thus created a data validation dropdown list on this new worksheet to serve as the tool for selecting the person whose data I want to view, and then added a number of other columns next to that, each designed to display a specific data type obtained from one of the other worksheets.
Therein lies the problem for me though, as I've been unable to find a formula for these columns that will look for the selected name in all of the other worksheets, identify the relevant data for that person, and sum / count the data as a summary in the appropriate column on the new overall summarised data worksheet. I thought that COUNTIFS might work, with the criterion being the selected person's name, but I don't know how to establish the link between the name on the overall summarised data worksheet and the same name on each of the other worksheets.
Any ideas please? Thanks!