I have a cell matrix with two columns (no headers). Column one contains ticker symbols, e.g AAPL, GS etc. Column two contains either 0 or 1.
How can I delete all rows that contain ‘1’ in column 2? Then how can I get an output of the remaining ticker symbols separately in a different m file?
Help please!
Does this do what you need?