Hi All
I am trying to create a smartsheet formula for the Summary field that will return the maximum someone in a Senior Quantity Surveyor role is being paid currently in the company, plus the name of the person. I have the max salary part sorted -
=MAX(COLLECT(Salary:Salary, [Job Title]:[Job Title], "Senior Quantity Surveyor", [Contract Type]:[Contract Type], "<>Permanent (P/T)", [Current status]:[Current status], "Active"))
But cannot figure out how to include the person's name as well, potentially more than one person could earn the current maximum so it would be trying to return all names of SQS who earn the maximum.
i.e Highest someone earns in that role is $250,000 so I would have a result of "$250,000, Bob Jones"
Because I am wanting numbers and letters to be returned I would need to include formatting for the salary part since I cannot format the answer as currency?
The reason I am trying to do this as I have a dashboard created from the summary fields that shows what the minimum and maxiumum in each role is currently being earnt, it would be helpful to have a name attached to the dollar amounts. If there is a different way I can get the same result I am open to it!
Thanks.