Thread: IF Statement
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
tina tina is offline
external usenet poster
 
Posts: 139
Default IF Statement

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!