Dazzawm
Well-known Member
- Joined
- Jan 24, 2011
- Messages
- 3,714
- Office Version
- 365
- Platform
- Windows
I have sheet 1. The code needs to look at the data in Column C (Column A below) when the data is the same it needs to look at the data in AI is in order and highlight the rows if not. The first example I have highlighted the rows that are not in sequence. Column AI should have all 'Front Suspension' first then all 'Rear Suspension'.
The second example shows what they should look like.
If a code could be written for me i would be very grateful.
Thanks.
Excel 2010
<colgroup><col style="width: 25pxpx"><col><col></colgroup><thead>
</thead><tbody>
</tbody>
This is what they should look like.
Excel 2010
<colgroup><col style="width: 25pxpx"><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Please note I don't need them sorted to look like the second example, just coloured to warn me like the first example.
The second example shows what they should look like.
If a code could be written for me i would be very grateful.
Thanks.
Excel 2010
A | AI | |
---|---|---|
1 | Header1 | Header33 |
2 | ABC123 | Front Suspension |
3 | ABC123 | Rear Suspension |
4 | ABC123 | Front Suspension |
5 | ABC123 | Rear Suspension |
6 | ABC123 | Front Suspension |
7 | ABC123 | Rear Suspension |
8 | DEF123 | Front Suspension |
9 | DEF123 | Front Suspension |
10 | DEF123 | Front Suspension |
11 | DEF123 | Rear Suspension |
12 | ABC234 | Rear Suspension |
13 | ABC234 | Front Suspension |
<colgroup><col style="width: 25pxpx"><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1
This is what they should look like.
Excel 2010
A | AI | |
---|---|---|
1 | Header1 | Header33 |
2 | ABC123 | Front Suspension |
3 | ABC123 | Front Suspension |
4 | ABC123 | Front Suspension |
5 | ABC123 | Rear Suspension |
6 | ABC123 | Rear Suspension |
7 | ABC123 | Rear Suspension |
8 | DEF123 | Front Suspension |
9 | DEF123 | Front Suspension |
10 | DEF123 | Front Suspension |
11 | DEF123 | Rear Suspension |
12 | ABC234 | Front Suspension |
13 | ABC234 | Rear Suspension |
<colgroup><col style="width: 25pxpx"><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1
Please note I don't need them sorted to look like the second example, just coloured to warn me like the first example.
Last edited: