Re: Converting list of numbers in Excel to a string of text in Wor
- From: clint-50025 <clint50025@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 9 Feb 2009 13:51:01 -0800
This worked great! Thanks for the idea. Just had to copy the last cell,
paste special --> values to a new cell, then copied that into word. I
appreciate your help!
"Pete_UK" wrote:
Assuming your numbers are in column A, put this formula in B1:.
=A1
and this in B2:
=IF(A2="",B1,B1&";"&A2)
Copy this formula down as far as you need to, and the combined text
will be in the bottom cell.
Hope this helps.
Pete
On Feb 3, 9:31 pm, clint-50025 <clint-50...@xxxxxxxxxxxxxxxxxxxxxxxxx>
wrote:
I have a list of numbers in Excel and I would like to convert this to a
string of text in either Word or Notepad. These need to be separated with a
semicolon. I have figured out how to add the semicolon in Excel (using a
formual something like "A1&B1") and then copying and pasting to a new column.
Just need to convert this list to a string with no spaces between. The end
result (in Word) would look like: 123456;246888;789456;654123...etc. Any
ideas?
- References:
- Converting list of numbers in Excel to a string of text in Word
- From: clint-50025
- Re: Converting list of numbers in Excel to a string of text in Word
- From: Pete_UK
- Converting list of numbers in Excel to a string of text in Word
- Prev by Date: Re: using 2003 color palette in office 2007
- Next by Date: Re: Adding more options in a drop down list
- Previous by thread: Re: Converting list of numbers in Excel to a string of text in Word
- Next by thread: Re: Converting list of numbers in Excel to a string of text in Word
- Index(es):
Relevant Pages
|