G
Guest
I am using Excel 2002. I have the following formula in a cell on a sheet named System:
=COUNTIF(Echo!B18:B32,"<Select>")-15
On the sheet named Echo, in the range B18:B32, I have 15 cells into which the user can enter data. The default value in the cells is "<Select>."
What I would like to know is how I can determine if any of the cells are populated with some value other than "<Select>." That's what I am trying to do.
Does anyone know why the above formula doesn't work or what else I could do?
TIA,
Joe
=COUNTIF(Echo!B18:B32,"<Select>")-15
On the sheet named Echo, in the range B18:B32, I have 15 cells into which the user can enter data. The default value in the cells is "<Select>."
What I would like to know is how I can determine if any of the cells are populated with some value other than "<Select>." That's what I am trying to do.
Does anyone know why the above formula doesn't work or what else I could do?
TIA,
Joe