Hi,
Can the amount of arguments in an IF statement be increased or do you know a work around? I have this IF Statement that I need to add a few more arguements to.
=IF((AND(N230="WD",G230>=0,J230<=6,K230<=6,J230<>0)),K230,
(IF((AND(N230="WD",G230=0,K230>6)),6,
(IF((AND(N230="WD",G230>=22,J230<=23.99,K230<=2)),K230,
(IF((AND(M230="Saturda",G230>=0,J230<=6,K230<=6)),K230,
(IF((AND(M230="Saturda",G230>=12,J230<=23.99,J230<>0,K230<=12)),K230,
(IF((AND(M230="Saturda",G230>=12,J230=0,K230<=12)),K230,
(IF((AND(M230="Sunday ")),K230,"N/A")))))))))))))
Thanks
Steve
Can the amount of arguments in an IF statement be increased or do you know a work around? I have this IF Statement that I need to add a few more arguements to.
=IF((AND(N230="WD",G230>=0,J230<=6,K230<=6,J230<>0)),K230,
(IF((AND(N230="WD",G230=0,K230>6)),6,
(IF((AND(N230="WD",G230>=22,J230<=23.99,K230<=2)),K230,
(IF((AND(M230="Saturda",G230>=0,J230<=6,K230<=6)),K230,
(IF((AND(M230="Saturda",G230>=12,J230<=23.99,J230<>0,K230<=12)),K230,
(IF((AND(M230="Saturda",G230>=12,J230=0,K230<=12)),K230,
(IF((AND(M230="Sunday ")),K230,"N/A")))))))))))))
Thanks
Steve