A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
Similar to what you were trying to do in the formula you posted earlier, you could use this conditional format formula. Put it in any cell and it will test for 4 x's in the 4 cells below it and if there are <4 it will evaluate as TRUE.
=COUNTIF(OFFSET(INDIRECT(ADDRESS(ROW(),COLUMN())),1,0,4,1),"X")<4
I have no idea why your first formula didn't work, it evaluates perfectly in a cell on the worksheet but as you note fails as a conditional format formula.