Formula not recognizing value in referenced cell

klynshoe

Board Regular
Joined
Jun 17, 2010
Messages
176
I have a formula that references the numeric value of another cell with a formula. It doesn't work.... how can I fix this?

Non-Working Formula: =IFERROR(IF(OR(F8/D8>0.05,F8=E8),"X",""),"")

Referenced Formula in F8: =IF(E8="","",IFERROR(E8-D8,""))

Where the value in cell F8 and E8 is both 11, the result should be "X" since F8=E8 but it does not, it gives me "" (blank).


USING EXCEL 2010

Thank you,

Kelly
 
And if D8 does equal zero, shouldn't the "F8=E8" override that in the OR function?
No.
OR(F8/D8>0.05,F8=E8)

If D8 = 0, then F8/D8 = #Div/0!
Any Formula error within the OR will propagate to the overall result of the OR.
Regardless of the results of the other arguments in the OR.
 
Upvote 0

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN

Forum statistics

Threads
1,223,234
Messages
6,170,891
Members
452,366
Latest member
TePunaBloke

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