If you have say three numbers, eg. 3, 2 and 8, how do you make Excel return the biggest number from those group of numbers?
If you have say three numbers, eg. 3, 2 and 8, how do you make Excel return the biggest number from those group of numbers?
with
A1: 3
A2: 8
A3: 2
This formula returns the largest of those values:
=MAX(A1:A3)
Does that help?
Try
or=MAX(A1:A6)VBA Noob=LARGE(A1:A6,1)
_________________________________________
![]()
![]()
Credo Elvem ipsum etian vivere
_________________________________________
A message for cross posters
Please remember to wrap code.
Forum Rules
Please add to your signature if you found this link helpful. Excel links !!!
Yeh thanks, they both work.![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks