how do i filter records with greater number across rows

S

Scouvy

I have a worksheet with 9 columns and 1883 rows. My main focus is on column b
and c. Column b has file numbers and column c has the file revision numbers.
I want to see only data with the latest file revision across the data range.
 
E

Eduardo

Hi,
select the 9 columns and then filter it by column C, descending so you will
have the latest one at the beginning
Hope this help
 
Top