I have an excel sheet with a consistent format of columns like address, name, date, email, and phone. But I can’t just do a for each activity because after all of the data there is a Totals row, a blank row, another Total row, and a summary row that is in between the data I need.
How can I parse through the rows to only get the rows with the data I need (address, name, date, email, and phone)?
Thanks in advance.