I have been looking into the information you all gave me and I just want to make sure I underestand the full process before I start altering my app.
So the app is completed with all the data showing up within the app.
I have a 3 different screens that show employee data.
The first is the search screen:

When the arrow is clicked on and it takes me to a profile screen of that employee I can see more information about them:

I can then edit their profile if I want to.
So after reading the information I am assuming I would click on one of the data areas and adding the equations from Office365 like this: Office365Users.UserProfile(InfoAbout.Text).GivenName which it does change the name of the employee to my name. I am assuming that I can change all the fields to me when I add the equation to the rest of the fields and it will only show my data. On the search screen it changes all the names to my name as well.
so where I am stuck is how to change the equations like I did but then have them recognize that I am an admin. I was told I can add another table in the excel file that says admin and have names, but how do I link that up to the equations so that my data does not replace other data if I am an admin.
Last is telling it what pages not to show for emloyees. When I type in an equation like the one above anyone can still go to the search page. I would like to make its so they cannot see that search page.