J
Joe
I have the following in the cells in column S:
s3 3 wks
s4 12 wks
s5 4 wks
s6 stk
s7 stk
s8 29 wks
s9 7 wks
s10 32 wks
and on.....
I'm trying to count the number of cells that are greater
than "26 wks". When I use Countif(S3:S82,">=26 wks") it
also counts the cells with 3 wks, 4 wks and 7 wks, then I
tried the formula like this =countif(value(left
(S3:S82,2)),">26 wks") and get an error (maybe because of
the space and "stk"). Is there any way to count just
those which are greater than 26 without getting 3, 4, 5,
6, 7 ... I even tried =countif(VALUE(LEFT(S3:S82,FIND
(" ",S3:S82)-1)),">=26"). I need to leave the text in the
cells and I'm sure that's part of the problem.
Any help would be greatly appreciated.
TIA
Joe
s3 3 wks
s4 12 wks
s5 4 wks
s6 stk
s7 stk
s8 29 wks
s9 7 wks
s10 32 wks
and on.....
I'm trying to count the number of cells that are greater
than "26 wks". When I use Countif(S3:S82,">=26 wks") it
also counts the cells with 3 wks, 4 wks and 7 wks, then I
tried the formula like this =countif(value(left
(S3:S82,2)),">26 wks") and get an error (maybe because of
the space and "stk"). Is there any way to count just
those which are greater than 26 without getting 3, 4, 5,
6, 7 ... I even tried =countif(VALUE(LEFT(S3:S82,FIND
(" ",S3:S82)-1)),">=26"). I need to leave the text in the
cells and I'm sure that's part of the problem.
Any help would be greatly appreciated.
TIA
Joe