I am trying to use excel 97 to provide a direct direction to an operator as to if a process is too high or too low. The formula I am trying to use is this:<br>
=IF(P8>B1,??????,??????)<br>
My desired out put is combined numerical and text for example if P8 is 24 and B1 is 22.5 then output should be:<br>
1.5 too high<br>
and vice versa is B1 is larger than P8<br>
<br>
Thanks for the help
=IF(P8>B1,??????,??????)<br>
My desired out put is combined numerical and text for example if P8 is 24 and B1 is 22.5 then output should be:<br>
1.5 too high<br>
and vice versa is B1 is larger than P8<br>
<br>
Thanks for the help