I have a sheet which has FILTER Function which filters the data based on condition and runs fine on Office 365 BUT it needs to run on Excel 2016.
=FILTER(Sheet!A:A,Sheet!BD:BD="non-BDO")
How can i get it converted so that it returns an array to function.
=FILTER(Sheet!A:A,Sheet!BD:BD="non-BDO")
How can i get it converted so that it returns an array to function.