SpicyItalian
New Member
- Joined
- Feb 24, 2023
- Messages
- 4
- Office Version
- 2016
- Platform
- Windows
The premise of my project is that based on user inputs in a tab (Tab1), it will auto calculate the required materials for a PO on a different tab (Tab2). Tab2 has every potential line item that could be ordered. Once the inputs are in place they are multiplied by the cost of each individual unit in a cell to the right.
I have a button that when pressed it deletes all rows that have 0 quantity balances. It then copies the sheet, creates a new workbook, and then pastespecials as values.
The issue I need help with is having a formula generate underneath the sheet after it is pasted as values. The reason i cannot figure this out is because that "sum cell" will be different every time based on the required materials. Is there a way to determine which cell would be the proper one to generate this that would be variable anytime. The cell to the left of my desired "sum cell" has the text "Total". Not sure if this could help to generate some sort of anchor point for this.
Any and all help is appreciated!!
I have a button that when pressed it deletes all rows that have 0 quantity balances. It then copies the sheet, creates a new workbook, and then pastespecials as values.
The issue I need help with is having a formula generate underneath the sheet after it is pasted as values. The reason i cannot figure this out is because that "sum cell" will be different every time based on the required materials. Is there a way to determine which cell would be the proper one to generate this that would be variable anytime. The cell to the left of my desired "sum cell" has the text "Total". Not sure if this could help to generate some sort of anchor point for this.
Any and all help is appreciated!!