Thread: IF formulas?
View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Oliv3oyl Oliv3oyl is offline
external usenet poster
 
Posts: 3
Default IF formulas?

Thank you! This is what I was looking for.

"Luke M" wrote:

What did you want to happen if G1 does not match any of those criteria?

=IF(AND(G1=0,G1<=6),0,IF(AND(G1=10,G1<=19),G1*20 0,IF(AND(G1=20,G1<=35),G1*600,"Did not match criteria")))
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Oliv3oyl" wrote:

I need an excel formula that if cell G1 IS 0-6 THE H1 CELL = 0
IF G1 = 10-19 THE H1 IS G1 MULTIPLIED BY 200
IF G1 = 20-35 THE H1 IS G1 MULTIPIED BY 600