Return specific rows of an array based on a filter criteria in Excel
I’m trying to make a spreadsheet where you input 4 parameters, and it returns an new array from a larger array only containing rows where all 4 parameters were met.
I’m trying to make a spreadsheet where you input 4 parameters, and it returns an new array from a larger array only containing rows where all 4 parameters were met.