IF Statement

  • Thread starter Thread starter Tina
  • Start date Start date
T

Tina

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!
 
Check out another approach:
=25*(A1<11908)+485*(A1>230954)
Micky
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top