PC Review


Reply
Thread Tools Rate Thread

Copy-Paste Alternative Needed...

 
 
Turp
Guest
Posts: n/a
 
      12th Jan 2010
Here is my problem...

In cell B1 there is a customer name
In cell B2 there is a order number for that customer
In cell B3 there is a order number for that customer
In cell B4 there is a order number for that customer
In cell B5 there is a total for that customer
In cell B6 there is a blank line to seperate customers.
In cell B7 there is a different customer name
In cell B8 there is a order number for that customer
In cell B9 there is a order number for that customer
In cell B10 there is a order number for that customer
In cell B11 there is a total for that customer
In cell B12 there is a blank line to seperate customers.


Every new order number is on the a new line ( there can be 1 order or 50
orders depending on the customer.)

What I need to do is copy the customer name next to (column A) their orders.
Is there a easier way to do this besides Copy - Paste... this takes forever
since I have over 15,000 lines.



 
Reply With Quote
 
 
 
 
Fred Smith
Guest
Posts: n/a
 
      12th Jan 2010
If there's always a blank line above the customer name, I would do it this
way:
A1: =b1
A2: =if(b1="",b2,if(b2="","",a1))
Copy down your 15,000 rows.

Regards,
Fred


"Turp" <(E-Mail Removed)> wrote in message
news:4AAA1384-BE9E-4151-9AF2-(E-Mail Removed)...
> Here is my problem...
>
> In cell B1 there is a customer name
> In cell B2 there is a order number for that customer
> In cell B3 there is a order number for that customer
> In cell B4 there is a order number for that customer
> In cell B5 there is a total for that customer
> In cell B6 there is a blank line to seperate customers.
> In cell B7 there is a different customer name
> In cell B8 there is a order number for that customer
> In cell B9 there is a order number for that customer
> In cell B10 there is a order number for that customer
> In cell B11 there is a total for that customer
> In cell B12 there is a blank line to seperate customers.
>
>
> Every new order number is on the a new line ( there can be 1 order or 50
> orders depending on the customer.)
>
> What I need to do is copy the customer name next to (column A) their
> orders.
> Is there a easier way to do this besides Copy - Paste... this takes
> forever
> since I have over 15,000 lines.
>
>
>


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Alternative copy/delete method needed KevHardy Microsoft Excel Misc 2 11th Feb 2010 01:39 PM
Copy and Paste help needed - tia! masterdiablo13 Microsoft Excel Worksheet Functions 2 27th Sep 2006 03:12 AM
Help needed with VBA cut & paste & copy peterv Microsoft Excel Programming 0 18th Aug 2005 08:21 PM
Alternative to Copy and paste values in VBA thisguy Microsoft Excel Programming 9 12th Aug 2005 05:00 PM
is there a better alternative to Copy/Paste? =?Utf-8?B?TWljaGFlbEM=?= Microsoft Excel Programming 3 9th Jun 2005 12:31 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:34 AM.