0

我正在向 excel 文档添加附加信息,它有许多预定义的表格数组和许多使用这些的 VLOOKUPS。如

=IF(ISBLANK(VLOOKUP($A7,DataItemsDescrips,2,FALSE)),"",VLOOKUP($A7,DataItemsDescrips,2,FALSE))

我希望将其他单元格添加到预定义的表格数组中。这是如何在 excel 2007 中完成的

4

2 回答 2

2

Thank you Jerry. I had a similar issue from the questions above and this works witht he most recent version also! I check several sites before seeing this answer. It was the most direct and worked! (1) Formulas, (2) Name Manager, (3) Choose table array needing editing, (4) Edit formual

4 easy steps.

于 2015-03-25T22:25:55.417 回答
1

您可能指的是命名范围吗?我的意思是您在示例中给出的公式中的“DataItemsDescripts”。

如果是,您可以通过“公式”>“名称管理器”访问和修改它们,您应该在列表中找到“DataItemsDescripts”。选择它,您可以更改它所指的范围。

于 2013-06-21T10:05:34.283 回答