Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50259

Get checkboxes value based on row

$
0
0
Hello everyone,

I'm trying to find a way to check the value of several checkboxes on the same row without using their names ?

Description of what I have and want to do :
I have a excel (2010) sheet with several columns (5 max in general) and a lot of rows.
- First column is a task description (text format)
- Second column and next are equipments (servers) and cells are filled with a checkbox.
Goal of this is to tick a checkbox when the task has been done on the specified equipment.
- when a checkbox is ticked, color of the task description's cell will change from white to orange => at least the task has been done on 1 equipment
- when all checkbox (on the same row) are ticked, task description will change from orange to green => task has been done on ALL equipment

I know how to change the color of cell based on the row where I ticked the checkbox.
What I don't know is how can I check the value of others checkboxex on the same row ?

Exemple : I tick the checkbox on C3, but I also have others checkboxes on D3, E3, F3, G3. For this, I must know the status of all these checkboxes in order to assign a color on my "Task description's" cell (in B3).

As I can have a lot of rows with hundred of checkboxes, I would like to have a macro that works for everything.

Many thanks for your idea.

Didier

PS : exemple of my install_guide.xls has been attached.
Attached Files

Viewing all articles
Browse latest Browse all 50259

Trending Articles