I was trying to use Query on this, but read that query doesn't work well in a column with mixed data. What I have is a financial spreadsheet where Col3 either has the words DEBIT or a check number. What I want to do is pull into separate spreadsheet certain columns (Col2,Col3,Col7,Col14,Col15) when Col3 = a five digit number but only when Col2 (date column) is between April 1, 2024 and April 30, 2024. Is there an easy way to do this?
Extra credit if you can also show me how I can pull the same columns from the same date range when the check number has less than five letters (outgoing checks are always five digits and incoming checks are less than five, so I could easily filter into different spreadsheets check income and check debits..)
Any help would be much appreciated!