Hey,

I have a large spreadsheet and I need help with identifying which rows start with a text field so I can delete them - while not deleting the rows which start with a numeric format.

For example:

Col1 Col2 Col3
row 1 - 222 hhh 777
row 2 - abc jjj jjjj
row 3 - 333 kkk kkk


So, I would need row 2 (above) deleted but I need to retain rows 1 and 3.

The text is different every time, is there a way to search for datatypes?

Thanks