Ignoring null cells in an array formula

coyotem78

New Member
Joined
Sep 9, 2002
Messages
44
Hi all

Its been awhile since I had to post on these boards, so please bear with me.

I have the following set of data in Sheet1 - Starting in A1:

Region|Client|Score|
Metro North|Client1||
Metro North|Client2||
Metro North|Client3|1| <--- First numeric value
Metro North|Client4|1|
Metro North|Client5||
Metro North|Client6||
Metro North|Client7|2|
Metro North|Client8||
Metro North|Client9||
Metro North|Client10|3|
Metro North|Client11|4|
Metro North|Client12||
Metro North|Cleint13||
...same as above record from Client14-Client269...
Metro North|Client270|5| <--- 6th numeric value

In cell E1, I'm trying to select the xth valid Score (non-null), for this example lets say its the 6th score, by using a formula.

I type in the following :-

INDEX(if(isnumeric($C$2:$C$270),$C$1:$C$270),6) (then pressed Ctrl+Shift+Enter)

which yielded the result FALSE.

This obvious indicates that the array is including the null cells and returning the value for Client6 (6th value in the array) instead of Client270 (6th numeric value).

So this leads me to my question, is there a way I can ignore the null cells in the array formula?

Thanks in advance
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)

Forum statistics

Threads
1,214,403
Messages
6,119,308
Members
448,886
Latest member
GBCTeacher

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