=LOOKUP(REPT("z",255),A2:A10000) recognize time?

  • Thread starter Thread starter sunroyal
  • Start date Start date
S

sunroyal

i was try ing to figure out how to get this particular formula:

=INDEX(A:A,COUNTA(A:A))

or this one:

=LOOKUP(REPT("z",255),A2:A10000)

to recognize time formatted cells that have a h:mm:ss value.

I hope thats clearer, I've spent the last two hours with my kid all
over me, I was a little vague, sorry.

Lane


__________________
Thanks,

Lane
 
This will return the last numeric entry in A and
since times (hh:mm) are numeric it should work

=INDEX(A:A,MATCH(9.99999999999999E+307,A:A))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top