Jmoz092
Board Regular
- Joined
- Sep 8, 2017
- Messages
- 184
- Office Version
- 365
- 2011
- Platform
- Windows
- MacOS
I thought this would be a pretty straight forward formula to create, but I'm not getting the result that I intended.
I have a few dozen check boxes on a worksheet(Sheet1). I have their values displayed in cells on a different worksheet(Sheet6).
I've transposed the values on Sheet6 to Sheet1 (for other reasons) and in the column next to those values (TRUE or FALSE), I have a column with a countA function. It is counting a range of 5 cells in a column and displaying the number of non-blank cells. This is working fine.
Now, in the next column, I want to compare the TRUE/FALSE column to the countA column for a result...either "Good" or "Bad".
If the first column has "TRUE" and the next column is >0, I want to return "Good".
If the first column is "TRUE" and the next column is 0, I want to return "Bad".
If the first column is "FALSE", I want to return "Bad"
I tried this with if(and) formulae also, but it wasn't working with that either. Is this a problem with referencing the value of a check box in a cell's formula??
Any help is much appreciated, as always.
I have a few dozen check boxes on a worksheet(Sheet1). I have their values displayed in cells on a different worksheet(Sheet6).
I've transposed the values on Sheet6 to Sheet1 (for other reasons) and in the column next to those values (TRUE or FALSE), I have a column with a countA function. It is counting a range of 5 cells in a column and displaying the number of non-blank cells. This is working fine.
Now, in the next column, I want to compare the TRUE/FALSE column to the countA column for a result...either "Good" or "Bad".
If the first column has "TRUE" and the next column is >0, I want to return "Good".
If the first column is "TRUE" and the next column is 0, I want to return "Bad".
If the first column is "FALSE", I want to return "Bad"
I tried this with if(and) formulae also, but it wasn't working with that either. Is this a problem with referencing the value of a check box in a cell's formula??
Any help is much appreciated, as always.