A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

how to combine including blank cells



 
 
Thread Tools Display Modes
  #1  
Old March 14th, 2006, 09:17 PM posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: n/a
Default how to combine including blank cells


Hello,
I am trying to combine data from various cells into one cell.....using
a formula such as =c9&d9&e9 however if one of the cells were blank I
get a 0 in the end combination. What can I do to eliminate the zero?

Or pehaps there is a better way to do this. I have text and numbers in
15 rows / 4 columns. I would like to enter into a separate cell the
combined information from row a1:d1 then a2:d2 etc.

Unfortunately today, I can not seem to think of a better solution. any
suggestions?


--
Karmen
------------------------------------------------------------------------
Karmen's Profile: http://www.excelforum.com/member.php...o&userid=30972
View this thread: http://www.excelforum.com/showthread...hreadid=522413

  #2  
Old March 14th, 2006, 09:28 PM posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: n/a
Default how to combine including blank cells

I cannot reproduce this. If I have a blank in B1 then A1&B1&C1 gives the
same as A1&C1
Tell us more
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Karmen" wrote in
message ...

Hello,
I am trying to combine data from various cells into one cell.....using
a formula such as =c9&d9&e9 however if one of the cells were blank I
get a 0 in the end combination. What can I do to eliminate the zero?

Or pehaps there is a better way to do this. I have text and numbers in
15 rows / 4 columns. I would like to enter into a separate cell the
combined information from row a1:d1 then a2:d2 etc.

Unfortunately today, I can not seem to think of a better solution. any
suggestions?


--
Karmen
------------------------------------------------------------------------
Karmen's Profile:
http://www.excelforum.com/member.php...o&userid=30972
View this thread: http://www.excelforum.com/showthread...hreadid=522413



  #3  
Old March 14th, 2006, 10:33 PM posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: n/a
Default how to combine including blank cells


=CONCATENATE(A1,B1,C1)

I also couldn't reproduce your results, but this should work.

Karmen Wrote:
Hello,
I am trying to combine data from various cells into one cell.....using
a formula such as =c9&d9&e9 however if one of the cells were blank I
get a 0 in the end combination. What can I do to eliminate the zero?

Or pehaps there is a better way to do this. I have text and numbers in
15 rows / 4 columns. I would like to enter into a separate cell the
combined information from row a1:d1 then a2:d2 etc.

Unfortunately today, I can not seem to think of a better solution. any
suggestions?



--
kevindmorgan
------------------------------------------------------------------------
kevindmorgan's Profile: http://www.excelforum.com/member.php...o&userid=32232
View this thread: http://www.excelforum.com/showthread...hreadid=522413

  #4  
Old March 14th, 2006, 10:46 PM posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: n/a
Default how to combine including blank cells

Any chance that one of the cells actually contains a 0, but is hidden by
formatting--either a custom format or format|conditional formatting or just
font/fill color?

If you select each cell, what do you see in the formula bar?

Karmen wrote:

Hello,
I am trying to combine data from various cells into one cell.....using
a formula such as =c9&d9&e9 however if one of the cells were blank I
get a 0 in the end combination. What can I do to eliminate the zero?

Or pehaps there is a better way to do this. I have text and numbers in
15 rows / 4 columns. I would like to enter into a separate cell the
combined information from row a1:d1 then a2:d2 etc.

Unfortunately today, I can not seem to think of a better solution. any
suggestions?

--
Karmen
------------------------------------------------------------------------
Karmen's Profile: http://www.excelforum.com/member.php...o&userid=30972
View this thread: http://www.excelforum.com/showthread...hreadid=522413


--

Dave Peterson
  #5  
Old March 15th, 2006, 04:04 AM posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: n/a
Default how to combine including blank cells

You will see that if you refer to an empty cell on another sheet
="abc" & sheet2!e444

=if(ISBLANK(shee4!c9),"",sheet4!c9) & ...

---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Dave Peterson" wrote in message ...
Any chance that one of the cells actually contains a 0, but is hidden by
formatting--either a custom format or format|conditional formatting or just
font/fill color?

If you select each cell, what do you see in the formula bar?

Karmen wrote:

Hello,
I am trying to combine data from various cells into one cell.....using
a formula such as =c9&d9&e9 however if one of the cells were blank I
get a 0 in the end combination. What can I do to eliminate the zero?

Or pehaps there is a better way to do this. I have text and numbers in
15 rows / 4 columns. I would like to enter into a separate cell the
combined information from row a1:d1 then a2:d2 etc.

Unfortunately today, I can not seem to think of a better solution. any
suggestions?

--
Karmen
------------------------------------------------------------------------
Karmen's Profile: http://www.excelforum.com/member.php...o&userid=30972
View this thread: http://www.excelforum.com/showthread...hreadid=522413


--

Dave Peterson



  #6  
Old March 15th, 2006, 04:02 PM posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: n/a
Default how to combine including blank cells


Sorry, after reading the responses I realized that the sheet I am trying
to combine information on is an automatic fill data sheet which adds
zeros for blank cells from the master sheet....and I had supressed the
zeros showing on the form...I had completely forgot the zero is
actually in the cell, just not showing. with that added information,
is there a way i can combine the cell data and not have the zero show?


--
Karmen
------------------------------------------------------------------------
Karmen's Profile: http://www.excelforum.com/member.php...o&userid=30972
View this thread: http://www.excelforum.com/showthread...hreadid=522413

  #7  
Old March 15th, 2006, 04:31 PM posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: n/a
Default how to combine including blank cells

Something like:

=if(a1=0,"",a1)&if(b1=0,"",b1)&....

might work.


Karmen wrote:

Sorry, after reading the responses I realized that the sheet I am trying
to combine information on is an automatic fill data sheet which adds
zeros for blank cells from the master sheet....and I had supressed the
zeros showing on the form...I had completely forgot the zero is
actually in the cell, just not showing. with that added information,
is there a way i can combine the cell data and not have the zero show?

--
Karmen
------------------------------------------------------------------------
Karmen's Profile: http://www.excelforum.com/member.php...o&userid=30972
View this thread: http://www.excelforum.com/showthread...hreadid=522413


--

Dave Peterson
  #8  
Old March 15th, 2006, 06:14 PM posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: n/a
Default how to combine including blank cells


Thank you very much !!!

Dave Peterson Wrote:
Something like:

=if(a1=0,"",a1)&if(b1=0,"",b1)&....

might work.


Karmen wrote:

Sorry, after reading the responses I realized that the sheet I am

trying
to combine information on is an automatic fill data sheet which adds
zeros for blank cells from the master sheet....and I had supressed

the
zeros showing on the form...I had completely forgot the zero is
actually in the cell, just not showing. with that added

information,
is there a way i can combine the cell data and not have the zero

show?

--
Karmen

------------------------------------------------------------------------
Karmen's Profile:

http://www.excelforum.com/member.php...o&userid=30972
View this thread:

http://www.excelforum.com/showthread...hreadid=522413

--

Dave Peterson



--
Karmen
------------------------------------------------------------------------
Karmen's Profile: http://www.excelforum.com/member.php...o&userid=30972
View this thread: http://www.excelforum.com/showthread...hreadid=522413

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
checking that cells have a value before the workbook will close kcdonaldson Worksheet Functions 8 December 5th, 2005 04:57 PM
Adding a value to blank cells Rugby Al General Discussion 2 December 2nd, 2005 07:54 PM
Condensing a list/range with blank cells to a new list/range without blanks KR Worksheet Functions 4 July 5th, 2005 04:23 PM
Counting blank and filled cells within a range. greg7468 General Discussion 3 June 28th, 2005 10:41 PM
Counting Number of Cells Including Merged Cells Daniel D. Worksheet Functions 12 February 24th, 2004 01:27 AM


All times are GMT +1. The time now is 04:13 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.