Hi,
I need some help, I got excel sheet (it's a confidential file i can't share that, sorry) I'm gonna explain my problem as simple as possible.
So in that sheet we have plenty of information (I put an example image to make that easier)
All the informations a set on list format (row by row)
I want a macro to compare a row and check if there is a similar row on that list and put them together on another sheet :
So the macro will start on the line 2 (we probably gonna use a For loop initialize at 2 and go to the last ligne of the list).
Look at the example we are on the line 2, the code is going to check on the entire list if there is any row which have INFO 5 and INFO 1 similiar to INFO5= 5 line 2 and INFO 2 line 2.
The macro while going to check and find that row 10 is similar (so those two rows are linked data) and has to be together on the same row on a another sheet. And jump to the next ligne and found to check another row.
You have two other examples on orange and green.
I think for the comparison we have to use a If condition in which we are gonna affect INFO 5 n°1 to INFO 5 n°2 and INFO 2 n°1 to INFO 1 n°2.
But i don't know how to check that on the entire row.
I would appreciate some help, I'm blocked since last night...
I need some help, I got excel sheet (it's a confidential file i can't share that, sorry) I'm gonna explain my problem as simple as possible.
So in that sheet we have plenty of information (I put an example image to make that easier)
All the informations a set on list format (row by row)
I want a macro to compare a row and check if there is a similar row on that list and put them together on another sheet :
So the macro will start on the line 2 (we probably gonna use a For loop initialize at 2 and go to the last ligne of the list).
Look at the example we are on the line 2, the code is going to check on the entire list if there is any row which have INFO 5 and INFO 1 similiar to INFO5= 5 line 2 and INFO 2 line 2.
The macro while going to check and find that row 10 is similar (so those two rows are linked data) and has to be together on the same row on a another sheet. And jump to the next ligne and found to check another row.
You have two other examples on orange and green.
I think for the comparison we have to use a If condition in which we are gonna affect INFO 5 n°1 to INFO 5 n°2 and INFO 2 n°1 to INFO 1 n°2.
But i don't know how to check that on the entire row.
I would appreciate some help, I'm blocked since last night...