Forum Discussion
Ramon Haagen
Apr 07, 2018Copper Contributor
Which formula to use
Hello, I have been trying to figure out this one for a few hours and I cannot find the solution myself. What I would like to have in my file is that in collum G(plan hours) is shown how much hour...
- Apr 07, 2018
Ramon,
my guess would be:
=F2*LOOKUP(PI(),1/('Base routings'!$B$3:$B$332=E2)/('Base routings'!$A$3:$A$332=I2),'Base routings'!$C$3:$C$332)/60/60
Ramon Haagen
Apr 07, 2018Copper Contributor
Okay I have entered it manually. Like this?
Detlef_Lewin
Apr 07, 2018Silver Contributor
Ramon,
my guess would be:
=F2*LOOKUP(PI(),1/('Base routings'!$B$3:$B$332=E2)/('Base routings'!$A$3:$A$332=I2),'Base routings'!$C$3:$C$332)/60/60
- Ramon HaagenApr 07, 2018Copper ContributorPerfect thanks!