Svgmassive
Board Regular
- Joined
- Nov 2, 2010
- Messages
- 113
I am looking to get the minimum value excluding zeros in the range listed below thanks.
$H$5,$H$7:$H$9,$H$11:$H$14,$H$16:$H$18,$H$20
$H$5,$H$7:$H$9,$H$11:$H$14,$H$16:$H$18,$H$20
I am looking to get the minimum value excluding zeros in the range listed below thanks.
$H$5,$H$7:$H$9,$H$11:$H$14,$H$16:$H$18,$H$20
thanks
can this be applied to conditional formatting
when i tried to use conditional formatting to highlight the cells.
=SMALL((H5,H7:H9,H11:H14,H16:H18,H20),INDEX(FREQUENCY((H5,H7:H9,H11:H14,H16:H18,H20),0),1)+1)
i get an error message.you may not use union,intersections or array constants for conditional formatting.excel 2003.
Thanks
that worked great thanks so much guys.I would like also to find the max value and the top ten values in the range.thanks
=MAX(H5,H7:H9,H11:H14,H16:H18,H20)
=IF(ROWS($J$8:J8)<=$J$5,
LARGE(($H$5,$H$7:$H$9,$H$11:$H$14,$H$16:$H$18,$H$20),
ROWS($J$8:J8)),"")
=MIN(J5,INDEX(FREQUENCY((H5,H7:H9,H11:H14,H16:H18,H20),0),2))
=IF(ROWS($J$8:J8)<=$J$6,
LARGE(($H$5,$H$7:$H$9,$H$11:$H$14,$H$16:$H$18,$H$20),
ROWS($J$8:J8)),"")