M 
		
								
				
				
			
		medwards
Is there a function or a formula out there that will return the value of
the last non-blank cell in a column?
				
			the last non-blank cell in a column?


=LOOKUP(REPT("z",255),A:A)
Harlan Grove said:...
LOOKUP(CHAR(255),A:A) would be more robust.
It fails on...
{"dra";"fra";"";"z";"zzz";"zodiac"}
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.