Hi
I am having trouble getting this simple task completed. I want to retrieve the lines from the dataset which match the criteria in the criteria range as there's more than one criteria, the lines retrieved must match just one of the criteria to appear in the result.
The formula I am having trouble with is:
'=SMALL(IF($C$3:$C$8=$H$11,ROW($B$3:$B$8)-2,IF($C$3:$C$8=$H$12,ROW($B$3:$B$8)-2,IF($C$3:$C$8,$H$13,ROW($B$3:$B$8)-2))),ROW(1:1))
where
C3:C8 is the data set
H11:H13 is the criteria (three cells)
There are curly brackets around my working formula which do not appear in the formula above.
Any help greatly appreciated.
I am having trouble getting this simple task completed. I want to retrieve the lines from the dataset which match the criteria in the criteria range as there's more than one criteria, the lines retrieved must match just one of the criteria to appear in the result.
The formula I am having trouble with is:
'=SMALL(IF($C$3:$C$8=$H$11,ROW($B$3:$B$8)-2,IF($C$3:$C$8=$H$12,ROW($B$3:$B$8)-2,IF($C$3:$C$8,$H$13,ROW($B$3:$B$8)-2))),ROW(1:1))
where
C3:C8 is the data set
H11:H13 is the criteria (three cells)
There are curly brackets around my working formula which do not appear in the formula above.
Any help greatly appreciated.