Rick
This can, of course be done with a macro, but heres one of doing it manually that doesnt take very long (probably in less time than it would take to write a macro).
1.Lets say your data starts in cell A1 on Sheet1.
2.In an unused column on Sheet1(say column K), enter in cell K1 :- =IF(A1>0,A1,).
3.Drag this formula down as far as required
4.Sort by column K
5.Select the rows with data in column K, copy and paste to Sheet2
6.Delete column K on both sheets
7.Resort both sheets if required
Celia
Rick
I don't seem to be functioning too well today.
A simpler way is :-
1.Sort by column A
2.Select the rows where column A values are greater than 0, copy and paste to Sheet2
3.Resort the sheets
Celia
Thanks for the response. I did not explain my goal very well. I believe I will have to go to a macro, but do not understand them.
I want to create an Sales Order Spreadsheet and order guide.
Sheet 2 would have:
Products listed
Column to enter quantity to order
If a quantity is entered on Sheet 2, the complete row would be automatically copied to Sheet 1.
I want the listing of products ordered on Sheet 1 to fill all lines necessary, without blank lines, and without taking extra steps.
Thanks.
I want to create an Sales Order Spreadsheet and order guide. Sheet 2 would have:
Rick
Send me a file with sheets 1 and 2 in the format you require and filled in with some data.
Celia