Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hello ,
Could you tell me how to in easy way connect two columns. I have _____A_____B______C_____ 1 | string | text | stringtext | 2 | string | text | stringtext | 3 | string | text | stringtext | 4 | string | text | stringtext | ........................... 40| string | text | stringtext | 41| etc.. | etc.. | stringtext | Can I do it in a way that i have Dim Rng1 As Range Dim Rng2 As Range Set Rng1 = Range("A:A").SpecialCells(xlCellTypeConstants) Set Rng3 = Range("B:B").SpecialCells(xlCellTypeConstants) Is there an easy function to connect these defined Ranges, Rng1 and Rng2?? Thanks for response |
#2
![]() |
|||
|
|||
![]()
easiest way I know is =A1&" "&B1
I put the quotes in there in case you wanted a space between the text and string |
#3
![]() |
|||
|
|||
![]()
If this work for all select Range Rng1 and Rng2. If This automaticaly
add all cells?? |
#4
![]() |
|||
|
|||
![]()
well, you will have to copy the formula, I am sure there is a code that
can be typed up but is it really worth the time. |
#5
![]() |
|||
|
|||
![]()
OK Thanks for answer.
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I use Excel to match text data from 2 separate columns ? | Excel Worksheet Functions | |||
remove automatic formatting of new columns in Excel? | Excel Discussion (Misc queries) | |||
How do i copy columns of data in notepad into microsoft excel? | Excel Discussion (Misc queries) | |||
How do i copy columns of data in notepad into microsoft excel? | New Users to Excel | |||
Columns in Excel will not allow user to click in them | Excel Discussion (Misc queries) |