Howdy Valorie,
I would love to help clarify this. That is absolutely possible as a small PHP modification. We have some example code here that does this, but you will still need some PHP knowledge to apply it to your site and needs:
https://gist.github.com/elimn/c47fb3e65d437c2479bd
Take note of the line:
if ( current_user_can('administrator') ) return $wp_query;
This allows administrators to see all categories. If you are knowledgeable in WP PHP, then of course you can modify this line to instead apply to logged in users or something else.
Does that all make sense? Will that work for you? Please let me know.
Cheers!
– Brook