Hi all,
I've been trying to set up a formula to see vlookup the lowest value for a data set that will have multiple numeric values associated with a descriptor. I've found this array formula on this forum:
{=MIN(IF($A$2:$A$20=A2,$B$2:$B$20))}
That works great, except there are blanks in my data and I'm trying to avoid those. Is there any way to avoid this query returning a zero when it comes across a blank cell?
Thanks
I've been trying to set up a formula to see vlookup the lowest value for a data set that will have multiple numeric values associated with a descriptor. I've found this array formula on this forum:
{=MIN(IF($A$2:$A$20=A2,$B$2:$B$20))}
That works great, except there are blanks in my data and I'm trying to avoid those. Is there any way to avoid this query returning a zero when it comes across a blank cell?
Thanks