already999
New Member
- Joined
- Feb 19, 2025
- Messages
- 4
- Office Version
- 2010
- Platform
- Windows
Hi,
I have the following formula to find the max and min value in a column:
=(MAX(Data!B:B)&" - "&MIN(IF(Data!B:B>0;(Data!B:B))))
But I want to find the corresponding cell in another column using index and match. But I can’t figure it out to find the smallest value greater than zero in this formula
=INDEX(Data!A:A;MATCH(MIN(Data!B:B);Data!B:B;0))
Thanks in advance for your help
I have the following formula to find the max and min value in a column:
=(MAX(Data!B:B)&" - "&MIN(IF(Data!B:B>0;(Data!B:B))))
But I want to find the corresponding cell in another column using index and match. But I can’t figure it out to find the smallest value greater than zero in this formula
=INDEX(Data!A:A;MATCH(MIN(Data!B:B);Data!B:B;0))
Thanks in advance for your help