Hi,
in the attached spreadsheet I have have array formula that searches for multiple values in column C that exist between 2 values in column B. This part of the formula works fine.
The problem I am now trying to solve is ...
When my formula finds more than 1 value in column C that exist between 2 values in column B then mark the non minimum value/s in column C with some text in column D.
My thinking is that the array formula needs to...
regards
GB
in the attached spreadsheet I have have array formula that searches for multiple values in column C that exist between 2 values in column B. This part of the formula works fine.
The problem I am now trying to solve is ...
When my formula finds more than 1 value in column C that exist between 2 values in column B then mark the non minimum value/s in column C with some text in column D.
My thinking is that the array formula needs to...
- evaluate if column C has a value, then,
- find the 1st row position of the number above in column B and the 1st row position of the number below in column B, then,
- search for multiples in column C between these rows positions from column B, then
- mark all multiple values from column C that are not minimum.
regards
GB
Attachments
Last edited: