当excel表格中大于等于某个数值或小于等于某个数值时,要显示我所要的固定数值,如何设定公式的条件?

2024-10-30 08:09:10
推荐回答(5个)
回答1:

if函数    公式:=IF(B1>=10,1,IF(B1>=5,0.8,IF(B1>=1,0.3)))

回答2:

使用if嵌套语句,公式如下:

=if(B2>=10, 1, if(5

返回“NA”表示这个数值不存在。

excel自带的if函数解释:

IF function in Excel

SYNTAX :  IF(Something is True, then do this, otherwise do this)

Example: =IF(A1

EXPLANATION : If the value in A1 is less than the value in B1, the value "OK" is returned, otherwise return a 0.

回答3:

很简单嘛,如果要H8小于D8则 写入 =(H8D8),这么简单!!。。。。。。。。给我赞啊

回答4:

演示Excel怎么自动找出所有大于某个数值的数据

回答5:

输入公式
=if(B1>=10, 1, if(5