Hi Loungers,
I’m looking for a way to count the addends in a formula. For example, I might have the formula
= 5+2+3
in a cell and I’d like to know that there are 3 items being added. More addends can be put at the end of the formula as time goes by.
The initial state of the cell would be empty. But when I add the first item, it might be done with a formula like =4 or just with a number 4. If the latter, then when I add another addend, I’d have to change that. For either case, the result should be 1.
I would prefer a non-VBA solution but would take a VBA solution if needed.
TIA
Fred