I am trying to solve a problem with my excel spreadsheet. I have two checkboxes. One Checkbox is in Cell C11 and the other checkbox is in D11. What I want to happen is:
if C11 is true and D11 is true I want the value in M11 to be linked to P11.
If C11 is true and D11 is False I want the Value in M11 to be linked to Z11.
If C11 is False and D11 is true I want the value in M11 to be linked to AK11.
If C11 is False and D11 is False I want the value in M11 to be linked to AV11.
I am still in the planning stage of this worksheet if there is a better approach please inform me. If it is posible to do what I ask this process must be repeated for fifty other rows.
tom
if C11 is true and D11 is true I want the value in M11 to be linked to P11.
If C11 is true and D11 is False I want the Value in M11 to be linked to Z11.
If C11 is False and D11 is true I want the value in M11 to be linked to AK11.
If C11 is False and D11 is False I want the value in M11 to be linked to AV11.
I am still in the planning stage of this worksheet if there is a better approach please inform me. If it is posible to do what I ask this process must be repeated for fifty other rows.
tom