Ok, I'm trying to prompt "text" to print in another cell as a result of a nested-IF formula in a different cell.
Ex: =IF(B11>B16,SUM(B11-B16)*B10,IF(B11<B16,SUM(B11-B16)*B10,IF(B11=B16,"$0.00")))
This is the forumla I'm using in cell B17 to calculate the resultant variance between cells B11...