Thread: Last Cell Info
View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ed Davis Ed Davis is offline
external usenet poster
 
Posts: 58
Default Last Cell Info

The formulas return a zero. And I had zeros turned off so that is why I saw
nothing. The actual number is a zero.


"Peo Sjoblom" wrote in message
...
I am saying that the formula cannot return nothing, either you will get an
error or you will get a number. Nothing is impossible. If your values are
text numbers you will get #N/A. To me it sounds as though you have changed
the formula somehow and I don't see what formulas in every other row has
anything to do with this?


--
Regards,

Peo Sjoblom



"Ed Davis" wrote in message
...
There are numbers between in cells f11 through f17.

When I change the lookup to f1-f17 I do get the number I am looking for
that is in row 17. But leaving the lookup as it is shows me nothing.
Remember there are formula's in almost every other row.


"Peo Sjoblom" wrote in message
...
That's impossible, it will return either #N/A or the last numerical
value (if there are no numbers)

--
Regards,

Peo Sjoblom


"Ed Davis" wrote in message
...
The cell I put this formula in stays blank.
Thanks for you help though.

"Peo Sjoblom" wrote in message
...
Try

=LOOKUP(99^99,F1:F53)


--
Regards,

Peo Sjoblom




"Ed Davis" wrote in message
...
I have a column lets call it F that has 53 rows.
Numbers go into the cell after something is entered in another column
so it is a formula.

I want to use the last number in that F column. It may be in any row
from 1 through 53.

Is there a way to get that number.

Thanks in advance
Ed Davis