I am looking into the Chi Squared table to determine the probability of a project finishing on time. I have no experience with this type of table and I was hoping someone could explain the inputs/outputs and reasoning of the table or at least point me somewhere so that I can read up on it.
I need a specifications sheet for CK-15U steel. I couldn't find any info. on it for a job that I have coming in. It could be Austrian, but I don't know for sure. The standard is ONORM.
Ok so I'm doing some cost estimating for the first time and I need to know how to convert gallons of paint/primer to mils for area. The drawing I have states that the primer needs to be 3-5 Mils thick on the metal. How do I find what kind of coverage area I can get per gallon in say square inches?
How do I test the value of a listbox that I have in a cell? "row" is a running variable inside a do while loop.
Range("row,2").Validation _
.Add xlValidateList, xlValidAlertStop, xlBetween, "=$O$4:$O$7"
If Range(row, 2).Value = "Plate" Then
Cells(row, 9) = Cells(row, 5) *...