Copying Data From Merged Cell Into All Resulting Cells After Splitting

Dec 2, 2009

I have a spreadsheet that has been given to me by someone else, and unfortunately it has merged cells in it that are causing some trouble. I need to have a way to unmerge the merged cells, but for the data in the merged cell to then be copied into each cell that it splits into.

I've attached two spreadsheets - unfortunately I can't really attach the real one since it has research data in it, so I've reduced the size of the file and replaced some of the text. The first file shows how the file starts off, and the file named "result" shows how I would like it to be.

My real file contains some 10,000+ lines of data, and the merged cells are of varying sizes, with no consistency to the size, so I'd like a way to automate this instead of copy and pasting into every empty cell after I unmerge them.

View 2 Replies


ADVERTISEMENT

Copying Values Of Merged Cells

Apr 8, 2009

I have a pair of workbooks in which one calculates a number of values and I want to store the values only in the other.

I would expect to be able to highlight the range of the calculated cells in the source workbook, Copy and then Paste Special | Values in the other.

Both the source and the target contain some merged cells. When I try to do the paste, it complains that "this operation requires the merged cells to be identically sized".

They are identically sized.

I have even done Paste Special | Column Widths to guarantee they are identically sized. It doesn't complain about the merged cells then; in fact, it doesn't complain about the merged cells with any of the other paste operations, only with Values.

I have been able to repeat the behaviour with a very simple example. See the two attached sheets. Try pasting Values only of the range $B$2:$D$4 from either one to the other.

When I first created the samples they worked. What seemed to triggered it is I changed one of the merged column widths by one pixel, tried expecting it to fail (and it did), changed that column width back again and it hasn't worked since. As I said, I even tried pasting the Column Width to the target, which it appeared to do successfully, but it hasn't helped.

Now, the attached examples are only to show the principle of the problem. They are very simple and there would be a myriad alternative work-arounds for them. In my original case though there are many formulae over a much larger range and I want other people to be able to paste values without having to follow complicated instructions, so I am not looking for work-arounds unless someone has a mind-numbingly simple one that my numb mind has overlooked.

The only other way of solving the problem that I can think of would be to write a macro that copies cell values individually, but I'd rather not do that because I know these people: they will get narky about having to enable macros. It will be "against organisation policy" or something.

Is there any way of resetting the target workbook so that it will receive the values from the source?

View 9 Replies View Related

Copying Merged Cells Without Tabs?

Jan 5, 2012

I've created a simple "app" within excel (It's a suggestion box), something that has a form on one sheet, and stores the data entered on it on a second, locked and hidden sheet. This way people I work with can open the form from the shared drive, fill in their suggestions, then close it. I can then view them on the second sheet.

For aesthetics, one of the cells is merged across 3. Most of the other cells don't need to be so wide, but this one does.

One of the users has mentioned that they can't copy the text from that cell without getting a [Tab][Tab][Linebreak]. The line break, I'm assuming, is because it's the end of a cell. I'm assuming the tabs are because it's merged across 3 cells.

Can this be corrected and the tabs be removed? I don't see a Worksheet_BeforeCopy method.

View 1 Replies View Related

Copying Merged Cells (3 Cells) Based On Contents Of Any Of 3 Cells To Right

May 29, 2014

I wish to copy a merged cell (3 cells) based on if only 1 of 3 cells to the right contain "X". if the top cell does not contain "X" than the merged cell is not copied. Also, is therea more elegant to copy 3 columns at a time rather than do one at a time as my code shows:

Sub CopyICUCAPU()
'
' CopyICUCAPU Macro
'
Dim i As Integer

[Code].....

View 14 Replies View Related

Excel 2010 :: Copying Conditional Formatting To Merged Cells

May 2, 2012

I have a workbook containing two worksheets of staff training records.

The first work sheet contains a list of names and the dates they completed various training courses. I have used some simple date based formulas and conditional formatting to colour-code their name depending on whether their earliest retraining due date has passed, is coming up in the next few weeks, or is a long way off. The data is set out alphabetically, one person per row of data.

The second sheet contains the same list of names, but each person's data is split across two consecutive rows. The cells in column A which contain the staff names are merged in pairs so that the name heads both rows of data.

I want the colour coding of the merged name cells in sheet 2 to automatically copy the colour coding applied to the single name cell in sheet 1, but don't know how.

I'm using excel 2010.

View 3 Replies View Related

Splitting Data From A Cell Into Different Cells

Jan 22, 2009

I have a column that has data with multiple values seperated by commas. I need to seperate out the values and add them to a new column.

