I'm trying to create a formula that tells me if all cells in a cell range are checked off with an "X" (ex: B2:I2), then the cell value in J2 will be "yes", and if not, it will be "no". I've used the IF formula when referencing one cell, but it doesn't seem to work with this range of cells. Any help or input would be appreciated.
Name | A1 | A2 | A3 | A4 | A5 | A6 | A7 | A8 | Master Automotive |
John Doe 1 | X | X | X | X | X | X | X | X | Yes |
John Doe 2 | X | X | No | ||||||
John Doe 3 | X | X | X | X | X | No | |||
John Doe 4 | X | X | X | X | X | X | X | X | Yes |