Thread: [Solved] Tick Box Problem
View Single Post
 
Old 02-04-2016, 09:16 AM
gebobs gebobs is offline Windows 7 64bit Office 2010 64bit
Expert
 
Join Date: Mar 2014
Location: Atlanta
Posts: 837
gebobs has a spectacular aura aboutgebobs has a spectacular aura about
Default

I don't think you can change the value that check boxes return, but there are probably other ways to skin that cat. You could use a drop down or a list box. Or you could have an if statement in another cell that will return your words based on the checkbox value. Or you could write some code that would populate that cell based on the checkbox change event.
Reply With Quote