Thread: Format cell?
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
sophie sophie is offline
external usenet poster
 
Posts: 38
Default Format cell?

Thank you very much, just the job it works well.

--
Sophie


"Dave Peterson" wrote:

Actually, that formula picks up the last numeric (non-zero) entry.

If you want the last non-empty entry:
=LOOKUP(2,1/(detail!D4:D4997<""),detail!D4:D4997)



Sophie wrote:

In cell "A1" has the following formular
=LOOKUP(2,1/(detail!D4:D4997),detail!D4:D4997)
which looks up the column and picks the last entry. But if the number has a
forward slash it picks the next number with no slash.
Cell "F1" displays what is in cell "A1".
--
Sophie

"John" wrote:

Hi Sophie
You say its not working, what is it doing? what are you getting in that cell?
John

"Sophie" wrote in message
...
How do I format a cell to read the following.

56033
or
56034/34

I input the data above on cell"A1" and on cell "F1" I have the following
formula =A1
It works with the first number but not with the second one.
Any ideas?
--
Sophie



--

Dave Peterson