![]()  | 
	€uromeinke, FEJ. and Ghoulish Delight RULE!!! NA abides.  | 
| 		
			
			 | 
		#1 | 
| 
			
			
			
			 Chowder Head 
			
		
			
				
			
			
			Join Date: Jan 2005 
				Location: Yes 
				
				
					Posts: 18,500
				 
				
				![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()  | 
	
	
	
	
		
			
			 
				
				Stupid Excel Question
			 
			Here is one I cannot figure out. 
		
	
		
		
		
		
			I work with mailing lists frequently and often review them in Excel (I do not do any processing of the lists - I leave that to the programmers in their specialized mail programs - I just use the lists for reference). I have one mailing I do every month that I need to extract certain data out of. I know how to do it "manually", but there has to be a faster way. Basically, I need to find out the count by counties in each of 16 regions within the list. How I do it now is: 
 ABCD REGION Alpha County: 23 records Bravo County: 47 records Charley County: 16 records Delta County: 102 records EFG REGION Echo County: 77 records Foxtrot County: 36 records Obviously, this is tedious. I know there must be a simpler way to do this (especially since I actually have TWO lists each month I need to review this way!). Any bright minds out there? 
				__________________ 
		
		
		
		
	
	The thing about quotes on the internet is that you cannot verify their validity. 
			- Abraham Lincoln  | 
| 
		 | 
	
	
	
		
Submit to Quotes 
		
		
		
			 
		
		
		
		
		
		
			
			
		
	 | 
| 		
			
			 | 
		#2 | 
| 
			
			
			
			 Prepping... 
			
		
			
				
			
			
			Join Date: Jan 2005 
				Location: Here, there, everywhere 
				
				
					Posts: 11,405
				 
				
				![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()  | 
	
	
	
	
		
		
		
		 Aw man. I thought you would have had an answer by now or I would have posted for you. I'm sorry!  
		
	
		
		
		
		
			
		
		
		
		
	
	![]()  | 
| 
		 | 
	
	
	
		
Submit to Quotes 
		
		
		
			 
		
		
		
		
		
		
			
			
		
	 | 
| 		
			
			 | 
		#3 | 
| 
			
			
			
			 HI! 
			
		
			
				
			
			
								
		
	 | 
	
	
	
	
		
		
		
		 It's been ages since I've done this, but I believe there is something that enables you to sort and count by header.  I used to do this with massive lists of products by company and I remember there being a function.  After sorting and counting, you could colapse the information to only show the totals. 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
Submit to Quotes 
		
		
		
			 
		
		
		
		
		
		
			
			
		
	 | 
| 		
			
			 | 
		#4 | 
| 
			
			
			
			 I Floop the Pig 
			
		
			
				
			
			
								
		
	 | 
	
	
	
	
		
		
		
		 I presume the list of counties doesn't change month to month? If so, for each county, create a cell with "=countif(range, county name)".  So, if the column with the county names is H, to count the number of entries for county Alpha, you'd put "=countif(H:H, Alpha)". 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	'He who receives an idea from me, receives instruction himself without lessening mine; as he who lights his taper at mine, receives light without darkening me.' -TJ  | 
| 
		 | 
	
	
	
		
Submit to Quotes 
		
		
		
			 
		
		
		
		
		
		
			
			
		
	 | 
| 		
			
			 | 
		#5 | 
| 
			
			
			
			 Chowder Head 
			
		
			
				
			
			
			Join Date: Jan 2005 
				Location: Yes 
				
				
					Posts: 18,500
				 
				
				![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()  | 
	
	
	
	
		
		
		
		 Ironically, the counties are not supposed to change. But that is what I am checking: to see if the list company did their job properly each month and included only the counties that they are supposed to. 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	The thing about quotes on the internet is that you cannot verify their validity. 
			- Abraham Lincoln  | 
| 
		 | 
	
	
	
		
Submit to Quotes 
		
		
		
			 
		
		
		
		
		
		
			
			
		
	 | 
| 		
			
			 | 
		#6 | 
| 
			
			
			
			 Chowder Head 
			
		
			
				
			
			
			Join Date: Jan 2005 
				Location: Yes 
				
				
					Posts: 18,500
				 
				
				![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()  | 
	
	
	
	
		
		
		
		 And thank you for helping me out the other day. I appreciate it! 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	The thing about quotes on the internet is that you cannot verify their validity. 
			- Abraham Lincoln  | 
| 
		 | 
	
	
	
		
Submit to Quotes 
		
		
		
			 
		
		
		
		
		
		
			
			
		
	 | 
| 		
			
			 | 
		#7 | 
| 
			
			
			
			 Ride me! 
			
		
			
				
			
			
			Join Date: Jul 2006 
				Location: The line forms here... 
				
				
					Posts: 326
				 
				
				![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()  | 
	
	
	
	
		
		
		
		 Two words: Pivot Table. 
		
	
		
		
		
		
			After you do one, you can save your pivot table program on a spreadsheet and copy that sheet into the next workbook with your data. Then right click the table, choose Pivot Table Wizard, and select your data range from the data sheet. They can be tricky to start with but lots of fun! 
				__________________ 
		
		
		
		
	
	You roll the dice, you move your mice. 
			 | 
| 
		 | 
	
	
	
		
Submit to Quotes 
		
		
		
			 
		
		
		
		
		
		
			
			
		
	 | 
| 		
			
			 | 
		#8 | 
| 
			
			
			
			 . 
			
		
			
			
			Join Date: Feb 2005 
				
				
				
					Posts: 13,354
				 
				
				![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()  | 
	
	
	
	
		
		
		
		 Yes, pivot table is best. But if a solid answer hasn't come by Monday and I remember I'll post detailed instructions (I don't have Excel at home). 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
Submit to Quotes 
		
		
		
			 
		
		
		
		
		
		
			
			
		
	 | 
| 		
			
			 | 
		#9 | |
| 
			
			
			
			 Chowder Head 
			
		
			
				
			
			
			Join Date: Jan 2005 
				Location: Yes 
				
				
					Posts: 18,500
				 
				
				![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()  | 
	
	
	
	
		
		
		
		 Quote: 
	
 Thankfully, I don't need to do this for another couple of weeks. 
				__________________ 
		
		
		
		
	
	The thing about quotes on the internet is that you cannot verify their validity. 
			- Abraham Lincoln  | 
|
| 
		 | 
	
	
	
		
Submit to Quotes 
		
		
		
			 
		
		
		
		
		
		
			
			
		
	 |