CodingMonkey
New Member
- Joined
- Jun 18, 2017
- Messages
- 16
Hey all,
I've always had wonderful luck on this website with the wealth of knowledge available here.
My spreadsheet contains columns that contain the current weekly inventory. This adds a column every week, making the table dynamic and ever-expanding.
Example of last two columns:
| Pint Stock MM/DD/YY | Pint Stock MM/DD/YY |
______________92______________________109___________
I've ran into a wall as to how to code, if even possible, the following situation:
I want to add a column to left of last column (we will call this "new column") -> insert a formula that will subtract column on right of "new column" by column on left of "new column" then autofill through the rows below.
Example of last three columns (with click of button)
| Pint Stock MM/DD/YY | "New Column" | Pint Stock MM/DD/YY |
____________92___________________17_______________________109__________
Is something like this even possible in a dynamic or rolling situation as my spreadsheet is?
I've always had wonderful luck on this website with the wealth of knowledge available here.
My spreadsheet contains columns that contain the current weekly inventory. This adds a column every week, making the table dynamic and ever-expanding.
Example of last two columns:
| Pint Stock MM/DD/YY | Pint Stock MM/DD/YY |
______________92______________________109___________
I've ran into a wall as to how to code, if even possible, the following situation:
I want to add a column to left of last column (we will call this "new column") -> insert a formula that will subtract column on right of "new column" by column on left of "new column" then autofill through the rows below.
Example of last three columns (with click of button)
| Pint Stock MM/DD/YY | "New Column" | Pint Stock MM/DD/YY |
____________92___________________17_______________________109__________
Is something like this even possible in a dynamic or rolling situation as my spreadsheet is?