add cell with itself

  • Thread starter Thread starter agu77
  • Start date Start date
A

agu77

wold like to add one cell with it self

also every time you enter another number this will be added aswell

agu7
 
Hi
not possible with formulas. This would require an event
procedure (worksheet_change in your case). But I really
would recommend not doing this. e.g.
- how do you want to correct errors
- not very transparent for the user
- you'll loose your audit trail

I would use separate cells for this
 
Back
Top