Hoping for the excel gods to answer a question.
I have data in a row like the example posted below. I want to rank the values (including positive/negative numbers), but need to ignore the zero's since a zero indicates no data was present. I can rank including the zeros, but that throws off the ranking.
Thanks,
Ben
[TABLE="width: 712"]
<tbody>[TR]
[TD="class: xl65, width: 64, align: right"]1-Jul-11[/TD]
[TD="class: xl66, width: 94, align: right"]-$10,099.94[/TD]
[TD="class: xl66, width: 112, align: right"]-$3,041.88[/TD]
[TD="class: xl66, width: 90, align: right"]-$265.98[/TD]
[TD="class: xl66, width: 69, align: right"]$1,287.10[/TD]
[TD="class: xl66, width: 69, align: right"]-$359.98[/TD]
[TD="class: xl66, width: 69, align: right"]$955.00[/TD]
[TD="class: xl66, width: 69, align: right"]-$234.96[/TD]
[TD="class: xl66, width: 76, align: right"]$0.00[/TD]
[/TR]
</tbody>[/TABLE]
I have data in a row like the example posted below. I want to rank the values (including positive/negative numbers), but need to ignore the zero's since a zero indicates no data was present. I can rank including the zeros, but that throws off the ranking.
Thanks,
Ben
[TABLE="width: 712"]
<tbody>[TR]
[TD="class: xl65, width: 64, align: right"]1-Jul-11[/TD]
[TD="class: xl66, width: 94, align: right"]-$10,099.94[/TD]
[TD="class: xl66, width: 112, align: right"]-$3,041.88[/TD]
[TD="class: xl66, width: 90, align: right"]-$265.98[/TD]
[TD="class: xl66, width: 69, align: right"]$1,287.10[/TD]
[TD="class: xl66, width: 69, align: right"]-$359.98[/TD]
[TD="class: xl66, width: 69, align: right"]$955.00[/TD]
[TD="class: xl66, width: 69, align: right"]-$234.96[/TD]
[TD="class: xl66, width: 76, align: right"]$0.00[/TD]
[/TR]
</tbody>[/TABLE]