Hi,
I wonder if it is possible to insert boolean checkboxes into excel cells containing text and have a button concenate text from checked cells together afterwards. Example:
Cell a1='This is cell A1,'
Cell b1= Checkbox unchecked & 'here is Cell B1'
Cell c1 = Checkbox checked & 'here is Cell C1'
When clicking the button, cell A20 should display: This is cell A1, here is Cell C1' (because ell C1 is checked and B1 is unchecked.
How would I do this in excel?
regards Tor