Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 19
Default conditional formula

I have this formula:
=(B880%)*(B12*0.38%)/12
How do I add to the above a 2nd and 3rd condition such as:
(B885.01%)*(B12*.64%)/12
(B890.01%)*(B12*.94%)/12
And what is the term to describe this?
--
lena
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default conditional formula

You could try a nested IF, like this:
=IF(B890.01%,(B12*0.94%)/12,IF(B885.01%,(B12*0.64%)/12,IF(B880%,(B12*0.38%)/12,0)))

The left to right sequence in the expression is important. And I've taken
the liberty to have it returned as zero if the value in B8 is <=80%.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:23,000 Files:370 Subscribers:66
xdemechanik
---
"lena" wrote:
I have this formula:
=(B880%)*(B12*0.38%)/12
How do I add to the above a 2nd and 3rd condition such as:
(B885.01%)*(B12*.64%)/12
(B890.01%)*(B12*.94%)/12
And what is the term to describe this?


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

THANK YOU !!!! Works perfectly!
--
lena


"Max" wrote:

You could try a nested IF, like this:
=IF(B890.01%,(B12*0.94%)/12,IF(B885.01%,(B12*0.64%)/12,IF(B880%,(B12*0.38%)/12,0)))

The left to right sequence in the expression is important. And I've taken
the liberty to have it returned as zero if the value in B8 is <=80%.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:23,000 Files:370 Subscribers:66
xdemechanik
---
"lena" wrote:
I have this formula:
=(B880%)*(B12*0.38%)/12
How do I add to the above a 2nd and 3rd condition such as:
(B885.01%)*(B12*.64%)/12
(B890.01%)*(B12*.94%)/12
And what is the term to describe this?


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default conditional formula

Glad to hear. Pl mark all responses which help by clicking the YES buttons
below. Thanks
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:23,000 Files:370 Subscribers:66
xdemechanik
---
"lena" wrote:
THANK YOU !!!! Works perfectly!


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
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible blue[_2_] Excel Discussion (Misc queries) 2 July 11th 07 06:08 PM
Formula, Conditional Formula Needed Karl Excel Discussion (Misc queries) 12 June 23rd 07 04:12 AM
Conditional Formula help Richard Excel Discussion (Misc queries) 4 September 26th 06 05:23 PM
Conditional Formula to indicate Formula in cell SteveW New Users to Excel 9 August 2nd 06 01:12 AM
Conditional Formula Susan Renee Excel Discussion (Misc queries) 3 May 11th 06 06:08 PM


All times are GMT +1. The time now is 07:18 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"