R
RichardO
Hello all:
I have an if statement problem as follows:
My data includes whether or not an account is automatic (column E).
The individual assigned (column H) is based on the dollar value
(column J) of the account and whether or not it is automatic.
I want to know if the correct individual is assigned for accounts tha
are not automatic AND have a dollar amount greater than $4,999. I wan
excel to return a "Yes" if the individual assigned is not in m
authorized list of individuals (peter, shawn, zakay, bob, tina, janet
monica, peterS and Susan. My formula is:
=IF(E2<>"Automatic",IF(J2>4999,IF(H2<>"peter",IF(H2<>"shawn",IF(H2<>"zakay",IF(H2<>"bob",IF(H2<>"tina",IF(H2<>"janet",IF(H2<>"monica",IF(H2<>"peterS",IF(H2<>"susan,"Yes","No")))))))))))
But I am getting a "FALSE" answer.
Also, is there a way that I don' t have to list all these authorize
names? Can you please suggested how else I could write the if statemen
without having to type all these names just in case the list grow
longer.
Thank you very much for helping out.
RichardO
I have an if statement problem as follows:
My data includes whether or not an account is automatic (column E).
The individual assigned (column H) is based on the dollar value
(column J) of the account and whether or not it is automatic.
I want to know if the correct individual is assigned for accounts tha
are not automatic AND have a dollar amount greater than $4,999. I wan
excel to return a "Yes" if the individual assigned is not in m
authorized list of individuals (peter, shawn, zakay, bob, tina, janet
monica, peterS and Susan. My formula is:
=IF(E2<>"Automatic",IF(J2>4999,IF(H2<>"peter",IF(H2<>"shawn",IF(H2<>"zakay",IF(H2<>"bob",IF(H2<>"tina",IF(H2<>"janet",IF(H2<>"monica",IF(H2<>"peterS",IF(H2<>"susan,"Yes","No")))))))))))
But I am getting a "FALSE" answer.
Also, is there a way that I don' t have to list all these authorize
names? Can you please suggested how else I could write the if statemen
without having to type all these names just in case the list grow
longer.
Thank you very much for helping out.
RichardO