J
Justin
I want to do the following:
IF H11>89.5% TRUE= S1
FALSE= IF H11+H12>84.5% =S2
FALSE= IF H11:H13>79.5% =S3
FALSE= IF H14>20.5% =S4
NOTE: The SUM of H11:H14 is always 100%
Here is what I've tried so far:
2 Arguments: =IF((H11)>(89%),"S1",IF(H11+H12>84%,"S2",""))
Almost 3 Arguments: =IF(H11>89%,"S1",IF(H11+H12>84%,"S2",IF
(H11:H13>79%,"S3")))
Should be 4 Arguments: =IF(H11>89.5%,"S1",IF
(H11+H12>84.5,"S2",IF(H11:H13>79.5%,"S3",IF
(H11:H13<79.4%,"S4"))))
Different Approach: =IF(H11>89.5%,"S1",IF
(H11+H12>84.5%,"S2",IF(H11:H13>79.5%,"S3",IF
(H14>20.5%,"S4"))))
I HAVEN'T HAD ANY LUCK AT ALL! I'm getting quite
frustrated because I'm sure there is a way to do this, i't
actualy a simple function. I just can't seem to find it.
Any help would be greatly appreciated, please e-mail me if
you're a genious.
IF H11>89.5% TRUE= S1
FALSE= IF H11+H12>84.5% =S2
FALSE= IF H11:H13>79.5% =S3
FALSE= IF H14>20.5% =S4
NOTE: The SUM of H11:H14 is always 100%
Here is what I've tried so far:
2 Arguments: =IF((H11)>(89%),"S1",IF(H11+H12>84%,"S2",""))
Almost 3 Arguments: =IF(H11>89%,"S1",IF(H11+H12>84%,"S2",IF
(H11:H13>79%,"S3")))
Should be 4 Arguments: =IF(H11>89.5%,"S1",IF
(H11+H12>84.5,"S2",IF(H11:H13>79.5%,"S3",IF
(H11:H13<79.4%,"S4"))))
Different Approach: =IF(H11>89.5%,"S1",IF
(H11+H12>84.5%,"S2",IF(H11:H13>79.5%,"S3",IF
(H14>20.5%,"S4"))))
I HAVEN'T HAD ANY LUCK AT ALL! I'm getting quite
frustrated because I'm sure there is a way to do this, i't
actualy a simple function. I just can't seem to find it.
Any help would be greatly appreciated, please e-mail me if
you're a genious.