G
Greg Henderson
Hello
I have resisted learning Macro's - but I will have to give in and see
the better way. Excel Office X
Could someone help me on this issue and I can reverse engineer how you
did it to learn other ways ( is there a book that is recommended? )
I have three rows in a long report so manually doing it is getting
boring.
line sub line sub line description
AAA 1 Big Widgets
2 Blue Widgets
3 Red Widgets
Total
I need to get the data like this - so I can sort various ways
line sub line sub line description
AAA 1 Big Widgets
AAA 2 Blue Widgets
AAA 3 Red Widgets
AAA Total
The logic I think is need it this
For A=1 to end of file
if C3 is Blank - then next A
If A2 is NOT BLANK then next A
let A 2 copy data from A1
goto next line
next A
How do you set this up?
Thanks for help
Regards
Greg H
ps - see why I would starve as a programmer
I have resisted learning Macro's - but I will have to give in and see
the better way. Excel Office X
Could someone help me on this issue and I can reverse engineer how you
did it to learn other ways ( is there a book that is recommended? )
I have three rows in a long report so manually doing it is getting
boring.
line sub line sub line description
AAA 1 Big Widgets
2 Blue Widgets
3 Red Widgets
Total
I need to get the data like this - so I can sort various ways
line sub line sub line description
AAA 1 Big Widgets
AAA 2 Blue Widgets
AAA 3 Red Widgets
AAA Total
The logic I think is need it this
For A=1 to end of file
if C3 is Blank - then next A
If A2 is NOT BLANK then next A
let A 2 copy data from A1
goto next line
next A
How do you set this up?
Thanks for help
Regards
Greg H
ps - see why I would starve as a programmer