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