This is a tricky one.. I have a list of raw data and am looking to break down this data in another tab by formulas. To keep it simple, I have raw data of all equity and list options with its ticker. I am trying to distinguish all equity tickers and put them on another tab. I am running th ebelow formula to populate the ticker but when i drag this formula down, it provides duplicate tickers. Without adjusting the raw data, do you know how I can paste just equity tickers on another tab?
=INDEX('Pink OMS'!B2:B303,MATCH(Sheet3!A3,'Pink OMS'!U2:U303,0))