Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a sheet with subtotals sample data: PART CPART JAN FEB MAR etc TOTAL XYZ XYZ-1 500 1500 500 XYZ XYZ-1 100 2000 1000 600 3500 1500 5600 (This is subtotal row) XYZZ XYZ-15 2000 1000 500 XYZZ XYZ-15 500 1000 1000 2500 2000 1500 6000 (This is subtotal row) The end product I would like to get is: PART CPART JAN FEB MAR etc TOTAL XYZ XYZ-1 600 3500 1500 5600 XYZZ XYZ-15 2500 2000 1500 6000 Basically, need one row that shows the part,cpart,subtotals. Right now Manually I would have to copy The Part,CPART then The subtotals, which if I have alot of parts would be to time consuming. So thinking need a few steps: 1. If Column A empty then copy as values that row and row above to new sheet. 2. In new sheet if Column A empty then move that row Up. I hope I'm explaining this correctly. I know that I can delete a row if column a is empty but need to figure out how to copy that row and row above to new sheet. Please advise any help. Really appreciate it Juan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy rows from one Data sheet to another sheet based on cell conte | Excel Discussion (Misc queries) | |||
Copy Sheet to new Sheet and clear cells on original sheets | Excel Discussion (Misc queries) | |||
Auto Copy/autofill Text from sheet to sheet if meets criteria | Excel Discussion (Misc queries) | |||
relative sheet references ala sheet(-1)!B11 so I can copy a sheet. | Excel Discussion (Misc queries) | |||
providing a sheet-copy event or copy CustomProperties | Excel Programming |