Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default the anatomy of a nestled condition

I ask if someone can discribe how to build a nestled condition in excel.
I know how a singel condition looks:
IF(c;b;d) there c = condition, b = if a is true, d = if a is false
But how about a nestled?
Let say I have 3 conditions c1 (b1, d1)
c2 (b2, d2)
c3 (b3, d3)

How should the formula in D3 look like?
And how should it look like a) if b = another condition?
b) if c = another condition?

And is there a easy way to know how condition 4,5, 6 shoud be added?

All help weŽll be appriciated
/Peter
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,327
Default the anatomy of a nestled condition

=IF(A11000000,"Rich",IF(A110000,"OK",IF(A1=0,"n o debt","Bankrupt")))

You can only nest 7 conditions in one such thing.

HTH. Best wishes Harald

"farsta_online" skrev i melding
om...
I ask if someone can discribe how to build a nestled condition in excel.
I know how a singel condition looks:
IF(c;b;d) there c = condition, b = if a is true, d = if a is false
But how about a nestled?
Let say I have 3 conditions c1 (b1, d1)
c2 (b2, d2)
c3 (b3, d3)

How should the formula in D3 look like?
And how should it look like a) if b = another condition?
b) if c = another condition?

And is there a easy way to know how condition 4,5, 6 shoud be added?

All help weŽll be appriciated
/Peter



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default the anatomy of a nestled condition



so you mena, the anatomy is like:
=IF(c1,b1,IF(c2,b2,IF(c3,b3,d3)))

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
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
Nestled SUMIF Functions Izak Excel Worksheet Functions 2 November 17th 08 04:07 PM
lookup with multiple condition, but one condition to satisfy is en Eddy Stan Excel Worksheet Functions 2 October 27th 07 02:06 PM
Condition 1 overules condition 2? Bultgren Excel Worksheet Functions 2 January 20th 06 12:29 PM
COUNTIF with nestled IF? Scott Calkins via OfficeKB.com Excel Worksheet Functions 2 May 3rd 05 10:25 AM
Urgent help with nestled condition is needed farsta_online Excel Programming 9 August 21st 04 10:46 AM


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