D Domenic Jul 6, 2005 #4 pjs83 said: How do I return the highest value in a range of cells Click to expand... Try... =INDEX(A1:A100,MATCH(MAX(A1:A100),A1:A100,0)) or =INDEX(A:A,MATCH(MAX(A:A),A:A,0)) Hope this helps!
pjs83 said: How do I return the highest value in a range of cells Click to expand... Try... =INDEX(A1:A100,MATCH(MAX(A1:A100),A1:A100,0)) or =INDEX(A:A,MATCH(MAX(A:A),A:A,0)) Hope this helps!
D Domenic Jul 6, 2005 #5 Please ignore... Domenic said: Try... =INDEX(A1:A100,MATCH(MAX(A1:A100),A1:A100,0)) or =INDEX(A:A,MATCH(MAX(A:A),A:A,0)) Hope this helps! Click to expand...
Please ignore... Domenic said: Try... =INDEX(A1:A100,MATCH(MAX(A1:A100),A1:A100,0)) or =INDEX(A:A,MATCH(MAX(A:A),A:A,0)) Hope this helps! Click to expand...
R Ron Rosenfeld Jul 6, 2005 #6 How do I return the highest value in a range of cells Click to expand... Look at HELP for the MAX worksheet function. --ron
How do I return the highest value in a range of cells Click to expand... Look at HELP for the MAX worksheet function. --ron