RE: Duplicate rows into new rows based on row value
- From: Tom <Tom@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 28 Mar 2008 09:20:01 -0700
That's right I am looking to expand the data. Referencing the above example
the spreadsheet has say two rows. I need a solution that takes these two
rows and breaks them into 5 rows (according to the value in column a). So
the first row (2 ABC) will eventually be two individual rows because of the
value in column a and the second row will be changed into 3 rows. I almost
think of it as a reverse subtotal. I hope this clarifies things.
Thanks in advance!
"Wehrmacher" wrote:
I am not sure I understand the question. It looks like the example is a.
sorting of a long list of rows that contain similar identical data in some
fields. If this is what you are looking for, you can look in the Data menu,
select Sort and chose the column priorities and orders you wish.
You may also want to take a look at Pivot Tables. These things organize your
data according to the content of row and column information. I doubt this is
what you are talking about as pivot tables are used to compress data and your
question seems to talk about expanding it.
Hope this helps.
--
Bill Wehrmacher
"Tom" wrote:
Hi,
I am trying to breakout multiple rows into individual rows based on a value
in the row.... sounds confusing. Here's an example
a b c etc....
1 2 ABC 5.5
2 3 DEF 2.3
I need to break this out into individual rows like this...
a b c
1 2 ABC 5.5
2 2 ABC 5.5
3 3 DEF 2.3
4 3 DEF 2.3
5 3 DEF 2.3
Is this possible using a function or macro? Please let me know.
Thanks in advance!
- References:
- Duplicate rows into new rows based on row value
- From: Tom
- RE: Duplicate rows into new rows based on row value
- From: Wehrmacher
- Duplicate rows into new rows based on row value
- Prev by Date: Countif with date range criteria
- Next by Date: Re: Countif with date range criteria
- Previous by thread: RE: Duplicate rows into new rows based on row value
- Next by thread: RE: Duplicate rows into new rows based on row value
- Index(es):
Relevant Pages
|