getting FALSE instead of blank

Patcheen

Active Member
Joined
Sep 28, 2015
Messages
388
Office Version
  1. 365
Platform
  1. Windows
Hi Guys

i have this formula =IF(D9<>"",D9-G9-H9) ive also tried it with this =IF(D9<>"",SUM(D9-G9-H9))

D9 is blank but its returning FALSE instead of blank there is no formula in it only figures i input when needed as its part of a monthly accounts spreadsheet, any advise appreciated thank you
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Sorted thank you...... i wasn't far out thank you for your help
 
Upvote 0
ANSWER.jpg

Let's go ahead and try this formula in the column I9: I tried to accommodate this formula based on what you explained in this post, hopefully this is close to what you are trying to achieve: Hope it helps! Greetings :)

=IF(ISBLANK(D3),ABS(D3-E3-F3),"")
 
Upvote 0

Forum statistics

Threads
1,216,728
Messages
6,132,363
Members
449,720
Latest member
NJOO7

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