hi guys,
i am trying to create an excel based line balancing sheet and I am stuck at the following point for 2 days now
...
Please help
1) I have all elements written down in B31:B382 and all element times written down in G31:G382
2) I want excel to pick up the takt time (calculated by a formula in B12) and sum up the element times till reaching the takt time but not exceeding it. Once this is done, repeat the above till all elements are covered.
3) I used the formula =IF(AND(SUM($G$31:G31)>$B$12,MIN(SUM($G$31:G31),$B$12)),"",SUM($G$31:G31)) in H31 and copied it down. This gave me the first iteration but i dont know how to repeat the above from the next row.
I am stuck and to top it all I havent worked in Macros or VBA in the past so.....
Please help....
i am trying to create an excel based line balancing sheet and I am stuck at the following point for 2 days now
Please help
1) I have all elements written down in B31:B382 and all element times written down in G31:G382
2) I want excel to pick up the takt time (calculated by a formula in B12) and sum up the element times till reaching the takt time but not exceeding it. Once this is done, repeat the above till all elements are covered.
3) I used the formula =IF(AND(SUM($G$31:G31)>$B$12,MIN(SUM($G$31:G31),$B$12)),"",SUM($G$31:G31)) in H31 and copied it down. This gave me the first iteration but i dont know how to repeat the above from the next row.
I am stuck and to top it all I havent worked in Macros or VBA in the past so.....
Please help....