I have a spreadsheet that has several columns. Column C will be full of numbers only but with the exception of some containing the letter "F". When column C is sorted, it will put all the F's at the bottom. I want the macro to first sort the spreadsheet by column C with headers in row 2 (which puts the F's at the bottom). The I want it to select the rows that don't have the letter F in column C (they will all be at the bottom), and sort them by column E. The number of rows with and without an F in that column is constantly changing as well. Is this possible? Thank you!