Hey,
I'm trying to (some small project, just to get better with VBA/excel) write calculator using excel / VBA.
I have table of custom connections. Like this:
A + B = C
A + C = C
A + D = E
B + C = D
B + E = E
etc. Without any logic. My task is to enter array of values, for example: (A, A, C, D), and based on this array and table of connections calculate all possible outcomes.
And to be honest I don't know where to start. How to calculate and store data. And ideas?
Bookmarks