Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的工作表中,我有十个单元格,代表我销售的十本书的副本数。我想这样做,如果这十个单元格中的一个或多个单元格的值低于2,另一个带有我名字的单元格会变成红色,所以我一眼就知道是否需要补货。
2
我有什么办法可以做到吗?
假设十个单元格为A1:A10,请选择其中有你名字的单元格,格式,条件格式..., 自定义公式为:
=min(A1:A10)<2
选择背景颜色:红色,Save rules。
i need to get 'svg' element inside 'object'. Normally we can use $("object").find('svg') but the problem is the presence of #document.
I also tryed maybe every combination of $( "#id" ).contents().find