|  | €uromeinke, FEJ. and Ghoulish Delight RULE!!! NA abides. | 
|  | 
|  01-07-2010, 09:16 AM | #1 | |
| . Join Date: Feb 2005 
					Posts: 13,354
				            | Quote: 
 The advantage of the formula is that you are less likely to make a mechanical error than doing a repetitive task 13 times. But mostly it was with an eye towards this being something done more than once. If it is a one off then search and replace isn't much less efficient. | |
|   | Submit to Quotes   | 
|  01-06-2010, 07:49 PM | #2 | 
| . Join Date: Feb 2005 
					Posts: 13,354
				            | For the formula, when you paste into excel be carefule of extra white space. For example, vBulletin is adding a space between the SUBSTITUTE should always be one word so remove the occasional break). | 
|   | Submit to Quotes   | 
|  01-06-2010, 11:48 PM | #3 | 
| I Floop the Pig | F2 ETA: F2 also serves a similar purpose in Windows explorer. If you have a folder or file selected, F2 will bring you into filename editing mode (instead of having to do that click-and-wait thing I hate so much). ETA more: ctrl-u on a Mac 
				__________________ '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 Last edited by Ghoulish Delight : 01-07-2010 at 12:12 AM. | 
|   | Submit to Quotes   | 
|  01-07-2010, 09:02 AM | #4 | 
| Chowder Head Join Date: Jan 2005 Location: Yes 
					Posts: 18,500
				            | Thank you - you are my hero!!!Thank you for this. It is for work, where I work on a PC. Excel on the Mac sucks weenie 
				__________________ The thing about quotes on the internet is that you cannot verify their validity. - Abraham Lincoln | 
|   | Submit to Quotes   | 
|  01-07-2010, 09:27 AM | #5 | 
| You broke your Ramadar! | My copy doesn't. Is there a special key I need to be hitting? And would it be cheating? 
				__________________ "Give the public everything you can give them, keep the place as clean as you can keep it, keep it friendly" - Walt Disney | 
|   | Submit to Quotes   | 
|  02-16-2010, 06:32 PM | #6 | |
| Chowder Head Join Date: Jan 2005 Location: Yes 
					Posts: 18,500
				            | Is there a way to enter a manual line break in a concatenate formula? For example, if: Cell A1 = "Name" Cell B1 = "Address" Cell C1 = "City, ST Zip" What would I need to enter in the concatenate formula so that cell A2 looked like this (regardless of column width of course): Quote: 
 =CONCATENATE(A1,B1,C1) I tried looking through the help menu but couldn't find anything ETA: Never mind. I tried out this really cool thing called "Google" and it helped me find the answer: CHAR(10) The formula would be: =CONCATENATE(A1,CHAR(10),B1,CHAR(10),C1) 
				__________________ The thing about quotes on the internet is that you cannot verify their validity. - Abraham Lincoln Last edited by Kevy Baby : 02-16-2010 at 06:39 PM. | |
|   | Submit to Quotes   | 
|  02-16-2010, 07:38 PM | #7 | |
| Kicking up my heels! Join Date: Jan 2005 Location: The Silver State 
					Posts: 3,783
				            | Quote: 
 
				__________________ Nee Stell Thue | |
|   | Submit to Quotes   | 
|  03-22-2010, 03:02 PM | #8 | 
| Chowder Head Join Date: Jan 2005 Location: Yes 
					Posts: 18,500
				            | Okay, these two questions are a little different: is there a better way to accomplish the two tasks below? 1. Get a list of all entries in a column (in other words, if I have 50,000 records and column H has a listing by state, I want a list of the states covered in this list [obviously not all 50 states]). 
 
 
				__________________ The thing about quotes on the internet is that you cannot verify their validity. - Abraham Lincoln Last edited by Kevy Baby : 03-22-2010 at 03:27 PM. Reason: Disabling smilies makes more sense in this post | 
|   | Submit to Quotes   | 
|  03-22-2010, 05:13 PM | #9 | |
| 8/30/14 - Disneyland -10k or Bust. | Quote: 
 When all you have is a hammer, every job looks like a nail. -- Unknown. Seriously dude, import this **** into a database. #1 Then becomes: Select DISTINCT State from Your.bd #2 Would be: Select * from Your.db where mid(datefield,5,2)='04' | |
|   | Submit to Quotes   | 
|  03-22-2010, 05:38 PM | #10 | ||
| Chowder Head Join Date: Jan 2005 Location: Yes 
					Posts: 18,500
				            | Quote: 
  Quote: 
 Besides, I got to learn how to make a lookup table today! 
				__________________ The thing about quotes on the internet is that you cannot verify their validity. - Abraham Lincoln Last edited by Kevy Baby : 03-22-2010 at 05:46 PM. | ||
|   | Submit to Quotes   |