R
Randy S
Is there a way to filter a list by formulas the same way
the Data->Filter option works? I'd like to take the matrix:
Col A Col B Col C Col D Col E
===== ===== ===== ===== =====
Smith 30 $104.2 Yes 52
Jones 31 $155.3 No 51
Jones 31 $422.2 Yes 49
Freer 31 $424.3 Yes 42
Waylan 30 $322.5 No 50
Smith 31 $288.3 Yes 49
etc.
And, using a formula, filter on Col B = 31 to produce:
Col AA Col AB Col AC
====== ====== ======
Jones 31 No
Jones 31 Yes
Freer 31 Yes
Smith 31 Yes
etc.
Note that the number of columns are reduced in the final
output; Col AA is Col A filtered for all rows that have
Col B = 31, Col BB is Col B filtered for all rows that
have Col B = 31, and Col AC is Col D filtered for all Rows
that have Col B = 31.
the Data->Filter option works? I'd like to take the matrix:
Col A Col B Col C Col D Col E
===== ===== ===== ===== =====
Smith 30 $104.2 Yes 52
Jones 31 $155.3 No 51
Jones 31 $422.2 Yes 49
Freer 31 $424.3 Yes 42
Waylan 30 $322.5 No 50
Smith 31 $288.3 Yes 49
etc.
And, using a formula, filter on Col B = 31 to produce:
Col AA Col AB Col AC
====== ====== ======
Jones 31 No
Jones 31 Yes
Freer 31 Yes
Smith 31 Yes
etc.
Note that the number of columns are reduced in the final
output; Col AA is Col A filtered for all rows that have
Col B = 31, Col BB is Col B filtered for all rows that
have Col B = 31, and Col AC is Col D filtered for all Rows
that have Col B = 31.