I'm working on cleaning up a report that contains statistics for all counties in the U.S. by state. I'm trying to find a way to filter the data so I can select only the state and counties I need to look up. Currently, the report contains each county on a row, with the only separation between states being a subtotal row containing the text "Total for Alabama/Alaska/etc". This text appears in column B. I've got a formula that can extract the state name and insert into the cell to the left (column A). But that means I have to copy that cell value (for example copy "Alabama" from cell A406) and paste to all empty cells above. Then go to the next subtotal, extract that state name (for example copy "Alaska" from cell A450) and copy to all empty cells above....stopping just short of where Alabama's data is. There has GOT to be an easier way to do this, I just haven't worked it out yet. I'd appreciate any suggestions to make this process a lot faster. Thanks!