Yes it is possible. You would need to add a counter somewhere though. For this example, let's assume that the radio button is returning it's value in cell A1 (so if Sales is selected, a 1 will appear in cell A1).
Now, let's assume the counter for Sales is in cell B1 and the counter for Support is in B2, etc. Create a macro for each radio button, so if you have two radio buttons, you will need two subs. Assign each macro to its respective radio button. Now, when the Sales radio button is selected, it will automatically run the SalesPlusOne macro which increases the counter by 1(cell B1) and resets the radio buttons. Do the same for the other radio buttons but select the other macros.
Bookmarks