PC Review


Reply
Thread Tools Rate Thread

Categories in Databases

 
 
yl358
Guest
Posts: n/a
 
      3rd Aug 2006

Hi,

I have a database of things in Sheet1 and one of the columns is labeled
"country". Let's call this the master list, with about 150 rows.

I want to make a list in Sheet2 with just things in "China". The way
I've been doing it is by scouring through the master list, seeing which
ones have "china", and then manually copying and pasting. Is there any
way in which I can get this automatically done instead of doing it the
manual labor way? Thx


--
yl358
------------------------------------------------------------------------
yl358's Profile: http://www.excelforum.com/member.php...o&userid=35776
View this thread: http://www.excelforum.com/showthread...hreadid=568039

 
Reply With Quote
 
 
 
 
Ragdyer
Guest
Posts: n/a
 
      3rd Aug 2006
Can be done with formulas, but definitely, the right way to go is with
either filers or a Pivot table.

Check out this web site of Debra Dalgleish:

http://www.contextures.com/tiptech.html

Scroll down to "F" for the filters, and start at the *last* entry under the
P's for a pivot table intro>
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"yl358" <(E-Mail Removed)> wrote in
message news:(E-Mail Removed)...
>
> Hi,
>
> I have a database of things in Sheet1 and one of the columns is labeled
> "country". Let's call this the master list, with about 150 rows.
>
> I want to make a list in Sheet2 with just things in "China". The way
> I've been doing it is by scouring through the master list, seeing which
> ones have "china", and then manually copying and pasting. Is there any
> way in which I can get this automatically done instead of doing it the
> manual labor way? Thx
>
>
> --
> yl358
> ------------------------------------------------------------------------
> yl358's Profile:
> http://www.excelforum.com/member.php...o&userid=35776
> View this thread: http://www.excelforum.com/showthread...hreadid=568039
>


 
Reply With Quote
 
=?Utf-8?B?Q0xS?=
Guest
Posts: n/a
 
      3rd Aug 2006
Check out the feature Data > Filter > AutoFilter > and select China from the
drop-down arrow at the top of the column..........

hth
Vaya con Dios,
Chuck, CABGx3



"yl358" wrote:

>
> Hi,
>
> I have a database of things in Sheet1 and one of the columns is labeled
> "country". Let's call this the master list, with about 150 rows.
>
> I want to make a list in Sheet2 with just things in "China". The way
> I've been doing it is by scouring through the master list, seeing which
> ones have "china", and then manually copying and pasting. Is there any
> way in which I can get this automatically done instead of doing it the
> manual labor way? Thx
>
>
> --
> yl358
> ------------------------------------------------------------------------
> yl358's Profile: http://www.excelforum.com/member.php...o&userid=35776
> View this thread: http://www.excelforum.com/showthread...hreadid=568039
>
>

 
Reply With Quote
 
m96
Guest
Posts: n/a
 
      6th Aug 2006
use autofilter and then copy them (visible cells) to the new sheet.

use something like this:

set w = activesheet
w.usedrange.autofilter
w.usedrange.specialcells(xlvisible).copy
set s = thisworkbook.worksheets.add
w.paste destination:=s.cells(1,1)



yl358 wrote:
> Hi,
>
> I have a database of things in Sheet1 and one of the columns is labeled
> "country". Let's call this the master list, with about 150 rows.
>
> I want to make a list in Sheet2 with just things in "China". The way
> I've been doing it is by scouring through the master list, seeing which
> ones have "china", and then manually copying and pasting. Is there any
> way in which I can get this automatically done instead of doing it the
> manual labor way? Thx
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Customizing Microsoft Categories - Disable ability for users toremove categories applied to messages jrattan@gmail.com Microsoft Outlook Discussion 1 31st Mar 2010 04:20 AM
Public folder calender categories vs user calander categories =?Utf-8?B?SGVscCBtZQ==?= Microsoft Outlook Calendar 5 2nd Nov 2007 07:44 AM
Outlook 2007 Categories are a combo of Categories & Labels in 2003 =?Utf-8?B?U2NvdHQgU2hlcm1hbg==?= Microsoft Outlook Calendar 0 13th Feb 2007 04:23 AM
Categories vs Multiple Databases? daugherty.sean@comcast.net Microsoft Outlook BCM 2 22nd Jun 2005 06:27 AM
Select Categories and statistics from a table of Categories and Products (Excel 2000) L Mehl Microsoft Excel Discussion 2 30th Aug 2004 10:38 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:05 PM.