J
Josh O.
I am trying to find a way to create a filtered list based on criteria. I
have the following formulas working in another spreadsheet...and I was
thinking maybe I could alter them to work.
Current Formulas:
Column A: Source Data (in this example Customer Name)
Column B:
=IF(ROW(A1)>COUNT(C:C),"",INDEX(A:A,MATCH(SMALL(C:C,ROW(A1)),C:C,0)))
Column C: =IF(ISNUMBER(SEARCH($D$1,A1)),ROW(),"")
Cell D2: Filter Value
Basically the formula (from Max) filters the data in column B...giving me a
compact list of values that contain the value I type in cell D2.
Is it possible to add criteria to this formula? Or use another formula to
work? For example, I want a result list of values in Column C, from Column
A if E2=value in column B.
Column A: Source Data - Customer Name
Column B: Source Data - Variable Property
Column C: Similar Formula as above column B
=IF(ROW(A1)>COUNT(C:C),"",INDEX(A:A,MATCH(SMALL(C:C,ROW(A1)),C:C,0)))
Column D: Similar Formula as above Column C
=IF(ISNUMBER(SEARCH($D$1,A1)),ROW(),"")
Cell E2: Filter Value
I don't know if that is clear or not...I would appreciate any help.
have the following formulas working in another spreadsheet...and I was
thinking maybe I could alter them to work.
Current Formulas:
Column A: Source Data (in this example Customer Name)
Column B:
=IF(ROW(A1)>COUNT(C:C),"",INDEX(A:A,MATCH(SMALL(C:C,ROW(A1)),C:C,0)))
Column C: =IF(ISNUMBER(SEARCH($D$1,A1)),ROW(),"")
Cell D2: Filter Value
Basically the formula (from Max) filters the data in column B...giving me a
compact list of values that contain the value I type in cell D2.
Is it possible to add criteria to this formula? Or use another formula to
work? For example, I want a result list of values in Column C, from Column
A if E2=value in column B.
Column A: Source Data - Customer Name
Column B: Source Data - Variable Property
Column C: Similar Formula as above column B
=IF(ROW(A1)>COUNT(C:C),"",INDEX(A:A,MATCH(SMALL(C:C,ROW(A1)),C:C,0)))
Column D: Similar Formula as above Column C
=IF(ISNUMBER(SEARCH($D$1,A1)),ROW(),"")
Cell E2: Filter Value
I don't know if that is clear or not...I would appreciate any help.