Example:

Column A
good, cheap, fast
slow
good
cheap
cheap,good

I would like them to be added to column B as:
good
cheap
fast
slow
good
cheap
cheap
good

View 7 Replies View Related

Using If Function To Pull Data From One Cell Based On Data From Merged Cells

Jul 24, 2014

Looking for a formula to accomplish the following:

I'm trying to populate cell A31 on a worksheet titled "VolumeTotals" with the data in Cell E23 from a worksheet titled "CurrentCustomers" if the merged cells F3-F22 on worksheet "CurrentCustomers" are equal to the word "Contract".

View 6 Replies View Related

Splitting Data In Cells

Jul 28, 2014

How to split the data in my cells

Currently it looks like this.
1 - 2 - 3,4,5
A - B - C

I would like it to look like this.
1 - 2 - 3
1 - 2 - 4
1 - 2 - 5
A - B - C

View 6 Replies View Related

Splitting Data Into 2 Cells?

Oct 14, 2011

spliting a cell and moving them to 2 other cells.

Column D contains date and time in the format: 15/09/2011 08:01:01

I need them to be split into Date in column V and Time column W

Need the code to loop until there are no more values in column D.

Forgot to mention that the Column D is a date format and they need to be in there respective date and time format when split!

View 5 Replies View Related

Splitting Separated String Data In Cells To New Cells

Jun 6, 2006

I have pricelists tables with 300 and more rows and about 50 columns. Three letter codes in first column cells are in strings separated by separator (,), I need to split this strings so that each three letter code would be in its own cell in first column, at same time all other cells in same row as original string data should be copied to rows near appropriate 3 letter codes. In attached xls file I have made small example how data looks before and how it should look after applying macro. Table should not move to other place on worksheet or on new worksheet, in attached example I moved it just to show what kind of form result should have.

View 2 Replies View Related

Merged Cells With Data In Are Being Deleted

Jul 23, 2012

I have a spread sheet with merged cells in that contain data, when i ask excel to seek blank cells and delete them moving the others up it also deletes the merged cells.

View 1 Replies View Related

Extract Data From Merged Cells

Apr 6, 2013

I am not sure how to pull the value/data from a merged cells, which is common a value/data for the corresponding entries.

The data is as under: -

OT HOURS
NAME

48
RAVI

RAJU

RAKESH

24
RANI

ASHOK

View 2 Replies View Related

Function To Insert - In Cells Splitting Data

Jun 17, 2006

My cell contents looks like this.

H1111111111111

I want it to look like this..

H11-111-111111-11

I know this can be done by formula but i dont know it. This info is in col B.

View 2 Replies View Related

Splitting Cell Into Two Cells

May 28, 2009

I know how to use concatenate but is there anything that will do the opposite. I want to take one cell that has both a date and time in it, and make the date in one cell and the time in another.

View 3 Replies View Related

How To View Or Display Data From Cells Are Merged

Feb 21, 2014

How do you view or display data from cells that have been merged?

View 8 Replies View Related

Determine Last Row And Column With Data In Sheets With Merged Cells

Jan 28, 2009

I am using the following functions to determine the highest row and column that contain data:

View 4 Replies View Related

Unmerge Merged Cell And Put Value In All Cells

Nov 6, 2008

Is there any quick and easy way to unmerge merged cells and put the merged cell value in all the merged cells. For example, if I have A6:A15 merged together and its value is "FirstMerge" then I would like to unmerge all A6:A15 and then put "FirstMerge" in all the cell A6,A7,A8 etc. etc. upt oA15. I have lot of these merged cells in a sheet and I get this every month and makes any data processing very difficult. A macro or VBA code or any other solution will be fine.

View 4 Replies View Related

Split Un-merged Cell Into Two Cells?

Nov 8, 2013

I have many columns in my current spreadsheet but I have two columns that I want to split in to two project names.

Currently I have one column with: Project A/Project B And the second column with the total cost of Project A AND Project B combined

The thing is that I can easily just create a new line but that would mean all the data in the other Cells remain the same and the only two that will be different are the above two columns. I will be maintaining alot of rows so I was hoping I do not have to create two rows for every new item then to merge both rows in reach column every time I have to put in a new Item.

I am hoping to have for example the below

Name Comments Project Cost
-------------------------------------------------
Item 1 This item relates Project A $150
to upgrade of Project B $120
SAS system
----------------------------------------------------

Currently I have it as

Name Comments Project Cost
-------------------------------------------------
Item 1 This item relates Project A/B $270
to upgrade of
SAS system
---------------------------------------------------

