Computing.Net > Forums > Office Software > Excel- Progress tree formula

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

Excel- Progress tree formula

Reply to Message Icon

Name: BDickson
Date: February 9, 2009 at 15:57:03 Pacific
OS: Windows XP
Subcategory: Microsoft Office
Comment:

I am curious how to make a Progression tree in excel and I am not knowledgeable enough to figure it out (self taught so far).

I am trying to figure out how to make the formula work so when A2 has the value of: “condition1” it does the following formula.

=IF(A1<=40,"RL",IF(A1>=41,"EL"))

But when A2 has the value of: “condition2” it does this formula:

=IF(A2="condition2","SC")

Thanks for your help my friends.

-BD



Sponsored Link
Ads by Google

Response Number 1
Name: DerbyDad03
Date: February 9, 2009 at 18:39:21 Pacific
Reply:

With the following formula in any cell (other than A1 or A2, obviously) you'll get RL or EL if A2 = 1, otherwise you'll get SC:

=IF(A2=1,IF(A1<=40,"RL",IF(A1>=41,"EL")),"SC")

With this one, you'll get RL or EL if A2 = 1, SC if A2 = 2 and an empty cell if A2 <> 1 or 2:

=IF(A2=1,IF(A1<=40,"RL",IF(A1>=41,"EL")),IF(A2=2,"SC",""))

Hope that helps.


0

Response Number 2
Name: BDickson
Date: February 10, 2009 at 10:00:19 Pacific
Reply:

DerbyDad03

Thanks for your help. Helped me with the formula and I understand it better now too.I think can make my own.

Thanks again.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Outlook 2007 wont receive... mail merge to email off 2...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Office Software Forum Home


Sponsored links

Ads by Google


Results for: Excel- Progress tree formula

excel formula error-Excel 2002 www.computing.net/answers/office/excel-formula-errorexcel-2002/6005.html

Excel Salary / Tax Formula www.computing.net/answers/office/excel-salary-tax-formula/7187.html

microsoft excel Look UP formulua www.computing.net/answers/office/microsoft-excel-look-up-formulua/7489.html