Excel IF formula #value

Martmorg

New Member
Joined
Mar 6, 2014
Messages
25
Hi All,

I am having trouble with a formula and my excel formula knowledge is fairly basic. I have the below formula that i have come up with =IF(K7=0,"",(L6+K7)) however as the reference cell K7 also has a formula it is not picking this up as blank and showing a #VALUE ! error. Can anyone suggest an alternative formula please?

Thanks in advance
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
What is the formula in K7?
What about L6?


L6 is a static formula. The formual i am getting the error is sitting in L7 and i would look to drag this down to provide a running YTD value.

K7 current has this formula =IF(I7=0,"",(I7*(J7/365)
 
Upvote 0
What do these test formulas return, enter them in any cell you choose.

=ISNUMBER(L6)
=ISNUMBER(K7)
 
Upvote 0
If the formula is returning "", that is NOT the same as 0.
Perhaps the formula
IF(K7=0,"",(L6+K7))
should be
IF(K7="","",(L6+K7))
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,284
Members
452,630
Latest member
OdubiYouth

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