Re: Filter : sort of urgent
From: RagDyer (ragdyer_at_cutoutmsn.com)
Date: 05/20/04
- Next message: Peo Sjoblom: "Re: Filter : sort of urgent"
- Previous message: Simon Caddy: "Excel VBA - Wordwrap conundrum"
- In reply to: Keith: "Filter : sort of urgent"
- Next in thread: Peo Sjoblom: "Re: Filter : sort of urgent"
- Reply: Peo Sjoblom: "Re: Filter : sort of urgent"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 20 May 2004 11:18:03 -0700
You could filter the data.
First, select the entire header row of your list.
Then use <Data> <Filter> <Auto Filter>,
Click the "down arrow" in the Titles column, and choose "Custom".
The left box should say "Equals",
In the right box enter
*game theory*
Then <OK>.
You should now have all the rows displayed where your string is part of the
title.
Another option is to place an "X" in a separate column in each row that
would have your string contained in the title.
With the titles in column A, try this starting in row2 of an empty column:
=IF(ISNUMBER(SEARCH("game theory",A2)),"X","")
-- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "Keith" <Keith@noemail.com> wrote in message news:uF3Xb$oPEHA.3140@TK2MSFTNGP11.phx.gbl... I have a list of books titles and need to extract the rows that contain the words "game theory" in them. Does anyone have suggestions on how I can do this? I am stumped and need this by tomorrow!! Thanks in advanced! Keith
- Next message: Peo Sjoblom: "Re: Filter : sort of urgent"
- Previous message: Simon Caddy: "Excel VBA - Wordwrap conundrum"
- In reply to: Keith: "Filter : sort of urgent"
- Next in thread: Peo Sjoblom: "Re: Filter : sort of urgent"
- Reply: Peo Sjoblom: "Re: Filter : sort of urgent"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|