Advance filter unique values from third column

Spoulis19

Board Regular
Joined
Dec 31, 2010
Messages
56
I have a table with 3 columns.
Is it possible to use advancefilter to extract unique records from third column without using another help column.

TrialBalanceItem.ReverseSort.LenTrialBalanceItem.
* 60.00.00. * ΤΑΚΤΙΚΕΣ ΑΠΟΔΟΧΕΣ 31.596,98 31.596,981596
* 60.00.00. * ΤΑΚΤΙΚΕΣ ΑΠΟΔΟΧΕΣ 31.596,98 31.596,981596
* 60.00.00. * ΤΑΚΤΙΚΕΣ ΑΠΟΔΟΧΕΣ 31.596,98 31.596,981596
100 60.00.03.9002 ΠΡΟΒΛΕΨΗ ΜΙΣΘΟ/ΣΙΑΣ Δ.ΧΡΙΣ/ΝΩΝ 4.340,00 4.340,001898
100 60.00.03.9002 ΠΡΟΒΛΕΨΗ ΜΙΣΘΟ/ΣΙΑΣ Δ.ΧΡΙΣ/ΝΩΝ 4.340,00 4.340,001898
100 60.00.03.9002 ΠΡΟΒΛΕΨΗ ΜΙΣΘΟ/ΣΙΑΣ Δ.ΧΡΙΣ/ΝΩΝ 4.340,00 4.340,001898
100 60.03.00.9006 ΑΝΤΙΛ.ΕΡΓΟΔ.ΕΙΣΦ.ΑΠΟΖ.ΑΔΕΙΑΣ 7.501,67 7.501,67-8899
100 60.03.00.9006 ΑΝΤΙΛ.ΕΡΓΟΔ.ΕΙΣΦ.ΑΠΟΖ.ΑΔΕΙΑΣ 7.501,67 7.501,67-8899
100 60.03.00.9006 ΑΝΤΙΛ.ΕΡΓΟΔ.ΕΙΣΦ.ΑΠΟΖ.ΑΔΕΙΑΣ 7.501,67 7.501,67-8899

<colgroup><col><col><col></colgroup><tbody>
</tbody>
Thanks in advance
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
What is the resulting list that you want to see?

The resulting list is pasted below.
Is the solution to format data as table and to select in the range of the advance filter only the one column of the entire table;




TrialBalanceItem
ReverseSortLenTrialBalanceItem
* 60.00.00. * ΤΑΚΤΙΚΕΣ ΑΠΟΔΟΧΕΣ 31.596,98 31.596,981596
100 60.00.03.9002 ΠΡΟΒΛΕΨΗ ΜΙΣΘΟ/ΣΙΑΣ Δ.ΧΡΙΣ/ΝΩΝ 4.340,00 4.340,001898
100 60.03.00.9006 ΑΝΤΙΛ.ΕΡΓΟΔ.ΕΙΣΦ.ΑΠΟΖ.ΑΔΕΙΑΣ 7.501,67 7.501,67-8899

<colgroup><col><col><col></colgroup><tbody>
</tbody>
 
Upvote 0
Let A:C of Sheet1 house the data from the first row on.

Sheet2 (The results sheet)

A1 must be left empty.

A2:

=COUNTIF(Sheet1!$C$2:$C2,Sheet1!C2)=1

1. Select A1:A2

2. Fire up Advanced Filter

3. Click OK

4. Check the option Copy to another location

5. Set List range as: Sheet1!$A$1:$C$10

6. Set Criteria range as Sheet2!$A$1:$A$2

7. Set Copy to as: Sheet2$A$3

8. Click OK.
 
Upvote 0

Forum statistics

Threads
1,215,863
Messages
6,127,394
Members
449,382
Latest member
DonnaRisso

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