hyruleramone
Board Regular
- Joined
- Jul 8, 2014
- Messages
- 52
Hello,
I need to build a formula that can tell me that if my salary rank is 2 then i get 2% bonus, but if I work at night I get 1% extra bonus. The way I know i work at night is because there is a column that says N -->
Salary Rank Salary Work At Night
2% 200 N
math should be: (0.02 + 0.01) * $200 = $6
how can i accomplish this with IF and AND?
Could it be something like: =IF(AND(B2=2,"3%")=N,+"1%")*C2
Thanks.
I need to build a formula that can tell me that if my salary rank is 2 then i get 2% bonus, but if I work at night I get 1% extra bonus. The way I know i work at night is because there is a column that says N -->
Salary Rank Salary Work At Night
2% 200 N
math should be: (0.02 + 0.01) * $200 = $6
how can i accomplish this with IF and AND?
Could it be something like: =IF(AND(B2=2,"3%")=N,+"1%")*C2
Thanks.
Last edited: