Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default lining up 2 columns of zip codes

I have a list of zip codes we mailed to and a list of zip codes that people
responded from. Now some of list A is not in list B and vice-versa. I want
Excel to sort list A (easy of course) then line up list B next to the
corresponding zip code in list A. (I can create a List C of all zip codes in
the area since we have some responders that were not in the mailed zip codes)

Does anyone know a way for Excel to do this??

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default lining up 2 columns of zip codes

I fyou make a new table containing all zip codes in column A, Column B can be
a lookup of list A,and Column C can be a lookup of List B. Then columns B
and C will have List A and List B next to each other

Col A Col B Col C
11100 11100
11101 11101
11102 11102 11102
11103
11104 11104

Put equation in Column B
=if(Countif($F$1:$F$100,A1) 0,A1,"") <=F1:F100 is list A

Put equation in Column c
=if(Countif($J$1:$J$100,A1) 0,A1,"") <=J1:J100 is list B

"JSpence2003" wrote:

I have a list of zip codes we mailed to and a list of zip codes that people
responded from. Now some of list A is not in list B and vice-versa. I want
Excel to sort list A (easy of course) then line up list B next to the
corresponding zip code in list A. (I can create a List C of all zip codes in
the area since we have some responders that were not in the mailed zip codes)

Does anyone know a way for Excel to do this??

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
Data lining up correctly when printing Brad Excel Discussion (Misc queries) 0 December 19th 06 08:33 PM
Lining up cells with % symbol to those without. landrybj Excel Discussion (Misc queries) 3 November 28th 06 01:58 PM
I have two columns (A) and (G) that have like product codes however [email protected] Excel Worksheet Functions 1 August 4th 06 08:19 PM
Lining up data from concatenation Some Dude Excel Discussion (Misc queries) 10 June 5th 06 07:28 PM
Lining Tables pinehead Excel Worksheet Functions 1 February 27th 06 03:15 AM


All times are GMT +1. The time now is 02:28 PM.

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

About Us

"It's about Microsoft Excel"