Home > Forum Home > Developing and Auditing Analytical Models > Concatenate two columns? | Share |
Forum Topic | Post Reply Login |
Concatenate Two Columns? | Rate this: (3/5 from 1 vote) |
Hi, I don't know whether this is the correct place to post my doubt. I am new to this forum. i have a doubt about concatenation. I have two columns with set of words in it. I want to make all the combinations by using those words. For an example, If I have the following words in column A, Alabama Alaska Arizona Texas Washington And in column B, Hotel Theatre If I combine both the columns, I want the output like the following Alabama Hotel Alaska Hotel Arizona Hotel Texas Hotel Washington Hotel Alabama Theatre Alaska Theatre Arizona Theatre Texas Theatre Washington Theatre What is the function i have to use to get this result? Explain me the procedures. I can't do anything manually. Because i have 40 keywords in column A and 15 keywords in column B. I have used the concatenation function already. It takes more time to do. So, i can't use that for getting bulk combinations. Explain me If you have any idea to get the result. Thanks. | ||
Uma | ||
Posted by uma on |
Replies - Displaying 1 to 10 of 13 | Order Replies By: Most Recent | Chronological | Highest Rated |
Rate this: (3.5/5 from 2 votes) Works great. Need to purchase after 15 days. | |
Posted by keybiscayner on |
Rate this: (3/5 from 1 vote) The code I´m using is ... VBA Code:
Any help would be gratefully received although it will have to be spelled out for me as I´m definitely not a natural VBAer. p.s. A very minor point is that if one column is left blank the macro still works but leaves a double space between the two terms. Impossible for me to solve. | ||
Posted by Massimo on |
Rate this: (3/5 from 1 vote) I found this forum on a google search and this thread is EXACTLY what I was trying to do. I have a problem with the syntax of combining the variable collumn size Range("A1", Range("A1").End(xlDown)).Select within the original solution. Each solution I try gives an error. Could anyone help? | |
Posted by craigs on |
Rate this: (3/5 from 1 vote) My sets of data are normally tabulated in the following manner (either a 6 by 6 table or 4 by 4 table) Excel Spreadsheet:
Does any one know how to develop the above in excel sheet? I am not an expert in VBA. So if you can show me how it is done step-by-step, I would appreciate it very much. I can also me contacted through email at [email protected]. thank you | ||||||||||||||||||||||||||||||||||||||||||||||||||
suthesh | ||||||||||||||||||||||||||||||||||||||||||||||||||
Posted by sutheshk on |
Rate this: (3/5 from 1 vote) VBA Code:
| ||
Excel Business Forums Administrator | ||
Posted by Excel Helper on |
Rate this: (3/5 from 1 vote) VBA Code:
| ||
Excel Business Forums Administrator | ||
Posted by Excel Helper on |
Rate this: (3/5 from 1 vote) | |
Excel Business Forums Administrator | |
Posted by Excel Helper on |
Rate this: (3/5 from 1 vote) | |
www.ProjectMatt.com | |
Posted by ProjectMatt on |
Rate this: (3/5 from 3 votes) | |
www.ProjectMatt.com | |
Posted by ProjectMatt on |
Rate this: (3/5 from 1 vote) VBA Code:
This works great as long as there is more than 1 word in each column; However, when there is only one word in either column the macro will run indefinitely (combining words with blank cells). I've tried fixing this using a series of If statements, but I still can't get it to work (or at the very least prompt the user that more than 2 words must be used) Any help that you can offer would be much appreciated. | ||
www.ProjectMatt.com | ||
Posted by ProjectMatt on |
Displaying page 1 of 2 | Next |
Find relevant Excel templates and add-ins for Concatenate two columns? in the Excel Business Solutions Directory |