C
Craig Williams
(Sort of a novice, so try to keep it at my level, if possible)
In my spreadsheet, I am comparing calculated results to an "acceptance
value." If the results meet the "acceptance value" I want the cell to
display "Passed." If not, I want the cell to display "Failed." Using the
IF() function, I have it working (see below).
What I would really like -- and this is just fluff -- is to have a cell with
the text "Passed" in green and a cell with the text "Failed" in red. So if
the IF statement is TRUE, I want the cell to display "Passed" in green;
otherwise, to display "Failed" in red.
Can I bring the format of the cell with it?
=IF(B25>=400,"Passed","Failed") --> This is how it is now.
=IF(B25>=400,B3,B4) --> This is what I want it to be, where B3 contains a
green "Passed" and B4 contains a red "Failed."
Thanks,
Craig
In my spreadsheet, I am comparing calculated results to an "acceptance
value." If the results meet the "acceptance value" I want the cell to
display "Passed." If not, I want the cell to display "Failed." Using the
IF() function, I have it working (see below).
What I would really like -- and this is just fluff -- is to have a cell with
the text "Passed" in green and a cell with the text "Failed" in red. So if
the IF statement is TRUE, I want the cell to display "Passed" in green;
otherwise, to display "Failed" in red.
Can I bring the format of the cell with it?
=IF(B25>=400,"Passed","Failed") --> This is how it is now.
=IF(B25>=400,B3,B4) --> This is what I want it to be, where B3 contains a
green "Passed" and B4 contains a red "Failed."
Thanks,
Craig