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
Gourab Dasgupta
Apr 07, 2018Iron Contributor
please clear the output you want in your uploaded files. just do it manually. we will figure it out. :)
Ramon Haagen
Apr 07, 2018Copper Contributor
Okay I have entered it manually. Like this?
- Gourab DasguptaApr 07, 2018Iron Contributor
what is the output column?
- Ramon HaagenApr 07, 2018Copper Contributor
G
- Gourab DasguptaApr 07, 2018Iron Contributor
now I get it. thankyou.
- Detlef_LewinApr 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!