Without using a macro, if all of the data in column B of Sheet1 is text,
then enter in A1 of sheet 3
=LOOKUP("ZZZZZZZZ",Sheet1!B:B)
If the data on sheet 1 is numeric, then use
=LOOKUP(99^99,Sheet1!B:B)
--
Regards
Roger Govier
"pcor" <pc...@discussions.microsoft.com> wrote in message
news:12A6E676-3109-4B2C...@microsoft.com...