1 min readfrom Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Exporting just one sheet?

Our take

Exporting a single sheet from a multi-sheet spreadsheet can streamline your workflow, especially when preparing data for customers. If you're looking to create a new Excel document from your "customer" sheet, it is indeed possible to export both values and formulas. You can hard-code specific values as static numbers while retaining the formulas that perform calculations on the same sheet. This approach allows you to maintain the integrity of your data while simplifying the export process.

Looking for a clean way to do this. I've got a spreadsheet with multiple sheets that refence eachother for preparing data for a customer. Obviously I can just print one sheet but what I would really like to do is export the "customer" sheet as a new excel document. Ideally with some of the values becoming their data on the new sheet, but other cells keeping their formulas

Example, first box would be what the cells on the export sheet output, next being their formulas.

the second set would be how I would like to export, Hard coding the values as regular numbers that are referenced from a different sheet, but keeping the formulas that do math on the same sheet.

Is this possible?

https://preview.redd.it/cstcpxl78vqg1.png?width=181&format=png&auto=webp&s=f85a19322898ac8a3556d059ba1c5ad6dba7b867

=DifferentSheet!P7 =A1*10
=DifferentSheet!P8 =A2*10
=DifferentSheet!P9 =A3*10

https://preview.redd.it/s4xpp55h8vqg1.png?width=181&format=png&auto=webp&s=962737308118022dbc6a060481514fdc07c1e261

11.5 =A1*10
12 =A2*10
14 =A3*10
submitted by /u/223specialist
[link] [comments]

Read on the original site

Open the publisher's page for the full experience

View original article

Related Articles