Hello,
I have this excel form in wich a user/employee will request a purchase order. there is a button to send that email directly to the designated supervisors depending on the approval limits.
Say for example I'm A and i'm filling a PO. This if formula will check if the total is under or more than my approval limit
Po total < my approval Limit then cell return email 1
PO total> my approval Limit then return email 2
(If Po total > approval limit of person's email 2, then return email 3 as well)
i hope that this make sense, i tried with nested ifs but i have to compare each user/employer against all these criteria listed above.
is there a better way to do it, for example vba?!
Thanks.
I have this excel form in wich a user/employee will request a purchase order. there is a button to send that email directly to the designated supervisors depending on the approval limits.
Say for example I'm A and i'm filling a PO. This if formula will check if the total is under or more than my approval limit
Po total < my approval Limit then cell return email 1
PO total> my approval Limit then return email 2
(If Po total > approval limit of person's email 2, then return email 3 as well)
i hope that this make sense, i tried with nested ifs but i have to compare each user/employer against all these criteria listed above.
is there a better way to do it, for example vba?!
Thanks.