I was given a project at work without much time or the ability to say no.
I have a list of options that can be selected. I want to use a checkbox to give a value of true or false.
In the summary section I want it to only show the true values and omit any false cells.
So if I have the following:
A = True
B = False
C = False
D = True
E = False
F = True
I want it to show:
A
D
F
Without any spaces and the ability to change which boxes are checked and have the new order show up. Is this possible to do without macros?
I would really appreciate any help you all could give as I'm in a pinch here!
Thanks!
Bookmarks