View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Michael M
 
Posts: n/a
Default Multiple Formulas in One

Ashleigh
Scot was simply using 1,2,3,4 as examples of answers when certain criteria
were met

Regards
Michael M

"2604ashleigh" wrote:

Thank you very much. One question, what does the '3' represent?

"Scott" wrote:

=IF(A1<10,1,IF(AND(A1=10, A1<20),2,IF(AND(A1=20, A1<30),3,4)))

"2604ashleigh" wrote:

Please help.
Want to create a formula that allows for:
1. if amount in cell next to it is less than an amount, to come up as one
amount.
2. if amount in cell next to it is more than an amount, to come up as
another amount,
The difficult bit for myself...
3. if amount in cell next to it is more than another amount on top of that,
to come up as another amount.

If you can help, that would be fantastic.