I would like to sort a sheet based on a string for example:
Column 1 Column 2
name1 x
name2 x
name3 asdad
name4 gadfa
name5 gsdff
Is it possible to sort this in a way that it places all rows with a certain string on top, in this case, all rows with the "x" string should be on top first and then it sorts the rest alphabetically based on column 2.