I have been successful doing if then statements, however for some reason I'm stuck on this one.
I have a section of cells that contains 10 rows. Within the 10 rows, I am only concerned about 3 of the rows of information. These three rows are considered "Critical" to my project.
I have to cells, B3 and B4 and B6 that I am concerned with.
Of the 10 rows, if any of the 3 I am concerned with are of a certain criteria, then there is a "compliance" issue.
For example, if any of the three rows B3, B4 and B6 contain a "1", then we are "in compliance" (which is what the cell should show). If any of the three rows B3, B4 and B6 contain a "0" then we are "Out of compliance".
I tried doing a =IF(B3=1,"In Compliance",IF(B3=0, "Out of Compliance",IF(B4=0, "In Compliance".....etc......
but this didn't work. Any ideas on how to write this formula? Thanks!
I have a section of cells that contains 10 rows. Within the 10 rows, I am only concerned about 3 of the rows of information. These three rows are considered "Critical" to my project.
I have to cells, B3 and B4 and B6 that I am concerned with.
Of the 10 rows, if any of the 3 I am concerned with are of a certain criteria, then there is a "compliance" issue.
For example, if any of the three rows B3, B4 and B6 contain a "1", then we are "in compliance" (which is what the cell should show). If any of the three rows B3, B4 and B6 contain a "0" then we are "Out of compliance".
I tried doing a =IF(B3=1,"In Compliance",IF(B3=0, "Out of Compliance",IF(B4=0, "In Compliance".....etc......
but this didn't work. Any ideas on how to write this formula? Thanks!