looking for a date

R

Richdg

i need a formula to display a date from a row of cells on a seperate page. it
needs to ignor all other dates except the last one in the row

id appreciate help
 
R

Roger Govier

Hi Rich

With your dates in Sheet1 row 1
=TEXT(LOOKUP(9^99,Sheet1!$1:$1),"dd mmm yyyy")

Change the Sheet location and row to suit, and choose whatever date format
you want between the quotes
 
R

Richdg

Roger Govier said:
Hi Rich

With your dates in Sheet1 row 1
=TEXT(LOOKUP(9^99,Sheet1!$1:$1),"dd mmm yyyy")

Change the Sheet location and row to suit, and choose whatever date format
you want between the quotes
--
Regards
Roger Govier



thanks works perfectly
 
S

Shane Devenshire

Hi,

Since you are looking at dates

=LOOKUP(9^5,Sheet1!$1:$1)

And then format the cell as needed.
 

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

Top