#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Sorting Issues

I have 2 excel lists, one exported from a database, the other I created.

The first sheet is of Equipment Records with the following columns:
Itemname(Column A), Itemdescription(Column B).

The second sheet is a list of parts for the various equipment records:
Partname(Column A), Partdescription(Column B), Itemname it belongs to(Column
C).

How do I make a sheet 3 that shows all Items from sheet 1 with any parts
from sheet 2 that they might have sorted under them?

Output Example:
Item001 Chainsaw
Part015 Bar
Part023 Chain
Item002 Pole
Item003 Mower
Part006 Blade
Part007 Belt


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default Sorting Issues

It looks like sorting sheet 2 gets you most of the information. It is not
clear if you need sheet 2 formated so the data is more visible.

The only thing you don't have are the items in sheet one that don't appear
in sheet 2. Maybe the simpliest way is to add to sheet 1 a column that
contains if the item appear or doesn't appear in sheet 2.

"Blissfully Ignorant" wrote:

I have 2 excel lists, one exported from a database, the other I created.

The first sheet is of Equipment Records with the following columns:
Itemname(Column A), Itemdescription(Column B).

The second sheet is a list of parts for the various equipment records:
Partname(Column A), Partdescription(Column B), Itemname it belongs to(Column
C).

How do I make a sheet 3 that shows all Items from sheet 1 with any parts
from sheet 2 that they might have sorted under them?

Output Example:
Item001 Chainsaw
Part015 Bar
Part023 Chain
Item002 Pole
Item003 Mower
Part006 Blade
Part007 Belt


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Sorting Issues

What do I do to make the new column?

"Joel" wrote:

It looks like sorting sheet 2 gets you most of the information. It is not
clear if you need sheet 2 formated so the data is more visible.

The only thing you don't have are the items in sheet one that don't appear
in sheet 2. Maybe the simpliest way is to add to sheet 1 a column that
contains if the item appear or doesn't appear in sheet 2.

"Blissfully Ignorant" wrote:

I have 2 excel lists, one exported from a database, the other I created.

The first sheet is of Equipment Records with the following columns:
Itemname(Column A), Itemdescription(Column B).

The second sheet is a list of parts for the various equipment records:
Partname(Column A), Partdescription(Column B), Itemname it belongs to(Column
C).

How do I make a sheet 3 that shows all Items from sheet 1 with any parts
from sheet 2 that they might have sorted under them?

Output Example:
Item001 Chainsaw
Part015 Bar
Part023 Chain
Item002 Pole
Item003 Mower
Part006 Blade
Part007 Belt


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default Sorting Issues

In sheet 1 in cell c1 (assume no header in sheet 1)

=if(Countif(Sheet2!$C:$C,A1)0,"Found","Not Found")

"Blissfully Ignorant" wrote:

What do I do to make the new column?

"Joel" wrote:

It looks like sorting sheet 2 gets you most of the information. It is not
clear if you need sheet 2 formated so the data is more visible.

The only thing you don't have are the items in sheet one that don't appear
in sheet 2. Maybe the simpliest way is to add to sheet 1 a column that
contains if the item appear or doesn't appear in sheet 2.

"Blissfully Ignorant" wrote:

I have 2 excel lists, one exported from a database, the other I created.

The first sheet is of Equipment Records with the following columns:
Itemname(Column A), Itemdescription(Column B).

The second sheet is a list of parts for the various equipment records:
Partname(Column A), Partdescription(Column B), Itemname it belongs to(Column
C).

How do I make a sheet 3 that shows all Items from sheet 1 with any parts
from sheet 2 that they might have sorted under them?

Output Example:
Item001 Chainsaw
Part015 Bar
Part023 Chain
Item002 Pole
Item003 Mower
Part006 Blade
Part007 Belt


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
Sorting issues Wereman Excel Discussion (Misc queries) 2 September 4th 08 04:10 PM
Sorting issues KKT Excel Worksheet Functions 2 June 16th 08 01:36 PM
V-Lookup issues TommyD Excel Worksheet Functions 3 April 25th 08 05:52 PM
sorting issues for movie titles m1rr0rshade Excel Discussion (Misc queries) 5 March 14th 06 03:29 AM
Issues with sorting Matthew McManus Excel Discussion (Misc queries) 1 June 29th 05 12:34 PM


All times are GMT +1. The time now is 02:40 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"