Thread: IF function
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
John[_22_] John[_22_] is offline
external usenet poster
 
Posts: 694
Default IF function

HI
Try this: =IF(A1=981.2,"Failure",A1) adjust to your needs.
HTH
John
"pedro_king" wrote in message
...
Hi, real simple one here for someone who knows excel. I'm creating a
simple
spreadsheet for an assignment and need to use the IF function. Basically I
need the cell to display "failure" if a cell = than 981.2 and I need it
to
display the value of that cell if it = <981.2.

So if 980 is imputted, i need it to show 980. If 982 is imputted then i
need
it to show FAILURE.

I'd be really greatful of any help, thanks