Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Everyone
I want to split Category Collumn into 3 Collumns (Goal , Penalty , Own Goal)
Thank you!
Hi,
You can do this with using Mid Function or Left function
table(mid(data,3,5)) as column name
for each new column
Like this?
=Concat(Category ,' ,')