Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Anyone know how to get the maximum non-blank row number in a range of
columns? I am looking for an answer in a couple lines because i can probably just do it by brute force using code like , for colx =1 to 5 maxrow=cells(65535,colx).end(xlendup) if maxrow newmax then newmax=maxrow next colx newmax would of course be the maximum row number in the range of columns 1-5. But i was looking for something maybe in an array format formula? with one line of code.(doesn't have to be an array though) Thanks, Chet |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Maximum Number of Blank Cells between Non Blank Cells in a Range | Excel Worksheet Functions | |||
SaveAs Method adding a large number of comma-delimited blank lines | Excel Programming | |||
function to find the row number of the maximum value in a coll | Excel Worksheet Functions | |||
another lookup brute force question | Excel Discussion (Misc queries) | |||
Find row number of maximum value | Excel Programming |