Is there a formula to copy and paste cell values from one sheet to another?
I have 2 sheets and some of the data on sheet 1 also needs to be inputed on sheet 2. Furthermore, it can't just reference a cell from sheet one, it has to paste the value into sheet 2.
I know I can select cell D1 from sheet 2 and use formula "=A1" to reference cell A1 from sheet 1 into cell D1 on sheet 2, but I need it to actually paste the value from A1 into D1, so if I deleted sheet 1, the values would still show on sheet 2.
For context, I'm building an Invoice workbook and I want to have an internal master sheet and a client Invoice sheet. The master sheet will have additional internal data that I don't want on the clients invoice. The goal is to fill out the master sheet and have any fields (name, address, cost...) that are also on the client invoice sheet to auto fill. I want the information pasted in case I copy the client invoice sheet to a different spreadsheet file.
[Re-Titled by Moderator]