Thread: IF Statement
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Luke M[_4_] Luke M[_4_] is offline
external usenet poster
 
Posts: 457
Default IF Statement

=IF(A1<11908,25,IF(A1<=230954,0,485))

--
Best Regards,

Luke M
"Tina" wrote in message
...
If a1 has a value less than 11908.00 a2 should return 25.00
If al has a value more than 230954.00 a2 should return 485.00
if a1 has a value between 11908.00 and 230954.00 a2 should return 0.00

Can someone please help me with this.

Thank you!