In Excel, is there a native function that will return the larger of two values? I’m looking to avoid using the IF function. I’m using Excel 2010 Beta if that’s worth anything.
For example: GTR(66,24) will return 66.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try
MAX(Cell1, Cell2). It accepts an unlimited number of parameters.