Hello
I am not sure if this is possible but it seems it should be, if anyone can assist I would appreciate it.
I have a list of suppliers in different categories like this:
| Trade | Name |
| Joinery | Stick Fix Ltd |
| Joinery | Trees Ltd |
| Plumbing | Pipez Ltd |
| Plumbing | Tanks Ltd |
| Plumbing | Boilers Ltd |
| Tiling | Ceramit Ltd |
| Tiling | Nice Wall Ltd |
I want to be able to collect performance data (ratings and free text) on these suppliers from different members of my team, every month. I want the ratings to be added to the particular supplier and not overwrite the existing record and I want to control the list of trades and suppliers centrally so my team are not typing them in each time. In my ideal model, the record for 'Stick Fix Ltd', after a few months, would look like this (simplified):
| Trade | Name | Comments | Rating | Date |
| Joinery | Stick Fix Ltd | Free text here | 4.5/5 | Jan 21 |
| Joinery | Stick Fix Ltd | Free text here | 4.2/5 | Feb 21 |
| Joinery | Stick Fix Ltd | Free text here | 3.9/5 | Mar 21 |
I want the user to be able to navigate by dropdown, clicking on trade and selecting Joinery, then selecting Stick Fix Ltd > Add New Rating. I don't want the user to be able to add a new trade or supplier to the list.
Ideally, the records will be kept in Excel but at a push I could learn how Lists work if this was easier. I have OneDrive and Sharepoint etc.
Thanks in advance 🙂