Any idea how to modify this to ignore blank cells. with the exact range encompassed it works to return the highest alphanumeric value
={INDEX(A2:A7,MATCH(MAX(COUNTIF(A2:A7,"<"&A2:A7)),COUNTIF(A2:A7,"<"&A2:A7),0))}
I want to use the value to allow SQL to import greater than the max value, from...