Error Response

Mr Noodle

New Member
Joined
Jul 20, 2009
Messages
5
Hi guys, I need some help, I am using the following array formula:


=INDEX(tbl,SMALL(IF(COUNTIF(search_tbl,INDEX(tbl,,1,1))>0,ROW(tbl)-MIN(ROW(tbl))+1),ROW(A8)),5)


This works great, but in instances where there is nothing to report, it fills the cell with a #num! response.
I have tried a million ways, but cannot seem to find the right solution, how do I get rid of the #num! response and just report a blank cell when there is no information to display?
Thanks in advance.
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Check Excel help for the IFERROR function.
Hi guys, I need some help, I am using the following array formula:


=INDEX(tbl,SMALL(IF(COUNTIF(search_tbl,INDEX(tbl,,1,1))>0,ROW(tbl)-MIN(ROW(tbl))+1),ROW(A8)),5)


This works great, but in instances where there is nothing to report, it fills the cell with a #num! response.
I have tried a million ways, but cannot seem to find the right solution, how do I get rid of the #num! response and just report a blank cell when there is no information to display?
Thanks in advance.
 
Upvote 0
Thank you for that, thats a great suggestion. I have tried, but for some reason I cannot get it to work with IFERROR. Perhaps I am reworking the formula incorrectly or getting the context incorrect?
 
Upvote 0
What did you do and how did it not work?
Thank you for that, thats a great suggestion. I have tried, but for some reason I cannot get it to work with IFERROR. Perhaps I am reworking the formula incorrectly or getting the context incorrect?
 
Upvote 0

Forum statistics

Threads
1,226,693
Messages
6,192,471
Members
453,726
Latest member
JoeH57

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