projectile
Board Regular
- Joined
- Dec 14, 2007
- Messages
- 193
I have this array which appears to work, however I do not want it to return zero values, just anything greater than zero.
Is this possible?
I also wanted to use similar formula to return the SUPPLIER who is linked to this minimum value. The supplier is stored in column Z of the DATASET sheet. I have tried Googling a way to offset the above formula to return result of column Z instead of column Y, but not getting any where.. Would appreciate some help.
thanks
Is this possible?
HTML:
{=MIN((DATASET!$A$2:$A$78956=A2)*DATASET!$Y$2:$Y$78956)}
I also wanted to use similar formula to return the SUPPLIER who is linked to this minimum value. The supplier is stored in column Z of the DATASET sheet. I have tried Googling a way to offset the above formula to return result of column Z instead of column Y, but not getting any where.. Would appreciate some help.
thanks