What you're asking is very simple using VBA.
The question is:  do you know how to use VBA?

 A quick solution would look like:
Option Explicit
Sub Split_Errs()
    Dim R, nRows, dRow, strArray, inx
    dRow = 1
    nRows = 
Application.WorksheetFunction.CountA(Sheets("Sheet1").Range("A1:A65000"))
    For R = 2 To nRows
        strArray = Split(Sheets("Sheet1").Cells(R, "C").Value, ",")
        For inx = 0 To UBound(strArray)
            dRow = dRow + 1
            Sheets("Sheet2").Cells(dRow, "A").Value = Sheets("Sheet1").Cells(R, 
"A").Value
            Sheets("Sheet2").Cells(dRow, "B").Value = Sheets("Sheet1").Cells(R, 
"B").Value
            Sheets("Sheet2").Cells(dRow, "C").Value = Trim(strArray(inx))
        Next inx
    Next R
End Sub

but you need to put it into a "standard" module (rather than a "sheet" module)

using this macro, I was able to take 10,000 rows of sample data and split it 
into 40,000 rows in about 5 seconds.
(using Excel 2010)

hope this helps.
Paul
-----------------------------------------
“Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
-----------------------------------------




________________________________
From: nitin arora <nitinaror...@gmail.com>
To: excel-macros@googlegroups.com
Sent: Wed, January 4, 2012 8:52:56 AM
Subject: Re: $$Excel-Macros$$ Urgent help required


Hi Don,

My apologies for the subject and I promise this wont happen in future. As far 
as 
"Me" is concerned I am relatively new to this concept of groups so i have no 
Idea where should I go to change it to my name. Any help on this front would be 
highly appreciated.

As far as the request is concerned please find below the logic:

Column C in the sheet is Target ID, Column D is Transaction ID and Column AB is 
FnclErr. For row 3 data already reported in the sheet is like (for these 3 
columns only): 


 TargetID      TransID              FnclErr
30839253     144138763         Revenues Missed, Total Assets Missed, Total 
Common Equity Missed, Net Income 


I want this data to appear in the below mentioned format in a new sheet


TargetID      TransID              FnclErr
30839253     144138763       Revenues Missed
30839253     144138763       Total Assets Missed
30839253     144138763       Total Common Equity Missed
30839253     144138763       Net Income Missed.

Please let me know if I am missing something over here

Regards,

Nitin Arora

 
On Wed, Jan 4, 2012 at 6:51 PM, dguillett1 <dguille...@gmail.com> wrote:

FIRST. To some of us, ME, “urgent help required” is a NO NO. All requests are 
urgent.
>Now, you will need to explain the logic of what you want. If you want to find 
>every comma on the sheet, what will you do with numbers, etc? You need to 
>specify which columns to search and you need to tell us where you want the 
>data? 
>Do you want the file changed or do you want a list on another sheet?, etc.
>
>Don Guillett
>SalesAid Software
>dguille...@gmail.com
>
>From: nitin arora 
>Sent: Wednesday, January 04, 2012 1:20 AM
>To: excel-macros 
>Subject: $$Excel-Macros$$ Urgent help required
>
>Hi,
>Please find attached excel sheet named Errors Bifurcation.
>In this sheet there are many columns in which errors have been reported 
>seperated by commas. I want that all the errors seperated by commas should 
>appear in seperate rows with the data for Target ID and Tranaction ID. For 
>example:
>In Column AB 3, the data reported is: Revenues Missed, Total Assets Missed, 
>Total Common Equity Missed, Net Income Missed.
>I want this data to appear as:
>
>TargetID      TransID              FnclErr
>30839253     144138763       Revenues Missed
>30839253     144138763       Total Assets Missed
>30839253     144138763       Total Common Equity Missed
>30839253     144138763       Net Income Missed.
>It would be great if you can tell me a solution for this.
>Many Thanks in advance.
>Regards,
>Nitin Arora
>-- 
>FORUM RULES (986+ members already BANNED for violation)
> 
>1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
>Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
>quick attention or may not be answered.
> 
>2) Don't post a question in the thread of another member.
> 
>3) Don't post questions regarding breaking or bypassing any security measure.
> 
>4) Acknowledge the responses you receive, good or bad.
> 
>5) Cross-promotion of, or links to, forums competitive to this forum in 
>signatures are prohibited. 
>
> 
>NOTE : Don't ever post personal or confidential data in a workbook. Forum 
>owners 
>and members are not responsible for any loss.
> 
>------------------------------------------------------------------------------------------------------
>
>To post to this group, send email to excel-macros@googlegroups.com
>
>-- 
>FORUM RULES (986+ members already BANNED for violation)
> 
>1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
>Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
>quick attention or may not be answered.
> 
>2) Don't post a question in the thread of another member.
> 
>3) Don't post questions regarding breaking or bypassing any security measure.
> 
>4) Acknowledge the responses you receive, good or bad.
> 
>5) Cross-promotion of, or links to, forums competitive to this forum in 
>signatures are prohibited. 
>
> 
>NOTE : Don't ever post personal or confidential data in a workbook. Forum 
>owners 
>and members are not responsible for any loss.
> 
>------------------------------------------------------------------------------------------------------
>
>To post to this group, send email to excel-macros@googlegroups.com
>
-- 
FORUM RULES (986+ members already BANNED for violation)
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
 
2) Don't post a question in the thread of another member.
 
3) Don't post questions regarding breaking or bypassing any security measure.
 
4) Acknowledge the responses you receive, good or bad.
 
5) Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

 
NOTE : Don't ever post personal or confidential data in a workbook. Forum 
owners 
and members are not responsible for any loss.
 
------------------------------------------------------------------------------------------------------

To post to this group, send email to excel-macros@googlegroups.com

-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

------------------------------------------------------------------------------------------------------
To post to this group, send email to excel-macros@googlegroups.com

Reply via email to