Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 122
Default combining and copying

Hello:

I know how to use the CONCATENATE formula to combine two cells into one.
When I did so in a spreadsheet yesterday, a lot of space ended up between the
two sets of data in the combined cell. I ended up having to go through and
delete the blank space individually in a lot of the combined cells down the
column.

Perhaps, each of the two cells that I combined had a lot of space in each
cell after each piece of data. I don't know.

Is there any way to avoid having this additional space, in the future?

Also, I have a separate and unrelated question. I'd like to know what
keyboard shortcut that I can use in order to copy data from one cell in a
column to all of the rest of the cells in that column. Here's what I'm
getting at.

If I have a column that is over 3,000 rows long, I don't want to have to sit
in front of my laptop and hit the Shift-Page Down keys as that takes too long
to copy down. I once saw a guy literally do a similar copy, in just two
seconds. But, I do not know what he was doing with his keyboard.

Any help on that question would be greatly appreciated, also.

Thanks!

childofthe1980s
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 718
Default combining and copying

Question 1: =TRIM(A1)

Question 2:
Select first row
Keep Ctrl and Shift pressed
Press down arrow

HTH
--
AP

"childofthe1980s" a écrit dans
le message de ...
Hello:

I know how to use the CONCATENATE formula to combine two cells into one.
When I did so in a spreadsheet yesterday, a lot of space ended up between

the
two sets of data in the combined cell. I ended up having to go through

and
delete the blank space individually in a lot of the combined cells down

the
column.

Perhaps, each of the two cells that I combined had a lot of space in each
cell after each piece of data. I don't know.

Is there any way to avoid having this additional space, in the future?

Also, I have a separate and unrelated question. I'd like to know what
keyboard shortcut that I can use in order to copy data from one cell in a
column to all of the rest of the cells in that column. Here's what I'm
getting at.

If I have a column that is over 3,000 rows long, I don't want to have to

sit
in front of my laptop and hit the Shift-Page Down keys as that takes too

long
to copy down. I once saw a guy literally do a similar copy, in just two
seconds. But, I do not know what he was doing with his keyboard.

Any help on that question would be greatly appreciated, also.

Thanks!

childofthe1980s



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,339
Default combining and copying

Hi,
Use TRIM function to remove leading/trailing blanks

e.g =Concatentate(Trim(A1),"-",TRIM(B1)) will combine A & B with - between
e.g. ABC-DEF

Re copying one cell to ALL others below it:

Select source cell and then COPY
Select next cell down (Source+1), SHIFT+CTRL + Down Arrow to take you to
bottom of your column, then PASTE.

HTH

"childofthe1980s" wrote:

Hello:

I know how to use the CONCATENATE formula to combine two cells into one.
When I did so in a spreadsheet yesterday, a lot of space ended up between the
two sets of data in the combined cell. I ended up having to go through and
delete the blank space individually in a lot of the combined cells down the
column.

Perhaps, each of the two cells that I combined had a lot of space in each
cell after each piece of data. I don't know.

Is there any way to avoid having this additional space, in the future?

Also, I have a separate and unrelated question. I'd like to know what
keyboard shortcut that I can use in order to copy data from one cell in a
column to all of the rest of the cells in that column. Here's what I'm
getting at.

If I have a column that is over 3,000 rows long, I don't want to have to sit
in front of my laptop and hit the Shift-Page Down keys as that takes too long
to copy down. I once saw a guy literally do a similar copy, in just two
seconds. But, I do not know what he was doing with his keyboard.

Any help on that question would be greatly appreciated, also.

Thanks!

childofthe1980s

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,339
Default combining and copying

See Ardus reply for copy - easier than mine!

"childofthe1980s" wrote:

Hello:

I know how to use the CONCATENATE formula to combine two cells into one.
When I did so in a spreadsheet yesterday, a lot of space ended up between the
two sets of data in the combined cell. I ended up having to go through and
delete the blank space individually in a lot of the combined cells down the
column.

Perhaps, each of the two cells that I combined had a lot of space in each
cell after each piece of data. I don't know.

Is there any way to avoid having this additional space, in the future?

Also, I have a separate and unrelated question. I'd like to know what
keyboard shortcut that I can use in order to copy data from one cell in a
column to all of the rest of the cells in that column. Here's what I'm
getting at.

If I have a column that is over 3,000 rows long, I don't want to have to sit
in front of my laptop and hit the Shift-Page Down keys as that takes too long
to copy down. I once saw a guy literally do a similar copy, in just two
seconds. But, I do not know what he was doing with his keyboard.

Any help on that question would be greatly appreciated, also.

Thanks!

childofthe1980s

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default combining and copying

My first posting, so if I'm doing this incorrectly, let me know.

Regarding question 2: When I want to do a quick "fill-down", I copy the
cell (ctrl+C), then select the first receiving cell & paste (ctrl+V).
With that cell active, I double click on the fill box and voilla! it
will fill down to the end of the last active row in that column.

Let me know what you think.

seagee69

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
copying the Hyperlink function result without copying the actual formula mcheng Excel Worksheet Functions 2 June 9th 07 02:43 AM
Combining Tamsin Charts and Charting in Excel 0 March 5th 07 03:14 PM
TextBox copying not like windows copying, heh? Antoine Excel Programming 3 August 16th 05 03:35 PM
Combining Sum, IF and AND Kenton_SJ Excel Discussion (Misc queries) 1 August 3rd 05 11:30 PM
combining IF and AND Dahlman Excel Discussion (Misc queries) 5 May 12th 05 08:21 PM


All times are GMT +1. The time now is 12:36 AM.

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"