#NUM! error return blank instead

ronie85

Board Regular
Joined
Jan 25, 2014
Messages
96
Office Version
  1. 365
Platform
  1. Windows
I am receiving a #NUM! error. From T2:T39 I have a formula inserted. T2:T5 is showing numbers as numbers are available in working out the formula, T6:T39 is showing #NUM! as there are no numbers available in the formula.

Is there a formula I can create under this, T40:T77 that returns the same results as T2:T39, but when it comes to the #NUM! error, returns a blank instead?
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
ronie85,

If I am understanding correctly then there are two possibilities..

If you are using Excel 2007 upwards then look to use IFERROR() function....

e.g. I =FERROR('your current formula here ', "")

Or if earlier Excel version you need to construct an IF statement using ISERROR()....

=IF(ISERROR('your current formula here'),"",'your current formula here')

NB 'your current formula here' is your current formula without it's current leading = sign

Hope that helps.
 
Upvote 0
Thanks, I solved it myself earlier on using formula =IF(ISERROR(EI78),"",EI78)
 
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,871
Members
452,363
Latest member
merico17

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