Conditionally show information on one sheet based on unrelated data from another sheet

Hi,

I’ve got a sheet ‘Profile’ which allows users to create a basic profile on my app.

I have also have a sheet ‘Hospitals’ which displays information about hospitals. I want to display information on the hospital pages that’s conditional on whether certain fields in the user’s profile have been completed. The hospital pages are not specific to a user profile so I can’t use the relation field. Any suggestions on how to implement this?

Same logic as this post. Visibility -> connect to more than just the current sheet-tab

Great thanks @Robert_Petitto