I have a google sheets spreadsheet with rows of data about various projects. When a user has a run date for their project they mark it in a specific column. The info in the run date column is not in any specific format. It could be a date or just the name of a month or even just something like “soon.”
I need to be able to find all the rows in this sheet that have ANY kind of data in the run date column. The catch is I cannot add more columns to the sheet.
Is there a way to just look for ANY value and return all those rows?