Forum Discussion
Multiuser sheet
Hello,
Can I create a multiuser sheet?
I would like to create something like this:
Users : U1; U2; U3
Name of test: AAA, BBB, CCC
Number of test: ...
U1 can't see U2 and U3 data. U2 can't see U1 and U3 data.
Admin can see all data
Today we have 46 users and 46 sheets (I would like to write **bleep**, not sheet...).
The easy way is to develop a little database with a Web application, but my company don't want an IT development for many reasons.
Thank you for the help.
5 Replies
- Mehul_Gandhi74Copper Contributor
hi, Is your problem solved? I am also looking for solution for such issue.
Thanks.
Hi Francesco,
There are more complicated macro solutions that you can set up, so that a user needs to "log in" to their sheet (e.g. input username and password), but if you don't want to go down that sort of path, perhaps you can let each user have their sheet, and use Get and Transform (Power Query) to pull all the results into a separate Admin sheet? That way, Admin doesn't need to open up each sheet to see the data, they can just hit 'refresh' and all of the data will be available to them.
Would either of those ideas solve your issue?
Tim
- Francesco CavalliCopper Contributor
Hi Tim,
THank you for your answer, but this solution is our actual solution. Each user has their own sheet (46 sheet!!!). I can't continue in this way, because if my boss ask to me to add a new field, feature, or other, I must to change 46 sheet.
THe best way, now I think possible only with VBA, is one sheet with an automatic filter to hide data of other users.Hi Francesco,
If you want to change 46 sheets at the same time, you can select all of the sheets (select the first sheet, hold the Shift button down and select the last of the 46 sheets, assuming they're in a row), and when you make changes, it will apply them simultaneously to all sheets. Would that solve your problem?
Otherwise, you might find that if it's just data entry that you're looking for, an Access solution might be a better alternative.
Kind regards,
Tim