View 2 Replies View Related

Splitting Wrapped Cell Into Separated Cells

Feb 19, 2007

I tried too much to split one cell Containing more than one lineI need to put every line in different cell.

My small example can describe better ..

View 8 Replies View Related

Merged And Unmerged Cells Based On Value In A Cell

Apr 6, 2013

I try to unmerge cells A1:A5 based on a value "unmerged" in cell G1.

Also if I select "merged" in cell G1 (data validation), then cells A1 to E1 will merge to a single cell A1.

View 2 Replies View Related

Retrieve The Number Of Merged Cells In A Cell

Aug 1, 2007

I would like to test how many cells have been merged in a given cell. I know about the MergeCells property which returns true if the cell is merged. But how do i retrieve the number of merged cells in that cell (supposing it is merged, of course).

View 3 Replies View Related

Excel 2010 :: Inserting Image To Cell / Merged Cells As Background Fixed To Cell Size?

Jan 18, 2014

Excel 2010. I need to place picture into one cell or one big merged cell, as a background fill. picture must resize to size of cell. must be fixed in, not in front. i still need write into that cell, so it needs to be really background.

View 2 Replies View Related

Sum / IF Function Resulting To Calculation Of Block Of Cells

Jun 3, 2014

I have quarters of the year. I'm wanting to find a function wherein when I punch in for example year 2012, the cell would give me the sum of the 4Qs. If if change it to 2013, then it would give me the sum of 4Qs for 2013.

See attached sheet : sum from blocks of cells.xlsx

View 3 Replies View Related

Concatenate Cells Referencing Another Tab - How To Get Rid Of 0s In Resulting String

Jan 10, 2014

I am trying to combine text from multiple cells into one cell. I am referencing cells that reference cells on another tab. I have tried several formulas (see attached) but I have not been able to get rid of the zeros in the resulting string. I know I could reference the original cells, but I would like to find a solution to this without using VBA.

View 3 Replies View Related

Count Cell Values In A Column And Merged Cells

Apr 10, 2012

I have 10 columns and 18 rows. Every 2nd row might contain a number. I need to sum those numbers, however, sometimes group of cells in a row can be merged and i value of a cell is then 0.

example:

A1 to D1 merged; value 6
A3 to B3 merged; value 3
B5 to E5 merged; value 2

=sum(A1,A3, A5) would return 9 - correct
=sum(B1,B3, B5) would return 2 - should be 11?
=sum(C1, C3, C5) would return 0 - should be 8?
=sum(D1,D3, D5) would return 0 - should be 8?
=sum(E1, E3, E5) would return 0 - should be 2?

View 9 Replies View Related

Macro For Splitting Data From Cell That Has More Than One Value In It?

Dec 5, 2013

Each row in my spreadsheet is a record. Unfortunately, for one cell, the data base that the info came from has in more than one piece of data in a cell in the data dump into Excel for that record. Each piece of data in the multi data cell is seperate by a ctrl enter hidden break.

I need a seperate record tied to the original record for each item in the multi data cell so that I end up with a flat file with unique records and data on one row.

Is there a way to do this other than manually? I'd like to have a macro since I run into this quite often depending on the client.

View 1 Replies View Related

Vba: Why There Is An Endless Loop When For Each Cell In Range Includes Merged Cells

Aug 6, 2008

When I set a "for each cell in range" to go through the range, and if there are merged cells in this range, this will result an endless loop.

View 9 Replies View Related

Splitting Cell Data Into Columns / Data Cleaning

May 10, 2006

how to split data into columns.

I have a set of (imported) data consisting of 1000+ rows. The data set (bank statement) contain six informations (date1, transaction, vendor, date2, sum1, sum2) in one cell which has to be split into six columns.

Using text-to-columns will generate more than six columns since the set dosn't have any delimiters and both the transaction and vendor name-fields contain blank spaces.

Is there a way to either split the data into the correct number of columns or if text-to-columns is used - a way to manipulate the data into the correct columns, for instance with help of filtering ?

small data sample included

View 3 Replies View Related

Copy Merged Cell, Paste As Merged Cell

Dec 17, 2009

I have a macro to copy a merged cell from one sheet and paste it to another as a merged cell. Basically, I want to copy it AS IT IS and paste it AS IT IS. My code is below.

View 4 Replies View Related

Splitting Data From A Cell To Multiple Rows

Apr 26, 2009

Faced with a problem. I have steps for doing testing in one cell but I need to put them in multiple rows.

Example ....

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved