This might be a bit long, but I want to explain it clearly so you all have the best chance of helping me.
First. The data I am importing is coming from AutoCAD using their data extraction feature and looks like this. We are extracting a size and length for an electrical cable. The GROUP number increases up to 8. That is the maximum groups we will ever have.
We need all this data in this exact format for reasons I will not get into too deeply, but basically, the DC-CAB layer is added by the group as well so it needs to be there.
What I am trying to achieve is to have Excel look through this list of data and then identify all of the rows that are in GROUP 1 and also have a NAME that contains "*DC--HR*". When it finds a match it pastes those rows THICKNESS and LENGTH value to a separate sheet into a specific spot. It would then do the same operation for GROUP 2, GROUP 3 and so on. Does that makes sense?
I am a little better than a novice at Excel so if there is a way to do this without using VBA I would prefer that, but I have set up some VBA buttons before worst case I can do that as well.
Last. Here is a link to an example of what I am trying to do. Hope this can help. Thank you all so much in advance for any help you can give me. I have been struggling with this all day and I am just about ready to give up. I've exhausted my excel ability to figure it out on my own so I humbly ask for your help.
Adam
First. The data I am importing is coming from AutoCAD using their data extraction feature and looks like this. We are extracting a size and length for an electrical cable. The GROUP number increases up to 8. That is the maximum groups we will ever have.
We need all this data in this exact format for reasons I will not get into too deeply, but basically, the DC-CAB layer is added by the group as well so it needs to be there.
What I am trying to achieve is to have Excel look through this list of data and then identify all of the rows that are in GROUP 1 and also have a NAME that contains "*DC--HR*". When it finds a match it pastes those rows THICKNESS and LENGTH value to a separate sheet into a specific spot. It would then do the same operation for GROUP 2, GROUP 3 and so on. Does that makes sense?
I am a little better than a novice at Excel so if there is a way to do this without using VBA I would prefer that, but I have set up some VBA buttons before worst case I can do that as well.
Last. Here is a link to an example of what I am trying to do. Hope this can help. Thank you all so much in advance for any help you can give me. I have been struggling with this all day and I am just about ready to give up. I've exhausted my excel ability to figure it out on my own so I humbly ask for your help.
Adam