Question : Help with Radio buttons in Excel

Hi All,

In the below attachment, I am collating a list of all the associates from various teams who wants to come for a one day trip. In the "Stats" worksheet I want the figures to auto populate depending on the teams & the % of the total employees in the nominations list.

Let me know if you need any further clarifications

Warm Regards,
Rohit.
Attachments:

Answer : Help with Radio buttons in Excel

var x = 5;
var _array=[];
for(var i=1;i<=x;i++) {
_array.push(String.fromCharCode(64+i));
}
alert(_array);
Random Solutions  
 
programming4us programming4us