Slarson, try something like this, it will return the last numeric valve in
sheet2 column B
=INDEX(Sheet2!B:B,MATCH(9.99999999999999E+307,Sheet2!B:B))
or this for text
=INDEX(Sheet2!B:B,MATCH(REPT("Z",10),Sheet2!B:B,1),1)
--
Paul B
Always backup your data before trying something new
Using Excel 97 & 2000
Please post any response to the newsgroups so others can benefit from it
** remove news from my email address to reply by email **