How to not get #NUM #N/A Errors using arrays.

aedctalk

Board Regular
Joined
Oct 9, 2010
Messages
156
Hello.

I keep havng errors show up. I was wanting to change the error to a zero value.. since its messing up some other things on my sheet.

Below are examples of what i have that is causing errors. Is there any way to set it to 0 intead or " " ?

{=SMALL(IF(F42:AS42=0,"0",F42:AS42),1)} this works fine once i have a value in F42:AS42 but i want to get rid of #NUM error before i enter any values there

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

guessing this one above gets an error because its pulling info from top one?

Even tried this..

=IF(ISERR(INDEX($AW$147:$AW$150,MATCH(AN148,$AX$147:$AX$150,0))),,INDEX($AW$147:$AW$150,MATCH(AN148,$AX$147:$AX$150,0)))

and still get a #NUM error

Well i'm getting the #NUM errors until the formula has a value then it works fine....

Any ideas? How to set these bad boys to 0 until value is attained for area..


Thanks so much :)
 
Last edited:

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.

Forum statistics

Threads
1,224,559
Messages
6,179,517
Members
452,921
Latest member
BBQKING

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