Hi Paul,
Am Sat, 3 Nov 2012 03:44:07 -0700 (PDT) schrieb
paul....@hotmail.co.uk:
> A B C D E
> 1 1/10/12 2/10/12 3/10/12 4/10/12 5/10/12
> 2 Mon Tues Wed Thurs Fri
> 3 ill ill
>
> I am trying to find a function that will return the date of the last
> occurance of illness in this instance 3/10/12.
try:
=INDEX(1:1,LOOKUP(2,1/(3:3<>""),COLUMN(1:1)))
or
=INDEX(1:1,MATCH("",3:3,-1))
Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2