Ignore #VALUE Error

counihan3

Active Member
Joined
Mar 9, 2007
Messages
458
I am putting several formuals together, I have one formula that is causing the problem. Is there something that I can put infront of the formula such as ISERROR, to keep that value from returning.
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
A simpler way would be:

IFERROR(originalformula,"")


PS. Sorry for reviving this old post. But since this was the first result on my google search, I thought it was worth updating.
 
Upvote 0
I ended up using a helper column but got accomplished what I wanted to. I actually wanted to use the entire number instead of the 4 right digits (as throughout the year the number goes up until 18 becomes 19 at the first of the year). I just used the substitute function (eliminating the hyphen), changed to a VALUE, & then used whatever MAX/MIN function I wanted to & then used a custom format in the number to have it appear back has its original form.
 
Upvote 0

Forum statistics

Threads
1,214,943
Messages
6,122,380
Members
449,080
Latest member
Armadillos

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