Document Control - Duplicate Values and Corresponding Columns

SuperCoog

New Member
Joined
Sep 26, 2017
Messages
11
Hello,

I am building a spreadsheet to keep track of construction drawings. For those that do not know, these drawings will get revised from time to time, so it is important to know which revision is the most up to date.

So far what I have is a column (Column A) which has a list of drawing names, and a column (Column B) which has the corresponding revision.
A
B
1
Drawing 1
2
Drawing 2
3
Drawing 3
4
Drawing 4
5
Drawing 5
6
Drawing 1
1
7
Drawing 1
2
8
Drawing 2
1
9
Drawing 3
1

<tbody>
</tbody>

As shown with the table above, Rows 1, 6, and 7 (also 2 and 8, 3 and 9) are duplicate values that have various corresponding values in the adjacent column.

What I am aiming to do is write some sort of statement that will be able to look in Column A, determine if there are duplicate values, then look in column B and determine which value is the largest. The result just needs to be a True of False statement, as in, it is true that this row reflects the latest revision

A
B
C
1
Drawing 1
2
Drawing 2
3
Drawing 3
4
Drawing 4
5
Drawing 5
6
Drawing 1
1
7
Drawing 1
2
True
8
Drawing 2
1
True
9
Drawing 3
1
True

<tbody>
</tbody>
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.

Forum statistics

Threads
1,216,137
Messages
6,129,093
Members
449,486
Latest member
malcolmlyle

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top