A 
		
								
				
				
			
		angy345
Hi, i have a function in Excel as below:
=MAX(B2:B6) - MIN(B2:B6)
For example if the maximum value is 11 and the minimum is 0, the result
is 0 when the function is excuted in Excel. Is that correct ?? or
should the answer be 11. Because from a logical point of view 11 minus
0 equals to 11.
All replies are welcome
Many thanks
				
			=MAX(B2:B6) - MIN(B2:B6)
For example if the maximum value is 11 and the minimum is 0, the result
is 0 when the function is excuted in Excel. Is that correct ?? or
should the answer be 11. Because from a logical point of view 11 minus
0 equals to 11.
All replies are welcome
Many thanks
	
 As in this case MAX in MIN both evaluate to 11. And 11 -