0
I want to count the values according to the marking of the button, for each click on each button, I intend to add 1,2,3 in each cells A29: A31. It also serves only one cell as long as it changes the value 1,2,3 for each button clicked according to button numbering, Ex: Button 1 = "1", Button 2 = "2", Button 3 = "3". How do I do it ??
You need to use VBA, but I didn’t understand what you need. When clicking Optionbutton1, insert the value 1 in A29? And Optionbutton2 the value 2 in A30 or A29?
– danieltakeshi