有条件格式的方程无效
我的公式在单元格中效果很好,但是当我将其插入有条件的格式时被标记为无效。但是,方程的逻辑正是我所需要的。公式如下:
= if(regexMatch(vlookup(vlookup(h2,dials_rng”),列(deals!$ g $ 1)-column(deals!$ a $ a $ 1)+1,0),“喜欢“),q2> = vlookup(h2,间接(“ deals_rng”),列(deals!$ f $ 1)-column(deals!$ a $ 1)+1,0),r2> = vlookup(h2,indirect(h2,indirect)( deals_rng”),列(deals!$ f $ 1)-column(deals!$ a $ 1)+1,0))
我必须更改什么才能使等式有效地有条件格式化?
感谢我能得到的任何帮助!
I have a formula that works fine in cells but is marked as invalid when I plug it into conditional formatting; the logic of the equation however is exactly what I need. The formula is as follows:
=IF(REGEXMATCH(VLOOKUP(H2, INDIRECT("DEALS_RNG"), COLUMN(DEALS!$G$1)-COLUMN(DEALS!$A$1)+1, 0), "Likes"), Q2>=VLOOKUP(H2, INDIRECT("DEALS_RNG"), COLUMN(DEALS!$F$1)-COLUMN(DEALS!$A$1)+1, 0), R2>=VLOOKUP(H2, INDIRECT("DEALS_RNG"), COLUMN(DEALS!$F$1)-COLUMN(DEALS!$A$1)+1, 0))
What must I change in order to make the equation valid for conditional formatting?
Appreciate any help I can get with this!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
绿色:
红色:
green:
red: