I am just a bit confused on why my formula isn’t working for this filter function. Theoretically it should work but it doesn’t seem to pull across the correct data but rather it is pulling across different data
Two Sources of Data
The last row on the left hand side “MRK24022” should be pulled across into the the right hand side but it is pulling the incorrect row. The formula below <>0 is just making sure that there is money for that particular month
TRUE Function
=FILTER(SORTBY('CR Potential'!$Z$5:$Z$1000,'CR Potential'!$AD$5:$AD$1000,1,'CR Potential'!$J$5:$J$1000,-1),'CR Potential'!$J$5:$J$1000<>0)
Not sure if anyone is able to make sense of this
Thanks
I have tried removing the SORTBY and using different columns to filter on but still nothing working
Floating Interiors is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1