Help to create this
Presumably you have multiple ID's.
do they all have the same number of rows?
If you only have a limited number of rows per ID, but they don't all have
the same number of rows.. something like this...
In D4,
=if($A3=$A2,B3,"")
and D5 would be
=if($A3=$A2,B4,"")
Then, copy this If statement DOWN the max number of rows you'd need.
then, either use OFFSET() or cut and paste the values across your first row.
Once done, copy and paste these fornulas down your rows.
then...
to the far right of row 2, do.. =if(A2=A1,"X","")
paste all the way down..
Copy and paste special all rows as values.
put a filter on, and delete any row with an X in that last column to remove
dups.
"Marco" wrote:
Hi. I need help to create this:
I've got my actual view like this: (Rows)
ID DInicio DFim
3000 38279 38340
3000 38353 38561
3000 38578 38927
and I need to make it look like this: (one reocord, columns)
ID DInicio DFim DInicio DFim DInicio DFim
3000 38279 38340 38353 38561 38578 38927
Please help me out here.
Regards in advance.
Marco
|