BellaShore
New Member
- Joined
- Jul 25, 2019
- Messages
- 4
Hi,
I need to create an IF formula based the following information (my goal is to have a column with hourly rate per employee, whether they are hourly or salary so I can do a vacation accrual - see details below):
col BC this column says either SALARY of HOURLY on each line (by employee)
col BD this column has an annual salary amount or an hourly $ amount by employee - depending on which they are in colummBC
I need to add another column with an IF function that will return either the salary amount in COL BD divided by 1827 hours (to get an hourly rate), if column BC says salary, or if they are HOURLY in col BC, then the rate in COLUMN BD
The formula I tried is not working: =IF(BC2=SALARY,BD2/1827,IF(BC2=HOURLY,BD2))
Sounds pretty basic and I am sitting here with an Excel Function book - but thought someone might be able to help.
Bella
I need to create an IF formula based the following information (my goal is to have a column with hourly rate per employee, whether they are hourly or salary so I can do a vacation accrual - see details below):
col BC this column says either SALARY of HOURLY on each line (by employee)
col BD this column has an annual salary amount or an hourly $ amount by employee - depending on which they are in colummBC
I need to add another column with an IF function that will return either the salary amount in COL BD divided by 1827 hours (to get an hourly rate), if column BC says salary, or if they are HOURLY in col BC, then the rate in COLUMN BD
The formula I tried is not working: =IF(BC2=SALARY,BD2/1827,IF(BC2=HOURLY,BD2))
Sounds pretty basic and I am sitting here with an Excel Function book - but thought someone might be able to help.
Bella