ScoobyBear
New Member
- Joined
- May 7, 2023
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
Hi,
I'm trying to get a cell do display the header of the column containing the cell with the lowest value but exclude 0-values and negative numbers . I'm struggling with the exclude part. I've come this far:
=INDEX(B1:F1;0,MATCH(MIN(B4:F4),B4:F4,0))
But that include cells with zeros which is useless to me.
So how do I do it!?
I'm trying to get a cell do display the header of the column containing the cell with the lowest value but exclude 0-values and negative numbers . I'm struggling with the exclude part. I've come this far:
=INDEX(B1:F1;0,MATCH(MIN(B4:F4),B4:F4,0))
But that include cells with zeros which is useless to me.
So how do I do it!?