Forum Discussion
NeilKloster
Apr 27, 2021Brass Contributor
IF Functions & VLOOKUP Help needed
Hi everyone, I'm trying to revamp something and I need some assistance. I have an excel file 'productivity tracker' (I did not create the original) where on 'RAW' I have all my raw information....
- Apr 27, 2021
That could be
=IF([@[Tracking Type]]="Self-Reported Time",[@[Processing Time]], INDEX(Shared_Services_Expectations[Expectations (Hours)], MATCH([@[Service Level 1]]&[@[Service Level 2]], Shared_Services_Expectations[Category Level 1]&Shared_Services_Expectations[Category Level 2], 0)))*[@[Service Count]](in U2)
SergeiBaklan
Apr 27, 2021Diamond Contributor
That could be
=IF([@[Tracking Type]]="Self-Reported Time",[@[Processing Time]],
INDEX(Shared_Services_Expectations[Expectations (Hours)],
MATCH([@[Service Level 1]]&[@[Service Level 2]],
Shared_Services_Expectations[Category Level 1]&Shared_Services_Expectations[Category Level 2],
0)))*[@[Service Count]]
(in U2)
- NeilKlosterApr 27, 2021Brass Contributor
This worked perfectly!! Thank you!!
I may reach out as I continue to navigate this, but thank you again - this helped get me over a large hurdle!
- SergeiBaklanApr 27, 2021Diamond Contributor
Glad it helped, you are welcome