I am trying to get data with a query in Google Sheets:
I have the following dataset :
Name Date Status John 2025-04-16 Done John 2025-04-17 Done John 2025-04-18 Incomplete James 2025-04-16 Incomplete James 2025-04-17 Done James 2025-04-18 Incomplete Lisa 2025-04-16 Done Lisa 2025-04-17 Done Lisa 2025-04-18 Done
Is it possible in SQL query to get the following
Name 2025-04-16 2025-04-17 2025-04-18 John Done Done Incomplete James Incomplete Done Incomplete Lisa Done Done Done
I am struggling to get the right query, if it even possible
I tried with pivot tables but did not get the status in the columns