Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default If, and, or conditional formulas together

Hi-

and thanks to both of you!! I got myself confused as well, Roger, your
formulas were exavtly what I needed.

Regards
--
Chip


"Roger Govier" wrote:

Hi Chip


I'm also not sure that I understand fully your statements, but this might
help to get you started.

=IF(AND(A10,A1<=20),A1*10%,
IF(AND(A120,A1<=40),A1*15%,
IF(AND(A140,A1<=90),A1*20%,
IF(A190,A1*25%,"Something else"))))

Replace "Something Else" with what you want returned if none of the
conditions are met i.e if A1<0
This could also be written more easily as

=IF(A190,A1*25%,
IF(A140,A1*20%,
IF(A120,A1*15%
IF(A10,A1*10%,"something else"))))
--
Regards
Roger Govier

"Chipper" wrote in message
...
I need a formula which i beleive requires an IF And OR Statements together
but I am stuck.

It needs to say: if cell a is greater than 0 and less than 20, and cell b
is
greater than 0 than its cell b times 10% orif cell a is greater 20 and
less
than 40 and cell b is greater than 0, than its cell b times 15% or if cell
a
is greater than 40 but less than 90 and cell b is greater than 0 than its
cell b times 20% or if cell a is greater than 90 and cell b is greater
than 0
than its cell b times 25%
--
Chip



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
Conditional Formulas Louise Excel Worksheet Functions 8 June 12th 08 10:51 PM
conditional formulas Aaargh New Users to Excel 2 May 19th 07 12:25 AM
Conditional Formulas Nick Excel Discussion (Misc queries) 4 April 1st 06 07:18 AM
conditional formulas Beth104 Excel Worksheet Functions 3 March 8th 06 03:09 PM
conditional formulas deaundra Excel Worksheet Functions 3 April 15th 05 12:44 AM


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

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

About Us

"It's about Microsoft Excel"