zoukankan      html  css  js  c++  java
  • excel常用函数

    1.统计筛选过后的数据行
    =SUBTOTAL(3,A3:A353)
    A3与A353为起始数据行

    2."serviceData.putString("""&A3&""","""");"
    字符串用""括起来表示
    字符"用""表示
    &表示字符串连接符

    3.="sb.append(FixedLenUtil.convert"&IF(LEFT(F3,1)="N","Num","Str")&"(fileName,count,"""&A3&""",serviceData,code));"
    IF函数 IF(logical_test,value_if_true,value_if_false)
    对满足条件的数据进行处理,条件满足则输出结果1,不满足则输出结果2。可以省略结果1或结果2,但不能同时省略。
    LEFT函数 LEFT(text,num_chars)
    text代表用来截取的单元格内容。num_chars代表从左开始截取的字符数。

    4.筛选怎么用

    excel收藏

    https://jingyan.baidu.com/article/363872ece513706e4ba16ff7.html

    https://jingyan.baidu.com/album/948f592436ea05d80ff5f9a3.html?picindex=5

    https://jingyan.baidu.com/article/624e7459aa90e434e8ba5a8a.html

    https://jingyan.baidu.com/article/b2c186c8f7691fc46ef6ff20.html

    https://zhidao.baidu.com/question/235289386.html

    https://zhidao.baidu.com/question/426993434.html

    https://zhidao.baidu.com/question/59987925.html

  • 相关阅读:
    RabbitMQ:六、网络分区
    RabbitMQ:五、高阶
    RabbitMQ:四、跨越集群
    数据结构:红黑树
    RabbitMQ:三、进阶
    面对对象多态的异常
    面向对象三大特征---多态
    面对对象继承的优点和缺点
    面对对象当中的代码块
    面对对象this关键字
  • 原文地址:https://www.cnblogs.com/scorates/p/10491849.html
Copyright © 2011-2022 走看看