redart
Board Regular
- Joined
- Oct 15, 2002
- Messages
- 246
- Office Version
- 2007
- Platform
- Windows
Hi,
I have a column of numbers that contains randomly positioned blank cells. I'm trying to use the Match function to get the position (row number) at which the count of non-blank cells equals 12, something like
=MATCH(TRUE,count(A1:A50)=12,0)
however I keep getting the #N/A error. Can anyone tell me why this wont work, or suggest an alternative way of doing this ?.
Thanks.
I have a column of numbers that contains randomly positioned blank cells. I'm trying to use the Match function to get the position (row number) at which the count of non-blank cells equals 12, something like
=MATCH(TRUE,count(A1:A50)=12,0)
however I keep getting the #N/A error. Can anyone tell me why this wont work, or suggest an alternative way of doing this ?.
Thanks.