Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
2604ashleigh
 
Posts: n/a
Default Multiple Formulas in One

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.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Scott
 
Posts: n/a
Default Multiple Formulas in One

=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.

  #3   Report Post  
Posted to microsoft.public.excel.misc
2604ashleigh
 
Posts: n/a
Default Multiple Formulas in One

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.

  #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.

  #5   Report Post  
Posted to microsoft.public.excel.misc
Scott
 
Posts: n/a
Default Multiple Formulas in One

Michael,

I should have done a little more that just throw the formula out there
because if you've never used an IF statement you're not likely to understand
the parts of it. I'll be more careful next time.

Thanks for stepping in.
Scott



"Michael M" wrote:

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.



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Multiple Formulas in One

Hi,
Since then, another criteria has come along, and I'm not sure how to make it
fit in.
I also need
4. if amount in cell next to it, is certain text, how do I stop all these
#value errors coming up? and allow for an amount to be entered in manually?

Possible?
Thanks

"Scott" wrote:

Michael,

I should have done a little more that just throw the formula out there
because if you've never used an IF statement you're not likely to understand
the parts of it. I'll be more careful next time.

Thanks for stepping in.
Scott



"Michael M" wrote:

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.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing multiple formulas at one time poorsister Excel Worksheet Functions 2 January 6th 06 04:41 PM
Multiple "if" formulas T_Sr New Users to Excel 3 January 4th 06 01:39 AM
Formulas for Multiple sheets in a workbook Gary Excel Discussion (Misc queries) 1 October 4th 05 07:59 PM
Inserting Multiple Rows with Formulas ShineboxNJ Excel Worksheet Functions 2 November 18th 04 02:30 AM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM


All times are GMT +1. The time now is 08:05 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"