Berrylicious
New Member
- Joined
- Mar 29, 2011
- Messages
- 5
I am collating survey data in excel 2003 and its getting tedious. For every answer that is "agree" I enter "1", but if another person answers the question in the same way ("agree") I have to manually change that number from "1" to "2", and if it was answered again I would have to change it to "3".
I hope that made sense!
Anyway, I made a counter using VBA code but I need the cell I click on to increase/decrease in value by 1, not have a button that is linked to another cell other the spreadsheet will be too many and time consuming to build.
Is there a way to increase the numbers in a single cell just by clicking that cell or a button placed over it? And have that new number appear on the button?
Thanks in advance
I hope that made sense!
Anyway, I made a counter using VBA code but I need the cell I click on to increase/decrease in value by 1, not have a button that is linked to another cell other the spreadsheet will be too many and time consuming to build.
Is there a way to increase the numbers in a single cell just by clicking that cell or a button placed over it? And have that new number appear on the button?
Thanks in advance