Need to have #value return a zero value

Malissa1578

New Member
Joined
Mar 14, 2013
Messages
10
Good morning everyone. I am looking to see if I can adjust my isblank statement so that when it gives an error (#VALUE) it turns to a zero.

This is what I have now: =IF(ISBLANK(V40),(U40*X40),(V40*X40))

Is this possible?
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Check out the IFERROR function, i.e.
Code:
[COLOR=#ff0000]=IFERROR([/COLOR][COLOR=#333333]IF(ISBLANK(V40),(U40*X40),(V40*X40))[/COLOR][COLOR=#ff0000],0)[/COLOR][COLOR=#333333][/COLOR]
 
Upvote 0
Thank you. I think I was trying to complicate way more than this lol.

Check out the IFERROR function, i.e.
Code:
[COLOR=#ff0000]=IFERROR([/COLOR][COLOR=#333333]IF(ISBLANK(V40),(U40*X40),(V40*X40))[/COLOR][COLOR=#ff0000],0)[/COLOR]
 
Upvote 0

Forum statistics

Threads
1,214,659
Messages
6,120,786
Members
448,992
Latest member
prabhuk279

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