> For Example I wanted Bolts & 2,50 to filter the selection further.
Just a minor tweak to the criteria formulas in cols G and N should suffice

See revised sample at:
http://www.savefile.com/files/2144256
Filter and List Data From Another Sheet_v2.xls

In new sheet: Z
(Z is a copy of the previous sheet: Y)

Assume the "2,50" further criteria will be input in B1 (for table 1)
& in I1 (for table 2)

Change the criteria formulas in G2 and N2 to:

In G2:
=IF(OR(X!B2="",$A$1="",$B$1=""),"",IF(AND(X!A2=$B$1,X!B2=$A$1),ROW(),""))

In N2:
=IF(OR(X!E2="",$H$1="",$I$1=""),"",IF(AND(X!A2=$I$1,X!E2=$H$1),ROW(),""))

Then copy down G2, N2 to row15 as before
(No change to the other formulas in cols A to F, H to M)

The above will return the required results
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Ange Kappas" <angekap@hol.gr> wrote in message
news:dv14q0$6p6$1@newsmaster.pub.dc.hol.net...
> Hey Max,
> Thanks that is great, just one small query, what if I
> wanted another criteria selection.
> For Example I wanted Bolts & 2,50 to filter the selection further.
>
> Thanks
> Ange