I have an Excel file that has two main columns a Name column and a Status column. The values in the Name column are all unique values and the values in the status column are numerical 1-5. Is there a formula to show which names are in which status? Additionally, this list is only 40-60 entries at a time so solutions that are not efficient would still work for this case.
Example of rows:
| Name | Status |
|---|---|
| B34 | 2 |
| F92 | 4 |
| H92 | 3 |
| C02 | 2 |
| G50 | 2 |
| Q459 | 5 |