Find PO with highest rating

I need to identify the PO with the highest rating. In case of a tie, it should return the names of all POs with the highest rating. Could anyone please assist me with this?

Best Answer

  • Jason Tarpinian
    Jason Tarpinian ✭✭✭✭✭✭
    Answer ✓

    Try out this formula:

    =JOIN(COLLECT(PO:PO, [July'24]:[July'24], LARGE([July'24]:[July'24], 1)), CHAR(10))

    The CHAR(10) can be replaced by whatever value you'd like to separate out multiple highest ratings. I like it (line break) as it looks cleanest in my opinion.

    Jason Tarpinian - Sevan Technology

    Smartsheet Aligned Partner

Answers