Ranking within a Filtered List

jpopp25

New Member
Joined
Nov 29, 2016
Messages
3
I am attempting to insert rankings based on a %change column. The formula works beautifully until the % is 0, which should make that row excluded from the ranking.

The attached is the formula used.

=SUMPRODUCT(SUBTOTAL(3,OFFSET($G$12:$G$83,ROW($G$12:$G$83)-MIN(ROW($G$12:$G$83)),0,1)),--(G12<$G$12:$G$83))+1


How can I get the fields with 0% excluded from the ranking?
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.

Forum statistics

Threads
1,195,952
Messages
6,012,500
Members
441,702
Latest member
chacham

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Top