I have a table that stores equipment readings by date. We need to filter down to just the most current reading per unit.
The table appears as follows:
A(Unit) B(Reading1) C(reading2) Date
20000 12 12 8/23/13
20000 12 12 1/22/14
20000 0 0 06/25/14
20000 11 11 01/05/18
20001 8 8 05/31/16
20001 4 4 12/31/17
So I want to identify a column that identifies which row per UNIT has the most current date.
I assume this would use the max formula but I can't get it to be based on the unit number column as well.
HELP!
The table appears as follows:
A(Unit) B(Reading1) C(reading2) Date
20000 12 12 8/23/13
20000 12 12 1/22/14
20000 0 0 06/25/14
20000 11 11 01/05/18
20001 8 8 05/31/16
20001 4 4 12/31/17
So I want to identify a column that identifies which row per UNIT has the most current date.
I assume this would use the max formula but I can't get it to be based on the unit number column as well.
HELP!