#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Tuition Costs Again

Sorry But this popped up. Can I shortcut this at all? Here's the problem. I
can only show 7 equations in a cell. Can you show me how I can add
[,IF(AND(C21="Tuition Part Time Tribal",G21<{2009-10}),73.5]?

Maybe there is a way for C21 to = "Tuition Full Time Non-Tribal" (AND)
"Tuition Part Time Tribal" to be in the same equation?

=IF(AND(C21="Tuition Full Time
Non-Tribal",G21={"2009-10"}),226.5,IF(AND(C21="Tuition Part Time
Non-Tribal",G21={"2009-10"}),226.5,IF(AND(C21="Tuition Full Time
Tribal",G21={"2009-10"}),83.5,IF(AND(C21="Tuition Part Time
Tribal",G21={"2009-10"}),83.5,IF(AND(C21="Tuition Full Time
Non-Tribal",G21<{"2009-10"}),199.5,IF(AND(C21="Tuition Part Time
Non-Tribal",G21<{"2009-10"}),199.5,IF(AND(C21="Tuition Full Time
Tribal",G21<{"2009-10"}),73.5)))))))

Thanks for the previous help!!!
It was GREAT!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Tuition Costs Again

What happens if your conditions are not met? If you're sure that C21 will be
one of the four choices, you can simplify formula down to:

=IF(G21="2009-10",
IF(OR(C21="Tuition Full Time Non-Tribal",C21="Tuition Part Time
Non-Tribal"),226.5,83.5),
IF(OR(C21="Tuition Full Time Non-Tribal",C21="Tuition Part Time
Non-Tribal"),199.5,73.5))

else

=IF(G21="2009-10",
IF(OR(C21="Tuition Full Time Non-Tribal",C21="Tuition Part Time
Non-Tribal"),226.5,IF(OR(C21="Tuition Full Time Tribal",C21="Tuition Part
Time Tribal"),83.5,"Criteria not met")),
IF(OR(C21="Tuition Full Time Non-Tribal",C21="Tuition Part Time
Non-Tribal"),199.5,IF(OR(C21="Tuition Full Time Tribal",C21="Tuition Part
Time Tribal"),73.5,"Criteria not met")))

Note that even this last formula only has 4 nested functions at max (the
trick is using all the different IF branches).
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Sean NWIC" wrote:

Sorry But this popped up. Can I shortcut this at all? Here's the problem. I
can only show 7 equations in a cell. Can you show me how I can add
[,IF(AND(C21="Tuition Part Time Tribal",G21<{2009-10}),73.5]?

Maybe there is a way for C21 to = "Tuition Full Time Non-Tribal" (AND)
"Tuition Part Time Tribal" to be in the same equation?

=IF(AND(C21="Tuition Full Time
Non-Tribal",G21={"2009-10"}),226.5,IF(AND(C21="Tuition Part Time
Non-Tribal",G21={"2009-10"}),226.5,IF(AND(C21="Tuition Full Time
Tribal",G21={"2009-10"}),83.5,IF(AND(C21="Tuition Part Time
Tribal",G21={"2009-10"}),83.5,IF(AND(C21="Tuition Full Time
Non-Tribal",G21<{"2009-10"}),199.5,IF(AND(C21="Tuition Part Time
Non-Tribal",G21<{"2009-10"}),199.5,IF(AND(C21="Tuition Full Time
Tribal",G21<{"2009-10"}),73.5)))))))

Thanks for the previous help!!!
It was GREAT!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Tuition Costs Again

Now I need something else!!!

I need the total to be effected by the date as well.
I need Tuition for:
(NON-TRIBAL FT=2718)AFTER 2009-10
(NON-TRIBAL FT=2394)BEFORE 2009-10
(TRIBAL FT=1002)AFTER
(TRIBAL FT=882)BEFORE
NON-TRIBAL PT = H21*B21
TRIBAL PT= H21*B21


"Luke M" wrote:

What happens if your conditions are not met? If you're sure that C21 will be
one of the four choices, you can simplify formula down to:

=IF(G21="2009-10",
IF(OR(C21="Tuition Full Time Non-Tribal",C21="Tuition Part Time
Non-Tribal"),226.5,83.5),
IF(OR(C21="Tuition Full Time Non-Tribal",C21="Tuition Part Time
Non-Tribal"),199.5,73.5))

else

=IF(G21="2009-10",
IF(OR(C21="Tuition Full Time Non-Tribal",C21="Tuition Part Time
Non-Tribal"),226.5,IF(OR(C21="Tuition Full Time Tribal",C21="Tuition Part
Time Tribal"),83.5,"Criteria not met")),
IF(OR(C21="Tuition Full Time Non-Tribal",C21="Tuition Part Time
Non-Tribal"),199.5,IF(OR(C21="Tuition Full Time Tribal",C21="Tuition Part
Time Tribal"),73.5,"Criteria not met")))

Note that even this last formula only has 4 nested functions at max (the
trick is using all the different IF branches).
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Sean NWIC" wrote:

Sorry But this popped up. Can I shortcut this at all? Here's the problem. I
can only show 7 equations in a cell. Can you show me how I can add
[,IF(AND(C21="Tuition Part Time Tribal",G21<{2009-10}),73.5]?

Maybe there is a way for C21 to = "Tuition Full Time Non-Tribal" (AND)
"Tuition Part Time Tribal" to be in the same equation?

=IF(AND(C21="Tuition Full Time
Non-Tribal",G21={"2009-10"}),226.5,IF(AND(C21="Tuition Part Time
Non-Tribal",G21={"2009-10"}),226.5,IF(AND(C21="Tuition Full Time
Tribal",G21={"2009-10"}),83.5,IF(AND(C21="Tuition Part Time
Tribal",G21={"2009-10"}),83.5,IF(AND(C21="Tuition Full Time
Non-Tribal",G21<{"2009-10"}),199.5,IF(AND(C21="Tuition Part Time
Non-Tribal",G21<{"2009-10"}),199.5,IF(AND(C21="Tuition Full Time
Tribal",G21<{"2009-10"}),73.5)))))))

Thanks for the previous help!!!
It was GREAT!

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
Tuition Costs Sean NWIC Excel Discussion (Misc queries) 1 August 31st 09 10:58 PM
Excel - tuition savings question Kevin Smith Excel Worksheet Functions 2 February 21st 07 05:47 AM
COMPARE CURRENT MORTAGAGE COSTS TO NEW MORTAGAGE COSTS NEW2TECHBZ Excel Discussion (Misc queries) 1 April 5th 06 08:47 AM
COMPARE CURRENT MORTAGAGE COSTS TO NEW MORTAGAGE COSTS NEW2TECHBZ Excel Discussion (Misc queries) 0 April 5th 06 08:28 AM
shipping costs using if then impression Excel Worksheet Functions 2 May 7th 05 11:34 PM


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