Hello Everyone!
I'm new here and I hope you will help me solve my problem
First of all I think I should probably post this thread Excel Programming / VBA / Macros section but I'm not sure so I post it here
Here is my problem. I have data in column A and some functions in column B. For exapmle:
A B 1 96 =A1*2+13 2 84 =A2*2+13 3 63 =A3*2+13 4 47 =A4*2+13 5 35 =A5*2+13
Using functions Excel calculates results which are de facto numbers.
Now I would like to create a button under the table that after clicking on it once would add all results from column B to resluts in column A (like A1+B1, A2+B2 and so on) so that new results of adding will be in column A.
I supose I have to use macros and iterations to do this but I have no idea how to start. I have been searching on the Internet but I haven't been able to find the solution.
Can someone help me here?
EDIT: Thanks to administration for moving my thread to the correct section![]()
Bookmarks