S
storeman
I would like to create a formula that will do the following:
check to see if there is a particular value in a cell and return
different value if the reference cell matches the value or 0. If no
then return "Input Error". I can get a formula to do either the "Inpu
Error" or the value but I do not know how to write one that will d
either.
I am not very proficient at writing Excel formulii but here is what
have tried so far.
=IF(A1=100,10,"") This returns the value 10 or nothing if A1=100 or 0
This is fine but I also want the formula to return "Input Error" i
something other than 100 or 0 is entered in A1.
Th
check to see if there is a particular value in a cell and return
different value if the reference cell matches the value or 0. If no
then return "Input Error". I can get a formula to do either the "Inpu
Error" or the value but I do not know how to write one that will d
either.
I am not very proficient at writing Excel formulii but here is what
have tried so far.
=IF(A1=100,10,"") This returns the value 10 or nothing if A1=100 or 0
This is fine but I also want the formula to return "Input Error" i
something other than 100 or 0 is entered in A1.
Th