D
Davy
Hi!
I need to get the value in the last filled cell of a
column. My cells in the column have values - either TRUE
or FALSE or <blank>. I need to get the last cell value in
the column (only the TRUE and FALSE, I don't need to take
in the blanks). I tried - =OFFSET(C1,COUNTA(C:C)-1,0) but
since I have the blanks also, the value that I get is the
<blank> and not the 'FALSE' which is the last filled value
in cell C33 and which is what I need
Column Number Value
C22 FALSE
C23 FALSE
C24 FALSE
C25 FALSE
C26 FALSE
C27 FALSE
C28 FALSE
C29 TRUE
C30 FALSE
C31 FALSE
C32 FALSE
C33 FALSE
C34
C35
Does anybody have any suggestions?
Thanks!
Davy
I need to get the value in the last filled cell of a
column. My cells in the column have values - either TRUE
or FALSE or <blank>. I need to get the last cell value in
the column (only the TRUE and FALSE, I don't need to take
in the blanks). I tried - =OFFSET(C1,COUNTA(C:C)-1,0) but
since I have the blanks also, the value that I get is the
<blank> and not the 'FALSE' which is the last filled value
in cell C33 and which is what I need
Column Number Value
C22 FALSE
C23 FALSE
C24 FALSE
C25 FALSE
C26 FALSE
C27 FALSE
C28 FALSE
C29 TRUE
C30 FALSE
C31 FALSE
C32 FALSE
C33 FALSE
C34
C35
Does anybody have any suggestions?
Thanks!
Davy