Hello,
Not sure if this is what you mean but I'll put it here anyway. This formula will return True if the cell in column A contains a 1 and False if not which you can then sort by.
=ISERROR(FIND(1,A1))
Regards,
Dax.
Re: slight change to above formula
Hello,
Not sure if this is what you mean but I'll put it here anyway. This formula will return True if the cell in column A contains a 1 and False if not which you can then sort by.
=ISERROR(FIND(1,A1))
Regards,
Dax.
Change that to: -
=NOT(ISERROR(FIND(1,A8)))
I had the False and True the wrong way around in the previous post.
Hi mcarter973
This formula will all intances of 1 in cell.
=REPT(1,LEN(A1)-LEN(SUBSTITUTE(A1,1,"")))
Dave
OzGrid Business Applications