I have a Spreadsheet that has employee Names in Column A Payrate in Column B in Column C Total Hours. I am trying to add a 1.5% increase to the employees who make more than $14 an hour and bring up the employees that make less than to $14 an hour. Then I need it to return the total amount they would make with the increases. I created a IF else statement that works but can't get it to run on a selection from Column B or get it to sum the total.
Here is the statement I was using " =IF(B16<=14,14,B16*1.5%+B16). I belive I need to use an array but I not familiar with how to do that. Any help would greatly be appreciated.
Thanks,
Darren
Here is the statement I was using " =IF(B16<=14,14,B16*1.5%+B16). I belive I need to use an array but I not familiar with how to do that. Any help would greatly be appreciated.
Thanks,
Darren