K
kelemvor
I have a column of numbers and I need to multiply them by one of two se
values. Basically the first 10 get multiplied by X and anything ove
10 gets multiplied by Y.
Think of it like paying someone overtime. Up to 40 hours you get pai
one amount and every hour over 40 you get paid a different amount.
Can I do this in one statement somehow?
Basically it's If B2+B3 <10 then B7 = (B2+B3)*25
If B2+B3 > 10 then B7 = (B2+B3-10)*10 + 250
How can I do that in Excel
values. Basically the first 10 get multiplied by X and anything ove
10 gets multiplied by Y.
Think of it like paying someone overtime. Up to 40 hours you get pai
one amount and every hour over 40 you get paid a different amount.
Can I do this in one statement somehow?
Basically it's If B2+B3 <10 then B7 = (B2+B3)*25
If B2+B3 > 10 then B7 = (B2+B3-10)*10 + 250
How can I do that in Excel