小编Wil*_*man的帖子

用于水平换行符的HTML5标记

我确实找到了一个关于使用<hr>标签插入换行符的帖子,但当我在w3网站(http://www.w3schools.com/tags/tag_hr.asp)上查找标签时,它说的是所有属性HTML5中不支持该标记.显然我想让我的网站HTML5兼容,那么插入可见水平线的最佳方法是什么?

谢谢

html css html5 line-breaks

15
推荐指数
3
解决办法
9万
查看次数

Excel 2016 - Reference specific row in table

Trying to use Microsoft's fancy new table reference system, using table names, @'s and #'s to reference a specific row in my table. The only documentation and examples I can find tell me either how to reference specific columns, or reference the pre-made Headers or Totals rows.

I came across what every source calls "@ or [#This Row]" but I have no idea what that means, and putting the @ before my row name isn't working...

[removed ascii table, simplified …

excel excel-formula

6
推荐指数
2
解决办法
7835
查看次数

IF语句返回3+条件的不同值

我正在尝试在单元格中配置批量折扣系统.我想说:

如果数量为1,则成本为49.99美元; 如果数量为2-3,则成本为49.50美元; 如果数量为4+,则成本为48.99美元.

我得到的最远的是:

=OR((IF(I7<2,49.99)),(IF(OR(I7>1,I7<4),49.5)))  
Run Code Online (Sandbox Code Playgroud)

其中I7是包含数量的单元格.这回归TRUE我理解的OR功能是如何工作的.

在多种潜在条件下,我只是不知道如何将多个输出合并到单个单元中.

excel logic if-statement excel-formula

0
推荐指数
1
解决办法
1万
查看次数

标签 统计

excel ×2

excel-formula ×2

css ×1

html ×1

html5 ×1

if-statement ×1

line-breaks ×1

logic ×1