Combining fields across multiple duplicate records?
I have a few hundred records in an excel file and 2/3 of these are duplicates except for 1 fields which has unique data. How do I combine multiple rows together but add that unique data as comma separate for that 1 field?
For example I have 5 records that are 30 columns across. 1. of those columns have unique data for each of those 5 records (year 2020, 2021, 2022, 2023, 2024). I want to turn this into 1 record and combine that unique columns data by comma separate.
Can AirTable do this or do I have to do this in excel first?