S
sbremner
Hi Guys,
Quick question, I want to have an IF Statement that can be used acros
a number of cells. The code I have so far (That works) is:
Code
-------------------
=IF(E11="Error","ERROR Check N/a Boxes",(D57/A57))
-------------------
Basically, I not only want "E11" to be subject to this, but a number o
other cells. I have tried:
Code
-------------------
=IF(E11,E48="Error","ERROR Check N/a Boxes",(D57/A57))
-------------------
But I get errors returned.
Any ideas?
Thanks
Stev
Quick question, I want to have an IF Statement that can be used acros
a number of cells. The code I have so far (That works) is:
Code
-------------------
=IF(E11="Error","ERROR Check N/a Boxes",(D57/A57))
-------------------
Basically, I not only want "E11" to be subject to this, but a number o
other cells. I have tried:
Code
-------------------
=IF(E11,E48="Error","ERROR Check N/a Boxes",(D57/A57))
-------------------
But I get errors returned.
Any ideas?
Thanks
Stev