#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Conditions

How can I put 3 conditions in one formula
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default Conditions

What sort of formula? IF, SUMPRODUCT....
Please tell us what you want to do
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"zvroom" wrote in message
...
How can I put 3 conditions in one formula



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Conditions

Hi,

Thank you for taking the time to reply. I am sorry for writing a too
general question. What I meant was:

if a value is between 0 and 5, then divide x amount by y, if the value is
between 5.001 and 10 then divide x amount by z, and if the value is between
10.001 and 15 then divide x amount by w,


"Bernard Liengme" wrote:

What sort of formula? IF, SUMPRODUCT....
Please tell us what you want to do
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"zvroom" wrote in message
...
How can I put 3 conditions in one formula




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,934
Default Conditions

Your description is still kind of general (no cell references); however,
assuming value, x, y, z and w are defined names...

=IF(value<=5,x/y,IF(value<=10,x/z,IF(value<=15,x/w,"value15")))

You didn't say what you wanted if value is greater than 15, so I just used a
text message for that condition.

--
Rick (MVP - Excel)


"zvroom" wrote in message
...
Hi,

Thank you for taking the time to reply. I am sorry for writing a too
general question. What I meant was:

if a value is between 0 and 5, then divide x amount by y, if the value is
between 5.001 and 10 then divide x amount by z, and if the value is
between
10.001 and 15 then divide x amount by w,


"Bernard Liengme" wrote:

What sort of formula? IF, SUMPRODUCT....
Please tell us what you want to do
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"zvroom" wrote in message
...
How can I put 3 conditions in one formula





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
Countif Conditions - Use of conditions that vary by cell value JonTarg Excel Discussion (Misc queries) 1 May 30th 08 01:21 PM
2 Conditions + Sum of a colum matching those conditions Jeffa Excel Worksheet Functions 5 June 8th 07 12:14 AM
shade cells based on conditions - i have more than 3 conditions Mo2 Excel Worksheet Functions 3 March 30th 07 07:19 AM
Conditions Fanntheman Excel Discussion (Misc queries) 2 September 20th 06 03:15 AM
How to multiple conditions to validate more than 2 conditions to . Bhuvana Govind Excel Worksheet Functions 1 January 28th 05 07:07 PM


All times are GMT +1. The time now is 02:24 AM.

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"