New member here, I hope you guys can help?
I have a workbook called Contractor's Bid.
The workbook consists of several worksheets with Tab names.
To keep my question as simple as possible, I want to set a default profit margin on a sheet called "Admin". I can now reference the profit margin % [as a value] into several worksheet formulas and by simply changing the admin sheet cell (that's dedicated to profit, let's say the address of that cell is =Admin!D1), then all worksheet(s) are calculated and they are all calculated with the same profit margin [the data on the Admin sheet in cell D1]. However, there may be times (on specific worksheets) when I don't want to use the "default profit margin".
Can I dedicate a cell on each worksheet and create a conditional statement (if statement?) that says: if(G1>=1) then multiply the sum in G1 rather then the sum of my "default profit margin" on the Admin sheet?
Does that make sense? I hope I am making my question clear?
I have a workbook called Contractor's Bid.
The workbook consists of several worksheets with Tab names.
To keep my question as simple as possible, I want to set a default profit margin on a sheet called "Admin". I can now reference the profit margin % [as a value] into several worksheet formulas and by simply changing the admin sheet cell (that's dedicated to profit, let's say the address of that cell is =Admin!D1), then all worksheet(s) are calculated and they are all calculated with the same profit margin [the data on the Admin sheet in cell D1]. However, there may be times (on specific worksheets) when I don't want to use the "default profit margin".
Can I dedicate a cell on each worksheet and create a conditional statement (if statement?) that says: if(G1>=1) then multiply the sum in G1 rather then the sum of my "default profit margin" on the Admin sheet?
Does that make sense? I hope I am making my question clear?