D
Dave
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(C2>info!$B$4,D2>info!$C$4),"FLAG"),IF(B2="SOLO",IF(OR(C2>info!$B$3,D2>info!$C$4),"FLAG",""),""),"")
Thank you in advance with your help!
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(C2>info!$B$4,D2>info!$C$4),"FLAG"),IF(B2="SOLO",IF(OR(C2>info!$B$3,D2>info!$C$4),"FLAG",""),""),"")
Thank you in advance with your help!