本文介绍了Excel公式,再次的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好。


如果有人可以帮我解决以下公式。

我正在使用MS Excel,Office 2003.


I30的最低值是1.


重要的参数,公式在J30:


如果I30<或= = 1.6比J30为1;

如果I30> 1.6比J30为2;


如果I30<或者= = 2.6比J30是2;

如果I30> 2.6比J30为3;


如果I30<或= = 3.6比J30为3;

如果I30> 3.6比J30为4;


并且一直向上,增量为1,最后一个参数为:


如果I30> 14.6比J30是15;

---------------------

真实例子:


I30 = 12.67,J30的值应为13.

I30 = 17.11。 J30的价值应该是15.

-------------------


谢谢你的支持时间和帮助。

Hello all.

If someone could please help me with the following formula.
I''m using MS Excel, Office 2003.

Lowest value for I30 is 1.

Arguments that are important, formula is in J30:

If I30 < or = 1.6 than J30 is 1;
If I30 > 1.6 than J30 is 2;

If I30 < or = 2.6 than J30 is 2;
If I30 > 2.6 than J30 is 3;

If I30 < or = 3.6 than J30 is 3;
If I30 > 3.6 than J30 is 4;

and all the way up, in increments of 1, with last argument being:

If I30 < or = 14.6 than J30 is 14;
If I30 > 14.6 than J30 is 15;
---------------------
Real example:

I30 = 12.67, J30 should have value of 13.
I30 = 17.11. J30 should have value of 15.
-------------------

Thank you for your time and help.

推荐答案

展开 | 选择 | Wrap | 行号




这篇关于Excel公式,再次的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-12 17:08