How do I keep my row labels on the same line? I have 3 fields order#,operation and hours I want them on the same line but when I select them in row labels its putting one underneath the other in the same column.
Example this is what it is doing:
Column A
Order #
Operation
Hours
I want...
I have file name A "bill of material" with item Numbers and quantities. Then I have another file name B with costs for these item numbers.
How can I have file A look up costs in file B and them post them in file A so I can get a total cost for the bill of material?