I learned recently about the & and "" and their usage in making an autoupdating formula.
What I mean is, for example I have 3 numbers, 1, 2 and 3 and I sum them in a cell with =B3+B4+B5, then the cell shows 6. But with & and "" used like this =B3&"+"&B4&"+"&B5, the cell shows 1+2+3.
Now what I want is to have a macro that does this automatically, but with all the operators and with unlimited numbers.
Does anyone have something like this macro?