Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Mac Landers
 
Posts: n/a
Default Add Space between concatenate cells

I am trying to combine five cells together. All of the cells do not always
have text, they are linked to another spreadsheet so when the cell is blank
in Sheet 1, the linked cell in Sheet 2 returns zero. I used the following
formula so the zeros would not show up in the concatentate formula only
words; however, now I need spaces between the words.

=TEXT(F2,"") &TEXT(G2,"")&TEXT(H2,"")&TEXT(I2,"")&TEXT(J2,"" )

I would appreciate any help.
Thanks!
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

=TRIM(TEXT(F2,"")&" "&TEXT(G2,"")&" "&TEXT(H2,"")&" "&TEXT
(I2,"")&" "&TEXT(J2,""))

HTH
Jason
Atlanta, GA

-----Original Message-----
I am trying to combine five cells together. All of the

cells do not always
have text, they are linked to another spreadsheet so

when the cell is blank
in Sheet 1, the linked cell in Sheet 2 returns zero. I

used the following
formula so the zeros would not show up in the

concatentate formula only
words; however, now I need spaces between the words.

=TEXT(F2,"") &TEXT(G2,"")&TEXT(H2,"")&TEXT(I2,"")&TEXT

(J2,"")

I would appreciate any help.
Thanks!
.

  #3   Report Post  
Mac Landers
 
Posts: n/a
Default

Thank you!

"Jason Morin" wrote:

=TRIM(TEXT(F2,"")&" "&TEXT(G2,"")&" "&TEXT(H2,"")&" "&TEXT
(I2,"")&" "&TEXT(J2,""))

HTH
Jason
Atlanta, GA

-----Original Message-----
I am trying to combine five cells together. All of the

cells do not always
have text, they are linked to another spreadsheet so

when the cell is blank
in Sheet 1, the linked cell in Sheet 2 returns zero. I

used the following
formula so the zeros would not show up in the

concatentate formula only
words; however, now I need spaces between the words.

=TEXT(F2,"") &TEXT(G2,"")&TEXT(H2,"")&TEXT(I2,"")&TEXT

(J2,"")

I would appreciate any help.
Thanks!
.


  #4   Report Post  
Harlan Grove
 
Posts: n/a
Default

Mac Landers wrote...
I am trying to combine five cells together. All of the cells do not

always
have text, they are linked to another spreadsheet so when the cell is

blank
in Sheet 1, the linked cell in Sheet 2 returns zero. I used the

following
formula so the zeros would not show up in the concatentate formula

only
words; however, now I need spaces between the words.

=TEXT(F2,"") &TEXT(G2,"")&TEXT(H2,"")&TEXT(I2,"")&TEXT(J2,"" )

Try

=T(F2)&" "&T(G2)&" "&T(H2)&" "&T(I2)&" "&T(J2)

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 a text string if two different cells contain the sam. Linda G Excel Worksheet Functions 5 January 17th 05 07:53 PM
Help adding text values Texas-DC_271 Excel Worksheet Functions 7 January 15th 05 11:14 PM
Concatenate cells without specifying/writing cell address individually Hari Excel Discussion (Misc queries) 4 January 3rd 05 06:05 PM
Heps to design Locked/Unlocked cells in protected worksheet Kevin Excel Discussion (Misc queries) 0 December 30th 04 07:09 AM
Convert data of cells to any type: Number, Date&Time, Text Kevin Excel Discussion (Misc queries) 0 December 30th 04 06:55 AM


All times are GMT +1. The time now is 03:07 PM.

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"