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
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