KristiGohs81
New Member
- Joined
- Dec 30, 2020
- Messages
- 5
- Office Version
- 2016
- Platform
- Windows
Hi There!
This may be a simple fix, however, I just can't seem to figure it out! I have two workbooks that I currently work from for payroll. The following is a formula used to reference an 'Employee ID' to pull their 'Rate' from a master work book. I have checked all of the columns it is referencing to confirm that the data within those columns is correct and in the correct format. I am still getting a Value error in the cell. When I evaluate the formula it is also giving the FALSE right from the start. Can anyone help me out with this??
This may be a simple fix, however, I just can't seem to figure it out! I have two workbooks that I currently work from for payroll. The following is a formula used to reference an 'Employee ID' to pull their 'Rate' from a master work book. I have checked all of the columns it is referencing to confirm that the data within those columns is correct and in the correct format. I am still getting a Value error in the cell. When I evaluate the formula it is also giving the FALSE right from the start. Can anyone help me out with this??
Excel Formula:
=IF([@[Pay Code]]="OT",INDEX('Master(Admin).xlsm'!GPHRates[Rate],MATCH([@EmpID]&[@Pos],'Master(Admin).xlsm'!GPHRates[EmpID]&'Master(Admin).xlsm'!GPHRates[Code],0))*1.5,INDEX('Master(Admin).xlsm'!GPHRates[Rate],MATCH([@EmpID]&[@Pos],'Master(Admin).xlsm'!GPHRates[EmpID]&'Master(Admin).xlsm'!GPHRates[Code],0)))