=IF(A5="",0,IF(E5>50,2*(E5*(1/500)*1.76+(A5*B5)*(1/9600)*3+(0.0575+D5^2*0.0425)+C5*1.76),(E5*(1/500)*1.76+(A5*B5)*(1/9600)*3+(0.0575+D5^2*0.0425)+C5*1.76)))
This is a working formula in Excel 2000 to calculate bending time, but I can't get it to work in Access 2000 on a form or in a query. I've tried changing IF to IIF, but that did not do it. The ^ means the field is squared, and I changed it to [field1]*[field1] in access.
This calculates the time it takes to bend material on a press. The various cell references are:
A = length
B= width
C= thickness
D = # of bends
E = weight
F = bending time
I can send the excel spreadsheet if you send your email. On weekends you can reach me at Outman2@Juno.com
Thanks,
Vaughn
This is a working formula in Excel 2000 to calculate bending time, but I can't get it to work in Access 2000 on a form or in a query. I've tried changing IF to IIF, but that did not do it. The ^ means the field is squared, and I changed it to [field1]*[field1] in access.
This calculates the time it takes to bend material on a press. The various cell references are:
A = length
B= width
C= thickness
D = # of bends
E = weight
F = bending time
I can send the excel spreadsheet if you send your email. On weekends you can reach me at Outman2@Juno.com
Thanks,
Vaughn