Herbalgiraffe
New Member
- Joined
- Feb 22, 2020
- Messages
- 16
- Office Version
- 365
- Platform
- Windows
Hey all,
I am trying to build an advanced filter that will show only the closest value greater than or equal to two manually entered values. Ideally, Rows 4-5 would be hidden but would serve as the criteria range for the filter. I tried using
to make it find me the closest value, but I can't seem to find a way to tie the 24 to the 23 in the depth, as the same formula applied to the depth criteria only returns the single smallest value of any other size, not the depth value connected to the correctly found width. If you guys know how to tie the two together so that I can get one line as a result, that would be a huge help to me.
I am trying to build an advanced filter that will show only the closest value greater than or equal to two manually entered values. Ideally, Rows 4-5 would be hidden but would serve as the criteria range for the filter. I tried using
Excel Formula:
{=MIN(IF(A8:A22>=A2,A8:A22))}