check the attachment see if it helps you..



Regards
Ashish koul
akoul.blogspot.com

On Tue, Sep 7, 2010 at 4:26 AM, Bad at VBA <non.at...@gmail.com> wrote:

> Hi everyone,
>
> I've got data that shows build information vertically in rows down a
> column, but my users would prefer to see some of it going across a
> row.
>
> Basically, if you see the same value in Column A repeated, then each
> of the associated values in Column B were used to build that Column A
> widget.
>
> While I know how to manually move the data and delete the rows that
> would need to be removed as a result, I'm not having good luck writing
> a macro.
>
> It's probably easier to show and example . . .
>
> Current:
>
>  A     B     C     D     E
> ---     ---    ---    ---    ---
> a      1
> b      2
> b      3
> c      4
> d      5
> e      6
> e      7
> e      8
> f      9
> g     10
>
> What my user's would like to see:
>
>  A     B     C     D     E
> ---     ---    ---    ---    ---
> a      1
> b      2      3
> c      4
> d      5
> e      6      7      8
> f      9
> g    10
>
> As I have thousands of rows of data, I'd really like to not have to do
> this manually. Any help would be very much appreciated!
>
> --
>
> ----------------------------------------------------------------------------------
> Some important links for excel users:
> 1. Follow us on TWITTER for tips tricks and links :
> http://twitter.com/exceldailytip
> 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
> 3. Excel tutorials at http://www.excel-macros.blogspot.com
> 4. Learn VBA Macros at http://www.quickvba.blogspot.com
> 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
>
> To post to this group, send email to excel-macros@googlegroups.com
>
> <><><><><><><><><><><><><><><><><><><><><><>
> HELP US GROW !!
>
> We reach over 7000 subscribers worldwide and receive many nice notes about
> the learning and support from the group.Let friends and co-workers know they
> can subscribe to group at
> http://groups.google.com/group/excel-macros/subscribe
>

-- 
----------------------------------------------------------------------------------
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com

<><><><><><><><><><><><><><><><><><><><><><>
HELP US GROW !!

We reach over 7000 subscribers worldwide and receive many nice notes about the 
learning and support from the group.Let friends and co-workers know they can 
subscribe to group at http://groups.google.com/group/excel-macros/subscribe

Attachment: problem1.xlsm
Description: Binary data

Reply via email to