I am working in a workbook with three basic types of worksheet.
One sheet has a list of parts and various data related to the part for an entire job including a cell refering to a vendor code.
Another group of sheets is the order form for the parts for each individual vendor.
Finally, the third form is a summary sheet for all of the various order related to a job.
I either cut or paste data from the first sheet to the vendor specific sheet. Each vendor has its own tab named for the vendor code. As this info is pasted, cell G18 is filled with the vendor code.
The summary sheet totals all of the various parts that were ordered from that vendor for the job. The summary also has a formula that refers to the cell on the order form to copy the vendor code to the summary sheet.
The formula in question is =(vendor code!g18) where the vendor code is the specific tab of the order work sheet.
When I copy and paste the data, the formula works and returns the data in g18 from the vendor code tab.
However, when I cut and paste, the g18 changes to #ref!. I cannot figure why copying vs pasting changes the formula.
My preference is cutting because I can see when everything on the list has been ordered. Any suggestions?
One sheet has a list of parts and various data related to the part for an entire job including a cell refering to a vendor code.
Another group of sheets is the order form for the parts for each individual vendor.
Finally, the third form is a summary sheet for all of the various order related to a job.
I either cut or paste data from the first sheet to the vendor specific sheet. Each vendor has its own tab named for the vendor code. As this info is pasted, cell G18 is filled with the vendor code.
The summary sheet totals all of the various parts that were ordered from that vendor for the job. The summary also has a formula that refers to the cell on the order form to copy the vendor code to the summary sheet.
The formula in question is =(vendor code!g18) where the vendor code is the specific tab of the order work sheet.
When I copy and paste the data, the formula works and returns the data in g18 from the vendor code tab.
However, when I cut and paste, the g18 changes to #ref!. I cannot figure why copying vs pasting changes the formula.
My preference is cutting because I can see when everything on the list has been ordered. Any suggestions?