S
Sly929
OK, I need help. In each cell, I seem to only be able to get 8 "IF
statements" in it, is there any way, I can get more into it? here is my
code:
=IF($C2="000","Opening
Balance",IF($C2="001","Contribution",IF($C2="011","Gain or
Loss",IF($C2="020","External Cash Transfer",IF($C2="999","Closing
Balance",IF($C2="002","Withdrawl",IF($C2="005","Transfer
(Inter-Fund)",IF($C2="028","Excess Withdrawls",$C2))))))))
I'm only allowed 8 of those statments, I need to atleast add another 8
more options or "IF" too.
statements" in it, is there any way, I can get more into it? here is my
code:
=IF($C2="000","Opening
Balance",IF($C2="001","Contribution",IF($C2="011","Gain or
Loss",IF($C2="020","External Cash Transfer",IF($C2="999","Closing
Balance",IF($C2="002","Withdrawl",IF($C2="005","Transfer
(Inter-Fund)",IF($C2="028","Excess Withdrawls",$C2))))))))
I'm only allowed 8 of those statments, I need to atleast add another 8
more options or "IF" too.