Using Index / Match. Values not showing up until all squares have values other than 0

aedctalk

Board Regular
Joined
Oct 9, 2010
Messages
156
Ok. In AW 147 i have a name being pulled

=IF(ISERROR(INDEX($F$7:$AS$7,MATCH(AX147,$F$42:$AS$42,0))),AX143,INDEX($F$7:$AS$7,MATCH(AX147,$F$42:$AS$42,0)))

In AX147 i have array pulling the value

={SMALL(IF(F42:AS42=0,0,F42:AS42),1)}

row 148 is similar put pulls small 2nd smallest

Now i have evening names and data using same methods as above in

row 149 1st smallest
row 150 2nd smallest


HERE"S THE ISSUE PART

I now want to pull the top 3 SMALLEST from my 4 rows into my chart table..

=IF(ISERR(SMALL(IF(AX147:AX150=0,"",AX147:AX150),1)),,SMALL(IF(AX147:AX150=0,"",AX147:AX150),1))

=IF(ISERR(SMALL(IF(AX147:AX150=0,"",AX147:AX150),1)),,SMALL(IF(AX147:AX150=0,"",AX147:AX150),2))

=IF(ISERR(SMALL(IF(AX147:AX150=0,"",AX147:AX150),1)),,SMALL(IF(AX147:AX150=0,"",AX147:AX150),3))

Now for some reason... none of my top 3 show up in my data chart until all 4 values for the formulas that were up at the top.. have something other than 0

How can i make my values for the 3 formulas directly above show up as soon as there is JUST ONE person that has both name and data visible?

Sorry hope that .. this makes sense :/
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.

Forum statistics

Threads
1,224,522
Messages
6,179,297
Members
452,903
Latest member
Knuddeluff

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
Back
Top