Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Finding data and executing an action

Hello all,
Need help with a challenge:

I have a massive spreadsheet with numbers and data - luckily, the data is
normalized.

I'd like to do a search for text, for example, "Education". The word would
appear in a set of words, not alone in a cell. I'd then like to delete the
entire row that "education" occurs in.

I thought there might be an easier way than doing this by sight, or by doing
a search/find all.

Any help will be greatly appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 915
Default Finding data and executing an action

Excel Rookie247 wrote:
Hello all,
Need help with a challenge:

I have a massive spreadsheet with numbers and data - luckily, the data is
normalized.

I'd like to do a search for text, for example, "Education". The word would
appear in a set of words, not alone in a cell. I'd then like to delete the
entire row that "education" occurs in.

I thought there might be an easier way than doing this by sight, or by doing
a search/find all.

Any help will be greatly appreciated.


Will the keyword "education" always appear in the same column?

If so, you could a formula in a new column like
=ISNUMBER(SEARCH("education",D2))

Fill down as far as needed.

Then sort on this new column to put all the TRUE results together (they
will conveniently sort to the bottom), select those rows, and delete.

In lieu of resorting your data, place a filter on new column (in Excel
2003: Data | Filter | Autofilter), pick TRUE in the new column's filter
control. Select the entire data range, press Shift + Space to extend the
selection to full rows, press Alt + ; to refine the selection to only
the visible rows, then press Ctrl + - (control minus) to delete the
rows. You might pick up a few handy tricks doing it this way (^:

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why are my functions not executing? Charlie Excel Worksheet Functions 1 March 3rd 09 11:21 PM
FINDING AN EXACT MATCH ON 2 DIFFERENT SHEETS THEN EXECUTING A FORM Morton Detwyler[_2_] Excel Worksheet Functions 3 December 2nd 08 06:58 PM
executing a function? Ray Excel Discussion (Misc queries) 2 March 24th 07 07:37 PM
EXECUTING A FORMULA Theresa New Users to Excel 4 January 18th 07 06:09 PM
Forumlas Not Executing Trey Excel Discussion (Misc queries) 2 January 25th 06 04:02 PM


All times are GMT +1. The time now is 05:54 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"