Is it possible to have two columns as a key?

I have a Google Sheet table with the following columns:
id,name,phone,uuid,event,date,status

I would like to use the ‘id’ and ‘uuid’ columns as a key, to Create a new row or Update the ‘status’ column, as the uuid can be repeated for the same ‘event’ column.

Thank you very much

I believe I found an alternative.
I created a new column that concatenates id+uuid and I’m going to use it as a key.
Thanks

1 Like