Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I have 2 columns of data that I want to concatenate, however, I need a space
to separate the second column for readability. Example: column 1 (100) column 2 (n. baker st.) - result: 100 n. baker st. Excel 2007 |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=a1&" "&b1
If you ever decide you want to format the number (like a date or money or time): ="Your payment is due on: " & text(a1,"mmmm dd, yyyy") & ". Please include: " & text(b1,"$#,##0.00") & " payable to the IRS." richprince wrote: I have 2 columns of data that I want to concatenate, however, I need a space to separate the second column for readability. Example: column 1 (100) column 2 (n. baker st.) - result: 100 n. baker st. Excel 2007 -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
leading and ending space | Excel Worksheet Functions | |||
How can I prefill a text field with leading 0s? | Excel Worksheet Functions | |||
How to keep leading zero without changing field to text field? | Excel Discussion (Misc queries) | |||
Remove leading space | Excel Worksheet Functions | |||
save text field w/ leading zeros in .csv format & not lose zeros? | Excel Discussion (Misc queries) |