R
Rudi Groenewald
Hi guys,
I've got a sheet as follows:
Machine_Name Today 1St Day Hrs Wrkd Avg Hrs
8061237 9735.8 9735.8 0 0
8066201 4076.4 4049.4 27 1.08
8066314 6082 5833.2 248.8 9.952
8066315 11847.4 11510.7 336.7 13.468
8066537 3630.6 3472.6 158 6.32
8066543 5799.8 5469 330.8 13.232
In my next coloumn to the right, I need to get the values from "Today", but
only the first 3 numerals from the right. eg: (manually typed)
Machine_Name Today 1St Day Hrs Wrkd Avg Hrs Hrs Left
8061237 9735.8 9735.8 0 0 735.8
8066201 4076.4 4049.4 27 1.08 76.4
8066314 6082 5833.2 248.8 9.952 82
8066315 11847.4 11510.7 336.7 13.468 847.4
8066537 3630.6 3472.6 158 6.32 630.6
How can I achieve the "Hrs Left" Coloumn by using a formula?
Thanks alot in advance
Rudi Groenewald
I've got a sheet as follows:
Machine_Name Today 1St Day Hrs Wrkd Avg Hrs
8061237 9735.8 9735.8 0 0
8066201 4076.4 4049.4 27 1.08
8066314 6082 5833.2 248.8 9.952
8066315 11847.4 11510.7 336.7 13.468
8066537 3630.6 3472.6 158 6.32
8066543 5799.8 5469 330.8 13.232
In my next coloumn to the right, I need to get the values from "Today", but
only the first 3 numerals from the right. eg: (manually typed)
Machine_Name Today 1St Day Hrs Wrkd Avg Hrs Hrs Left
8061237 9735.8 9735.8 0 0 735.8
8066201 4076.4 4049.4 27 1.08 76.4
8066314 6082 5833.2 248.8 9.952 82
8066315 11847.4 11510.7 336.7 13.468 847.4
8066537 3630.6 3472.6 158 6.32 630.6
How can I achieve the "Hrs Left" Coloumn by using a formula?
Thanks alot in advance
Rudi Groenewald