Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have to explain this carefully. I have a spreadsheet with a location
# in the first column and then the next columns with item number and cost respectively. My second, third & fourth row also have the same location # but with different item number and cost. I want to get rid of the first cell of second, third & fourth rows because the first row already has the location # in the first cellof the first row. How do I do it?(Subtotal is out of the picture. Cannot use subtotal)Is there a Macro procedure or function I can use? I cannot think of a function to do this with.I am good with Excel and I am self-learning Macro right now. I know this has something to do with Macro programming. Thanks for any input! Here is the sample of what I am talking about: Original: location # item cost 1555 5678 $125.00 1555 4579 $135.00 1555 4777 $145.00 to become this: location # item cost 1555 5678 $125.00 4579 $135.00 4777 $145.00 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
delete a macro that isn't in macro list | Excel Discussion (Misc queries) | |||
How can I delete a macro when the Delete button is not active? | Excel Worksheet Functions | |||
How do i delete a macro in Excel 2003 when delete isn't highlight | Excel Discussion (Misc queries) | |||
Help! Excel Macro Delete function!! | Excel Programming | |||
macro to delete entire rows when column A is blank ...a quick macro | Excel Programming |