Excel在两个单元格之间获得最大值(无范围) [英] Excel get max between two cells (NOT RANGE)

查看:347
本文介绍了Excel在两个单元格之间获得最大值(无范围)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

MAX函数为我提供了范围内的最大数量,但是如果我的单元格不在范围内怎么办?

The MAX function gives me the maximum number in a range but what if my cells are not in a range?

如果A1中的数字为10m,而D11中的数字为8m,我们如何找到这两个像元之间的MAX数字?

If we have in A1 the number 10m and in D11 the number 8m how can we find the MAX number between these two cells?

推荐答案

您可以指定一组单元格而不是范围:

You can specify a set of cells instead of a range:

max(A1;A4;A10;A12)

在您的情况下:

max(A1;D11)

这篇关于Excel在两个单元格之间获得最大值(无范围)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