Excel Forum
Excel VBA Course
Excel VBA Course - From Beginner to Expert

200+ Video Lessons
50+ Hours of Video
200+ Excel Guides

Become a master of VBA and Macros in Excel and learn how to automate all of your tasks in Excel with this online course. (No VBA experience required.)

View Course




Excel Magic Trick # 260: Delete All Invoices w TBO


Delete All Invoice Records That Contain an ID with "TBO" using the SEARCH function and Go To Formula Numbers.
SEARCH("TBO","65TBO367123632") would return 3, because the third character starts the text string "TBO" within the larger text string "65TBO367123632".
"Add a new column with this formula (where A2 and all the other cells in column A have the TBO items) and then copy it down:
SEARCH(""TBO"",A2)
This will give you a number when the items contains TBO
Then you can highlight that table, click F5 for Go To; Then click on the Special Button; Then click on the Formulas dialog button; then uncheck all the options except for number; then click OK
Then carefully right-click one of the highlighted cells, point to and then click on Delete; then click the dialog button for Entire Row; Click OK.





Got a Question? Ask it Here in the Forum.