The Microsoft function used to find the highest value is MAX.
The Microsoft function used to find the highest value is MAX. This function takes a set of values as input and returns the maximum value from that set. For example, if you have a set of numbers like 10, 5, 15, and 8, you can use the MAX function to find the highest value, which in this case is 15.