MAX in computer
Wednesday, March 11, 2020
'MAX ' Stand for maximizing
MAX means maximum, It is a shortcut in Microsoft software like excel, spreadsheet formula for finding the maximum value. for example if one of the shells has 1,2,3,4,5,5,34 then the result will be '34' .since it is the largest number among the above list.
=MAX(a1:a10)