【问题标题】:How do you append the contents of all the cells in one column with ".jpg"?您如何将所有单元格的内容附加到“.jpg”列中?
【发布时间】:2012-06-04 17:10:58
【问题描述】:

例如,“A”列中的一个单元格包含文本american-carbide,我需要在其后面附加“.jpg”以获得american-carbide.jpg的结果?

【问题讨论】:

    标签: function append concatenation openoffice-calc


    【解决方案1】:

    =CONCATENATE(A1;".jpg") 应该可以解决问题。

    【讨论】:

    • 整个B列怎么样?谢谢。
    • 只需将公式输入到单元格B1并复制下来-OpenOffice会自动将A1更改为A2、A3等等。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-12-31
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多