I am looking for the correct syntax to lookup the value of the Salary for certain employees where Resource Type = "Salaried/W-2"
if the Names match, same date and resource type is correct then return the salary value / 12 months.
this what I have so far.
=IF([@Resource]=SalaryDeta
il_Data!A:
A,IF([@Dat
es]=Salary
Detail_Dat
a!C:C,IF([
@ResourceT
ype]="Sala
ried/W-2",
SalaryDeta
il!D:D)/12
))
What am I missing?
K
sample.xlsm