Todays silly admin trick which you can find in 2 seconds on google is how to get the license of the user in Salesforce to show up in a list view or in reports. Once you see the answer it is a no brainer but:
- Create Formula field -> Text
- Name it something like: License Type
- Copy/Paste: Profile.UserLicense.Name
- Viola!~
Makes total sense to dig in through the profile’s related license to determine the users license but would be handy if this was a standard field in Salesforce.