Thread
:
Max Function
View Single Post
#
1
Posted to microsoft.public.excel.programming
No Name
Posts: n/a
Max Function
I want a variable to be set equal to the max number in my
B column. It isn't working. Here is what I have:
NumberOfSubs= MAX(B3:"B" & FinalRow)
FinalRow is my variable for the last row.
Reply With Quote