Hello,
I am trying to eliminate #VALUE! error from the fomula below but I can't seem to figure it out. It is turning #VALUE! when there is no value in $CQ$7. So what I want to try is to insert ISERROR, hoping that that would get rid of #VALUE! and show the cell blank when there is no varibales available to do the calculation.
Thank you in advance for your help.
=IF(AND($F6="OPTION",$AC6<=$CV$3),$CQ$7-($AF6/$CU6),IF(AND($F6="SAREQUITY",$AC6<=$CV$3),$CQ$7-($AF6/$CU6),""))
I am trying to eliminate #VALUE! error from the fomula below but I can't seem to figure it out. It is turning #VALUE! when there is no value in $CQ$7. So what I want to try is to insert ISERROR, hoping that that would get rid of #VALUE! and show the cell blank when there is no varibales available to do the calculation.
Thank you in advance for your help.
=IF(AND($F6="OPTION",$AC6<=$CV$3),$CQ$7-($AF6/$CU6),IF(AND($F6="SAREQUITY",$AC6<=$CV$3),$CQ$7-($AF6/$CU6),""))