PC Review


Reply
Thread Tools Rate Thread

How to copy a column of values into another column where the cellsare merged

 
 
biancabonilla@gmail.com
Guest
Posts: n/a
 
      28th Feb 2008
Hi,

I have a sheet with a column that lists some values. I also have a
second sheet that has a column where the cells are merged every 4
rows. I need to copy the values of the first sheet into the merged
cells, but when I do, I only see every fourth value on the merged
cells. Is there a formula or any other way that I can use to be able
to copy all the values from the first sheet into the second sheet each
value on a different group of merged cells?

Thanks!
 
Reply With Quote
 
 
 
 
Pete_UK
Guest
Posts: n/a
 
      29th Feb 2008
Assume you have values in A1:A5 of Sheet1 that you want to copy into
Sheet2, where A1:A4, A5:A8, A9;A12 etc are merged. Put this formula in
the merged block A1:A4 of Sheet2:

=IF(INDIRECT("Sheet1!A"&INT((ROW(A1)+3)/4))="","",INDIRECT("Sheet1!
A"&INT((ROW(A1)+3)/4)))

Then copy this block into the next block A5:A8, then A9:A12, and so
on.

Hope this helps.

Pete

On Feb 28, 9:17*pm, biancaboni...@gmail.com wrote:
> Hi,
>
> I have a sheet with a column that lists some values. I also have a
> second sheet that has a column where the cells are merged every 4
> rows. I need to copy the values of the first sheet into the merged
> cells, but when I do, I only see every fourth value on the merged
> cells. Is there a formula or any other way that I can use to be able
> to copy all the values from the first sheet into the second sheet each
> value on a different group of merged cells?
>
> Thanks!


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to copy one column values to another column based on conditionthat row2 contain todays date sanju Microsoft Excel Programming 4 16th Apr 2010 02:26 AM
how to select a single column when this column cross a merged cell =?Utf-8?B?Y25FYWdsZQ==?= Microsoft Excel Programming 1 13th Nov 2007 04:49 AM
Unable to copy the merged cell to the rest of the column =?Utf-8?B?cmVkcnh0dXJibw==?= Microsoft Excel Worksheet Functions 3 21st Apr 2007 08:05 PM
copy a column of single cells into a column of merged cells clairejane_99@hotmail.com Microsoft Excel Discussion 3 17th Aug 2006 02:27 PM
To copy values in a column relevant to text in an adjacent column? =?Utf-8?B?R3V5IEtlb24=?= Microsoft Excel Worksheet Functions 2 15th Nov 2005 08:10 PM


Features
 

Advertising
 

Newsgroups
 


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