Forum Moderators: open
logically:
if cell contains 'key'
delete.entire.row
across a column, or whole spreadsheet.
I'm not certain if this is the best forum for it, but I've seen other excel questions answered here, and I imagine others have run into similar problems with their keyword manipulation.
Anyone know how I could find/accomplish this?
thanks!
1. From the top menu, select tools --> macro --> record new macro. (You'll need to give it a name and assign a short-cut key such as "ctrl-q" at this point.)
2. While the macro is recording, from the top menu, select edit --> find, and then type what you're searching for in the pop-up box. Select "find next".
3. Hit "Esc" on your keyboard.
4. From the top menu, select edit --> delete... --> entire row.
5. Stop the macro recording by selecting the small square in the pop-up box that appeared when you starting recording the macro.
You should now be able to repeat the macro by simply pressing ctrl-q (or whatever shortcut you assigned it).