问一个Excel问题

  • 主题发起人 主题发起人 TIFF
  • 开始时间 开始时间

TIFF

晴空一鹤排云上~~遥引诗情到碧霄
VIP
注册
2011-09-16
消息
30,393
荣誉分数
5,901
声望点数
373
我想在一个单独的cell里用IF function 做下面的算数,请问怎么做呀?

IF A < N, a;
IF A >N and A<M, b;
Else, c.

谢谢!
 
我想在一个单独的cell里用IF function 做下面的算数,请问怎么做呀?

IF A < N, a;
IF A >N and A<M, b;
Else, c.

谢谢!

啥公司啊还老整EXCEL。。不会.帮你喊一嗓:@老何
 
@mate 你知道怎么用 If 和 and 在一起吗? 比方说, if a=0 and b=10, c
 
我想在一个单独的cell里用IF function 做下面的算数,请问怎么做呀?

IF A < N, a;
IF A >N and A<M, b;
Else, c.

谢谢!
If you are dealing with numbers, you do not need that stupid if function.
Simply doing something like this: =(A<N)*a+(A>=N)*(A<M)*b+(A>=M)*c, the idea here will also solve your another question above.
If you do not understand this and try to find the deeper reason, transfer your CFC money to me first. :D
 
后退
顶部
首页 论坛
消息
我的