I want to set up a formula on a worksheet using a check box. I want the
formula to return a Value of "Pass" if the checkbox in the cell is checked,
otherwise, I want the formula to return a value of "Fail" if it is not
checked.
I want to set up a formula on a worksheet using a check box. I want the
formula to return a Value of "Pass" if the checkbox in the cell is checked,
otherwise, I want the formula to return a value of "Fail" if it is not
checked.
An actual checkmark is a pain to use - involves changing font.
If an X will do, here is a formula: =IF(A1="X","Pass", "Fail")
Excel is not case-sensitive so X or x will trigger Pass
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email
"Russell-stanely" <russell-stanley@discussions.microsoft.com> wrote in
message news:F23C124F-6D88-4677-8EAD-572A0AF8CCC5@microsoft.com...
>I want to set up a formula on a worksheet using a check box. I want the
> formula to return a Value of "Pass" if the checkbox in the cell is
> checked,
> otherwise, I want the formula to return a value of "Fail" if it is not
> checked.
insert your checkbox from the VB forms toolbar Right click on the checkbox and go to format control. On teh control tab go to cell link. Pick your cell to link to. Then when it is check that cell will read true and unchecked will read false.
Click on Tools-Customize and then check Forms to open the Forms Toolbar.
Click on the check box icon on the Forms Toolbar and then click on the
spreadsheet where you want the check box to appear.
Right click on the check box and then click Format Control. On the Control
tab, enter a cell address where it says Cell Link. This cell address you
entered will then show TRUE if the check box is checked or FALSE if the check
box is not checked.
"Russell-stanely" wrote:
> I want to set up a formula on a worksheet using a check box. I want the
> formula to return a Value of "Pass" if the checkbox in the cell is checked,
> otherwise, I want the formula to return a value of "Fail" if it is not
> checked.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks