如何设置联合范围的值?
我有一个联合范围,由分布在工作簿中的多个单元格组合而成。是否可以一次为该范围的所有单元格分配新值?
I have a union Range, combined from multiple cells spread across the workbook. Is it possible to assign new values to all cells of this Range at once?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设您想为并集范围中的所有单元格分配相同的值,则可以使用以下方法:
Assuming you want to assign the same value to all cells in the union range, something like this would work: