Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
SPIRIT
 
Posts: n/a
Default how to combine cells by selecting range?

hi, i can't merge the contents of multiple cells by selecting a range. i
cannot waste hours by entering the cell's address maunally. Is there formulla
to do that?
  #2   Report Post  
DaveB
 
Posts: n/a
Default

The CONCATENATE(...) function will do that. For example if A1 had value
"Microsoft" and B1 had value "Excel" the formula:

=CONCATENATE(A1," ",B1)

will return "Microsoft Excel"

Does that help?
--
Regards,

DaveB


"SPIRIT" wrote:

hi, i can't merge the contents of multiple cells by selecting a range. i
cannot waste hours by entering the cell's address maunally. Is there formulla
to do that?

  #3   Report Post  
JE McGimpsey
 
Posts: n/a
Default

You may find these macros helpful...

http://www.mcgimpsey.com/excel/subs/mergedata.html


In article ,
SPIRIT wrote:

hi, i can't merge the contents of multiple cells by selecting a range. i
cannot waste hours by entering the cell's address maunally. Is there formulla
to do that?

  #4   Report Post  
JethroUK©
 
Posts: n/a
Default


"SPIRIT" wrote in message
...
hi, i can't merge the contents of multiple cells by selecting a range. i
cannot waste hours by entering the cell's address maunally. Is there

formulla
to do that?


if the ranges are the same size and you just want to add one range to the
other without using a seperate formula

select one range
edit/copy
select the other range
edit/paste special
operation = Add
OK


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
In Excel how do I delete or change the name of a range of cells? Naming and Deleting a Range Name Excel Discussion (Misc queries) 4 September 21st 08 11:00 PM
How to combine text from multiple cells? sierra Excel Worksheet Functions 3 July 11th 05 01:55 PM
Counting empty cells within a range of cells Rosehill - ExcelForums.com New Users to Excel 2 May 2nd 05 08:53 AM
Counting empty cells within a range of cells Rosehill - ExcelForums.com New Users to Excel 0 April 7th 05 12:47 AM
Excel - formula to calculate colored fill cells within a range wi. MA Excel Worksheet Functions 1 January 7th 05 04:06 PM


All times are GMT +1. The time now is 11:49 PM.

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

About Us

"It's about Microsoft Excel"