矩阵单元格中的条件格式
我加载了以下矩阵:
当 BB 列值低于 MIN 列单元格中包含的值时,我需要更改 BB 列值的字体颜色。 作为分组列,MIN 列不会始终位于第四位。如何根据列名称来比较值?
谢谢你!!
我分享数据集的输出:
I have the following matrix loaded:
I need to change the font color of the BB column values when the value is below the value contained in the MIN column cell.
Being grouped columns, the MIN column will not always be in fourth place. How can I do to compare values taking into account the name of the columns?
Thank you!!
I share the output of the dataset:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我根据评论中的讨论找到了一个解决方案:
我已经测试过这对我来说正在发挥作用。
I have found a solution based on our discussion in the comments:
I have tested this and it is working on my end.