Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,388
Default nested IF - too many arguements.

System error of to many arguements, Need help please.
I tried nested IF but can't get everything in....

In E need formula that reads B 'group' returning "FLAG" if values of C
'Long' and/or D 'Short' are greater then limits established in reference
chart, if less than reference chart return blank.

A B C D E
1 Unit# group Long Short results
2 3119 APU 3.20% 0.20% FLAG
3 1655 TEAM 10.00% 4.00%
4 3234 TEAM 16.00% 5.00% FLAG
5 101001 SOLO 10.00% 0.00%
6 101112 SOLO 22.00% 0.00% FLAG
7 1035 LOCAL 21.00% 4.40% FLAG
8 1034 LOCAL 10.00% 5.40%


reference chart located on 'info' sheet.. (values below are input weekly)
A B C
1 Long Short
2 LOCAL 20% 10%
3 SOLO 18% 8%
4 TEAM 15% 5%
5 APU 2% 1%

This was the formula I
=IF(B2="TEAM",IF(OR(C2info!$B$4,D2info!$C$4),"FL AG"),IF(B2="SOLO",IF(OR(C2info!$B$3,D2info!$C$4) ,"FLAG",""),""),"")

Thank you in advance with your help!
--
Tacoma-WA
EOD- we take the licking when it stops ticking.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default nested IF - too many arguements.

In E2:
=IF(SUMPRODUCT((info!$A$2:$A$5=B2)*(info!$B$2:$B$5 =C2)*(info!$C$2:$C$5=D2)),"","FLAG")

copy down as far as needed



"Dave" wrote:

System error of to many arguements, Need help please.
I tried nested IF but can't get everything in....

In E need formula that reads B 'group' returning "FLAG" if values of C
'Long' and/or D 'Short' are greater then limits established in reference
chart, if less than reference chart return blank.

A B C D E
1 Unit# group Long Short results
2 3119 APU 3.20% 0.20% FLAG
3 1655 TEAM 10.00% 4.00%
4 3234 TEAM 16.00% 5.00% FLAG
5 101001 SOLO 10.00% 0.00%
6 101112 SOLO 22.00% 0.00% FLAG
7 1035 LOCAL 21.00% 4.40% FLAG
8 1034 LOCAL 10.00% 5.40%


reference chart located on 'info' sheet.. (values below are input weekly)
A B C
1 Long Short
2 LOCAL 20% 10%
3 SOLO 18% 8%
4 TEAM 15% 5%
5 APU 2% 1%

This was the formula I
=IF(B2="TEAM",IF(OR(C2info!$B$4,D2info!$C$4),"FL AG"),IF(B2="SOLO",IF(OR(C2info!$B$3,D2info!$C$4) ,"FLAG",""),""),"")

Thank you in advance with your help!
--
Tacoma-WA
EOD- we take the licking when it stops ticking.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,091
Default nested IF - too many arguements.

You can put this formual in E2 and copy down as far as necessary

=IF(OR(C2VLOOKUP(B2,Info!$A$2:$C$5,2,FALSE),D2VL OOKUP(B2,Info!$A$2:$C$5,3,FALSE)),"FLAG","")

Tyro


"Dave" wrote in message
...
System error of to many arguements, Need help please.
I tried nested IF but can't get everything in....

In E need formula that reads B 'group' returning "FLAG" if values of C
'Long' and/or D 'Short' are greater then limits established in reference
chart, if less than reference chart return blank.

A B C D E
1 Unit# group Long Short results
2 3119 APU 3.20% 0.20% FLAG
3 1655 TEAM 10.00% 4.00%
4 3234 TEAM 16.00% 5.00% FLAG
5 101001 SOLO 10.00% 0.00%
6 101112 SOLO 22.00% 0.00% FLAG
7 1035 LOCAL 21.00% 4.40% FLAG
8 1034 LOCAL 10.00% 5.40%


reference chart located on 'info' sheet.. (values below are input weekly)
A B C
1 Long Short
2 LOCAL 20% 10%
3 SOLO 18% 8%
4 TEAM 15% 5%
5 APU 2% 1%

This was the formula I
=IF(B2="TEAM",IF(OR(C2info!$B$4,D2info!$C$4),"FL AG"),IF(B2="SOLO",IF(OR(C2info!$B$3,D2info!$C$4) ,"FLAG",""),""),"")

Thank you in advance with your help!
--
Tacoma-WA
EOD- we take the licking when it stops ticking.



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
how can i have more than 30 arguements in a SUM RobG2007 Excel Discussion (Misc queries) 6 July 25th 07 08:28 PM
OR Function with more than 30 arguements James T Excel Discussion (Misc queries) 4 May 12th 06 01:36 AM
Too many arguements pj Excel Discussion (Misc queries) 3 December 6th 05 02:13 PM
Formula using IF, AND and OR Arguements DaveG Excel Worksheet Functions 2 October 26th 05 10:26 PM
NPV calc with more than 29 arguements? Felix Excel Worksheet Functions 3 April 13th 05 11:25 PM


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