Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Concatenate function adding double quotes to both ends of results

I created a concatenate function to build the columns out for an internal
wiki page. The page is a formated table of values. In order for the page to
format correctly I needed <CR in specific places.
At first I just went thru 40+ rows and adding two <CR by hand. Eventually
I got tired of that and added ,CHAR(13), to the CONCATENATE function

Looks great, except that when I copy paste the formula results, I end up
with extra " at the beginning and end of the values. Right now I just paste
it into notepad, find and replace " with nothing. Then copy paste those
results to the WIKI page.

Here are the results I currently get:
"|-
! 10.10.10.2
| LOCPPAPI01 || API Middleware || MOS || 19.3 || 219 || 10 || 10.10.20.2
|| Done || - || - || SP2
|-"

here is the formula:
=CONCATENATE("! ",B7,CHAR(13)," | ",C7," || ",D7," || ",E7," || ",F7," ||
",G7," || ",H7," || ",I7," || ",J7," || ",K7," || ",L7," || ",M7,CHAR(13),"
|-")


Any Suggestions?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
concatenate, char(10), and double quotes steve Excel Discussion (Misc queries) 3 August 22nd 07 04:42 AM
Save As CSV, double quotes Zamdrist Excel Discussion (Misc queries) 1 October 30th 06 07:40 PM
convert spreadsheet to csv with double quotes Bren Lane Excel Discussion (Misc queries) 3 September 19th 06 01:02 AM
How do I get the concatenate function in Excel to display results? Rob Excel Worksheet Functions 4 January 23rd 06 11:36 PM
Concatenate columns, separated by double quotes Felicia Excel Worksheet Functions 2 April 20th 05 07:48 PM


All times are GMT +1. The time now is 07:22 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"