Hello,
I am trying to create my own allocation % formula on my project plan sheet. I am utilizing a work column and a duration column. The work column represents how many hours of hands on the keyboard work that a task requires to be completed. Duration is the amount of days a task takes to be completed. My team enters their work and duration in relative to hours and days (ex. work value is 1h, duration value is 1d). They have 6 hours of allocated project work each day.
The current formula I am using is =(Work@row / Duration@row * 6) * 100 , however, this results in an #INVALID OPERATION.
Is there a formula I can use that only pulls the numerical value from the cell?