Hi Everyone,
I have been trying to figure out if the following is possible. Even tried ChatGPT for hours.
Following is the format of data I am working on:
Note: Column D is empty.
Cell A3 has the formula "=A1-A2" and similarly cell B3 and so on have the similar formulas. What I am trying to accomplish is to find a way where when I change the formula in Cell A3 manually to let's say "=A1+A2", it automatically triggers the change of formulas accordingly in the other adjacent cells, Cell B3, C3 and so on.
Hope the requirement is clearly explained. Any sort of a solution, either in VBA or a script or functions and formulas are welcome.
Thanks and regards,
Azeem
I have been trying to figure out if the following is possible. Even tried ChatGPT for hours.
Following is the format of data I am working on:
A | B | C | D | E | F | G | |
1 | 22 | 33 | 44 | 55 | 66 | 77 | |
2 | 12 | 20 | 10 | 15 | 35 | 40 | |
3 | 10 | 13 | 34 | 40 | 31 | 37 |
Note: Column D is empty.
Cell A3 has the formula "=A1-A2" and similarly cell B3 and so on have the similar formulas. What I am trying to accomplish is to find a way where when I change the formula in Cell A3 manually to let's say "=A1+A2", it automatically triggers the change of formulas accordingly in the other adjacent cells, Cell B3, C3 and so on.
Hope the requirement is clearly explained. Any sort of a solution, either in VBA or a script or functions and formulas are welcome.
Thanks and regards,
Azeem