Lovelylou79
New Member
- Joined
- Sep 4, 2017
- Messages
- 37
Hello Excel Community,
I am stuck on the next part of a large code that splits my worksheet into various new sheets based on different variables.
The next part of my code needs to do the following;
Recognise duplicate Name in "A", i.e; Fred & Fred.
Then, create a new worksheet based on a combination of colms D and F. D is the severity of the object, either 1,2,3, or 4. F is an error msg.
All rows for Fred need to be cut and paste into a new sheet with the higher severity error msg as the lead/main. Then deleted from the original sheet.
Fred 1 101
Fred 2 93
Fred 3 167
Fred 3 167
All of these would be moved for sheet 1 to a new "101" sheet.
I have up to 57 error msg codes that may need to be split, I can have these on a hidden sheet if need be. I have a test page ready, however I am unable to attach to this query.
Any assistance is appreciated.
I am stuck on the next part of a large code that splits my worksheet into various new sheets based on different variables.
The next part of my code needs to do the following;
Recognise duplicate Name in "A", i.e; Fred & Fred.
Then, create a new worksheet based on a combination of colms D and F. D is the severity of the object, either 1,2,3, or 4. F is an error msg.
All rows for Fred need to be cut and paste into a new sheet with the higher severity error msg as the lead/main. Then deleted from the original sheet.
Fred 1 101
Fred 2 93
Fred 3 167
Fred 3 167
All of these would be moved for sheet 1 to a new "101" sheet.
I have up to 57 error msg codes that may need to be split, I can have these on a hidden sheet if need be. I have a test page ready, however I am unable to attach to this query.
Any assistance is appreciated.