Forum Discussion
We found a problem with this formula. Try clicking insert Function on the Formulas tab to fix it
You have to move a parenthesis:
=CONCATENATE(IF(D46="R/hr";ROUND((VLOOKUP(A50;A69:G74;7)*60/(((H14*I14)+(J14*K14)+(L14*M14))/(I14+K14+M14)));0);IF(D46="mR/hr";ROUND((VLOOKUP(A50;A69:G74;7)*60/(((H14*I13)+(J14*K14)+(L14*M14))/(I14+K14+M14))/2000);0);"Select Units"));" minutes")
Instead of
=CONCATENATE(IF(D46="R/hr",ROUND((VLOOKUP(A50,A69:G74,7)*60/(((H14*I14)+(J14*K14)+(L14*M14))/(I14+K14+M14)),0),IF(D46="mR/hr",ROUND((VLOOKUP(A50,A69:G74,7)*60/(((H14*I13)+(J14*K14)+(L14*M14))/(I14+K14+M14))/2000)),0),"Select Units"))," minutes")
Thank you, I tried what you said and STILL got the same error message.
- Arul TresoldiJun 08, 2018Iron Contributor
When I was studying your formula I tried my version and it worked (I mean it wasn't any error but the cell gave me "Select Units minutes"). Mr Baklan attached also a document with that formula working ;)
- SergeiBaklanJun 08, 2018Diamond Contributor
From syntaxes point of view Arul gave you correct formula, you may check in attached