I am trying to highlight only minimum and maximum on a 12 months line chart. the formula for maximum: =IF($D2=MAX($D$2:$D$13),$D2,NA()) works perfectly
but my issue lies is that the minimum formula is picking up zero value. I want it to ignore the zero value. I have modified the formula but it is not working.
=IF($D2>0,NA(),MIN($D$2:$D$13,$D2,NA()))
Thanks for your help. Attached is the small excel spreadsheet with example
but my issue lies is that the minimum formula is picking up zero value. I want it to ignore the zero value. I have modified the formula but it is not working.
=IF($D2>0,NA(),MIN($D$2:$D$13,$D2,NA()))
Thanks for your help. Attached is the small excel spreadsheet with example