dualhcsniatpac
Board Regular
- Joined
- Feb 18, 2009
- Messages
- 126
To start, what I think I am looking for is a array function but I may be wrong.
I have essentially 7 Ranges that are involved with this function.
The first 6 Rows involve entering data about the technician and what percentage of work they will do for a certain task. (Ex. Tech 1 : 30% ; Tech 2 : 40% ; Tech 3 : 30%)
The last row is calculated by using time study data to show overall utilization of any worker(s) that is needed for the build.
Example of the spreadsheet
Tech .....% ......Tech ......% ......Tech ......% ......Utilization
..1 .......30% ......5 ........10% ......11 ......60% ......300%
..4 .......20 ........3 ........70 ..........1 .......10 ..........100
(Sorry about the horrible Formatting)
What I need a formula to do is search row 1,3,5 and if any contain the corresponding Technicians number, SUM (corresponding row 2,4,6)*(% Utilization)
For example in the above information if I was looking for how utilized Tech 1 is, the formula would return the calculation 30%*300%+10%*100%. For this question we can just refer to each row as Range "Row1", "Row2", ect.
Please let me know if I am leaving anything out.
I have essentially 7 Ranges that are involved with this function.
The first 6 Rows involve entering data about the technician and what percentage of work they will do for a certain task. (Ex. Tech 1 : 30% ; Tech 2 : 40% ; Tech 3 : 30%)
The last row is calculated by using time study data to show overall utilization of any worker(s) that is needed for the build.
Example of the spreadsheet
Tech .....% ......Tech ......% ......Tech ......% ......Utilization
..1 .......30% ......5 ........10% ......11 ......60% ......300%
..4 .......20 ........3 ........70 ..........1 .......10 ..........100
(Sorry about the horrible Formatting)
What I need a formula to do is search row 1,3,5 and if any contain the corresponding Technicians number, SUM (corresponding row 2,4,6)*(% Utilization)
For example in the above information if I was looking for how utilized Tech 1 is, the formula would return the calculation 30%*300%+10%*100%. For this question we can just refer to each row as Range "Row1", "Row2", ect.
Please let me know if I am leaving anything out.