To keep cell blank instead of #VALUE! when apply formula

Kenor

Board Regular
Joined
Dec 8, 2020
Messages
116
Office Version
  1. 2016
Platform
  1. Windows
Hi All,

How to keel cell blank instead of #VALUE! ?
I just want to use simple formula I10-L10.
I try to use this formula >> '=IF((ISERROR(formula)),"",(formula))
Yes, the cell with #VALUE before become blank, but some cells that should have value (e.g. 500 - 0 = 500) also become blank.

Someone can help me?
 

Attachments

  • How to keep cell blank instead of #VALUE!.PNG
    How to keep cell blank instead of #VALUE!.PNG
    40.2 KB · Views: 11
Thanks for the input. I'm having a very bad day here. My brain simply is not functioning.

:mad:
 
Upvote 0

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
In you first examples all rows had a number in column I but now it appears some of them do not. Try this instead of what I suggested before.

Excel Formula:
=IF(COUNT(I16,L16),N(I16)-N(L16),"")
 
Upvote 0
Solution
In you first examples all rows had a number in column I but now it appears some of them do not. Try this instead of what I suggested before.

Excel Formula:
=IF(COUNT(I16,L16),N(I16)-N(L16),"")
Yes...finally..thanks a lot for both of you ;)(y)
 

Attachments

  • Yes..finally.PNG
    Yes..finally.PNG
    31.3 KB · Views: 2
Upvote 0
You're welcome. :)

BTW, if you had posted your sample with XL2BB as suggested instead of a picture you would have had your answer about 24 hours earlier. ;)
 
Upvote 0

Forum statistics

Threads
1,215,651
Messages
6,126,025
Members
449,281
Latest member
redwine77

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