automationbabe
Mechanical
- Mar 25, 2003
- 181
I'm not able to get the IF THEN statement to work properly in 2005 BOM. Our UOM is driven by another system that assigns a numeric value as shown.
IF UOM=1 THEN "ASSY"
IF UOM=2 THEN "EA"
IF UOM=3 THEN "IN"
IF UOM=4 THEN "mm"
We set up a formula for the Excel based BOM that works great (=IF(G2=1,"ASSY",IF(G2=2,"EA",IF(G2=10,"IN")))) but I can't get a similar format for the table. Any ideas??? Is this even possible to do?
Thanks a bunch!
IF UOM=1 THEN "ASSY"
IF UOM=2 THEN "EA"
IF UOM=3 THEN "IN"
IF UOM=4 THEN "mm"
We set up a formula for the Excel based BOM that works great (=IF(G2=1,"ASSY",IF(G2=2,"EA",IF(G2=10,"IN")))) but I can't get a similar format for the table. Any ideas??? Is this even possible to do?
Thanks a bunch!