O
Omer
Hi ,
My data is in 4 column's. (B,D,E,F).
Problem: Excell will not let you embed more than 7 IF
statements in one IF statement. How can I include options
like "IF(AND((B10-B9)>0,(D9)<0,(E9)>0,(F9)>0", "IF(AND
((B10-B9)>0,(D9)>0,(E9)>0,(F9)<0" and so forth.
Can I write 2 IF statements and somehow join them (Each
having 7 IF statements withing each other)
Thanks
omer
My current IF STATEMENT IS =IF(AND((B10-B9)<0,(D9)<0,(E9)
<0,(F9)<0),"ALL MKT -VE / LOST MONEY",IF(AND((B10-B9)<0,
(D9)<0,(E9)<0,(F9)>0),"J / lost money",IF(AND((B10-B9)<0,
(D9)<0,(E9)>0,(F9)<0),"B / lost money",IF(AND((B10-B9)<0,
(D9)>0,(E9)<0,(F9)<0),"G / Lost Money",IF(AND((B10-B9)>0,
(D9)>0,(E9)<0,(F9)<0),"G / Made Money",IF(AND((B10-B9)>0,
(D9)<0,(E9)>0,(F9)<0),"B / Made Money",IF(AND((B10-B9)>0,
(D9)<0,(E9)<0,(F9)>0),"J / Made Money")))))))
Data:
B C D E
58.63 -36.04 -13.6 16.84
58.27 49.73 10.9 -59.87
58.66 -46.89 -22.3 5.26
59.21 72.47 46.5 100.47
59.73 -29.83 -21.7 32.7
My data is in 4 column's. (B,D,E,F).
Problem: Excell will not let you embed more than 7 IF
statements in one IF statement. How can I include options
like "IF(AND((B10-B9)>0,(D9)<0,(E9)>0,(F9)>0", "IF(AND
((B10-B9)>0,(D9)>0,(E9)>0,(F9)<0" and so forth.
Can I write 2 IF statements and somehow join them (Each
having 7 IF statements withing each other)
Thanks
omer
My current IF STATEMENT IS =IF(AND((B10-B9)<0,(D9)<0,(E9)
<0,(F9)<0),"ALL MKT -VE / LOST MONEY",IF(AND((B10-B9)<0,
(D9)<0,(E9)<0,(F9)>0),"J / lost money",IF(AND((B10-B9)<0,
(D9)<0,(E9)>0,(F9)<0),"B / lost money",IF(AND((B10-B9)<0,
(D9)>0,(E9)<0,(F9)<0),"G / Lost Money",IF(AND((B10-B9)>0,
(D9)>0,(E9)<0,(F9)<0),"G / Made Money",IF(AND((B10-B9)>0,
(D9)<0,(E9)>0,(F9)<0),"B / Made Money",IF(AND((B10-B9)>0,
(D9)<0,(E9)<0,(F9)>0),"J / Made Money")))))))
Data:
B C D E
58.63 -36.04 -13.6 16.84
58.27 49.73 10.9 -59.87
58.66 -46.89 -22.3 5.26
59.21 72.47 46.5 100.47
59.73 -29.83 -21.7 32.7