Forum Discussion
please help
I have an excel sheet I'm trying to pull the end of the month amount to the new month worksheet. any pointers?
1 Reply
- NikolinoDEPlatinum Contributor
To pull the end of the month amount from one worksheet to a new month worksheet in Excel, you can use a formula to reference the cell containing the end of the month amount.
Assuming the end of the month amount is in cell A1 of the original worksheet, and you want to pull it into cell A1 of the new month worksheet, you can use the following formula:
On the new month worksheet, in cell A1:
=OriginalWorksheetName!A1
Replace "OriginalWorksheetName" with the name of your original worksheet (e.g., Sheet1).
If you want to pull the end of the month amount from a specific column (e.g., column C) instead of a specific cell, you can use the same formula but adjust the column reference:
On the new month worksheet, in cell A1:
=OriginalWorksheetName!C1
This will display the value from cell C1 of the original worksheet on the new month worksheet.
Make sure to adjust the cell references based on the location of the end of the month amount in your original worksheet. Also, ensure that you have the correct worksheet names spelled correctly.
By using this formula, the value from the original worksheet will be dynamically linked to the new month worksheet. If the value in the original worksheet changes, the new month worksheet will automatically update to reflect the changes. The text was created with the help of AI.
My answers are voluntary and without guarantee!
Hope this will help you.