L
Legacy 194999
Guest
I have a Costing worksheet on which I enter a job number, and all pertinent info for that job autofills from other sheets in workbook (such as part number, Customer PO number, manufacturing hrs, freight cost, material cost, etc.)
The Costing sheet then gives me a net profit margin percent for that particular job. All this autofill info changes every time a different job number is entered on the Costing sheet.
What I want is for each net margin percent to be saved on another sheet so I can average the net profit margin on each job for a particular part number. (Example: Job # 1170 is for customer named Acme, part number is 12345, net margin for job 1170 is 15.65%. Job # 1142 is also for customer Acme, same part number, 12345, but net margin on that job was 19.86%. I want to capture those margins from the Costing sheet and save each job margin on another sheet so I can average the profit margin for all jobs for that part number.)
I can get it to show whatever the current margin is being shown on the costing sheet, but how do I save each net margin before entering another job number? (PS - I do not know VBA...all my sheets use formulas, so I would need explicit directions on how to write code if that is what would be required.)
Thank you so much!!
The Costing sheet then gives me a net profit margin percent for that particular job. All this autofill info changes every time a different job number is entered on the Costing sheet.
What I want is for each net margin percent to be saved on another sheet so I can average the net profit margin on each job for a particular part number. (Example: Job # 1170 is for customer named Acme, part number is 12345, net margin for job 1170 is 15.65%. Job # 1142 is also for customer Acme, same part number, 12345, but net margin on that job was 19.86%. I want to capture those margins from the Costing sheet and save each job margin on another sheet so I can average the profit margin for all jobs for that part number.)
I can get it to show whatever the current margin is being shown on the costing sheet, but how do I save each net margin before entering another job number? (PS - I do not know VBA...all my sheets use formulas, so I would need explicit directions on how to write code if that is what would be required.)
Thank you so much!!
Last edited by a moderator: