跳到主要内容

如何在Excel中通过X增加或增加单元格引用?

默认情况下,当将公式向下填充到一列或整个行中时,公式中的单元格引用只会增加一个。 如下面的屏幕截图所示,填写公式时如何将相对单元格引用增加3或大于1? 本文将向您展示实现它的方法。

在Excel中使用公式通过X增加或增加单元格引用


在Excel中使用公式通过X增加或增加单元格引用

以下公式可以帮助您在Excel中通过X增加单元格引用。 请执行以下操作。

要填充到列,您需要:

1.选择一个空白单元格放置第一个结果,然后输入公式 =偏移量($ A $ 3,(ROW()-1)* 3,0) 进入编辑栏,然后按 输入 键。 看截图:

备注:在公式中,$ A $ 3是您需要在特定列中获得的第一个单元格的绝对引用,数字1表示输入公式的单元格的行,数字3是您将增加的行数。

2.继续选择结果单元格,然后将“填充手柄”向下拖动到该列以获取所有需要的结果。

要跨行填充,您需要:

1.选择一个空白单元格,输入公式 = OFFSET($ C $ 1,0,(COLUMN()-1)* 3) 进入公式栏,然后按 输入 键。 看截图:

2.然后将结果单元格拖到行中以获取所需的结果。

备注:在公式中,$ C $ 1是您需要在特定行中获得的第一个单元格的绝对引用,数字1表示要输入公式的单元格的列,数字3是您将增加的列数。 请根据需要更改它们。


在Excel中轻松批量转换公式引用(例如相对于绝对引用):

Kutools for Excel's 转换参照 实用程序可帮助您轻松地在选定范围内批量转换所有公式参考,例如在Excel中一次转换所有相对于绝对值的参考。
立即下载 Kutools for Excel! (30 天免费试用)

doc锚定单元4


相关文章:

最佳办公生产力工具

🤖 Kutools 人工智能助手:基于以下内容彻底改变数据分析: 智能执行   |  生成代码  |  创建自定义公式  |  分析数据并生成图表  |  调用 Kutools 函数...
热门特色: 查找、突出显示或识别重复项   |  删除空白行   |  合并列或单元格而不丢失数据   |   不使用公式进行四舍五入 ...
超级查询: 多条件VLookup    多值VLookup  |   跨多个工作表的 VLookup   |   模糊查询 ....
高级下拉列表: 快速创建下拉列表   |  依赖下拉列表   |  多选下拉列表 ....
列管理器: 添加特定数量的列  |  移动列  |  切换隐藏列的可见性状态  |  比较范围和列 ...
特色功能: 网格焦点   |  设计图   |   大方程式酒吧    工作簿和工作表管理器   |  资源库 (自动文本)   |  日期选择器   |  合并工作表   |  加密/解密单元格    按列表发送电子邮件   |  超级筛选   |   特殊过滤器 (过滤粗体/斜体/删除线...)...
前 15 个工具集12 文本 工具 (添加文本, 删除字符,...)   |   50+ 图表 类型 (甘特图,...)   |   40+ 实用 公式 (根据生日计算年龄,...)   |   19 插入 工具 (插入二维码, 从路径插入图片,...)   |   12 转化 工具 (小写金额转大写, 货币兑换,...)   |   7 合并与拆分 工具 (高级组合行, 分裂细胞,...)   |   ... 和更多

使用 Kutools for Excel 增强您的 Excel 技能,体验前所未有的效率。 Kutools for Excel 提供了 300 多种高级功能来提高生产力并节省时间。  单击此处获取您最需要的功能...

产品描述


Office Tab 为 Office 带来选项卡式界面,让您的工作更加轻松

  • 在Word,Excel,PowerPoint中启用选项卡式编辑和阅读,发布者,Access,Visio和Project。
  • 在同一窗口的新选项卡中而不是在新窗口中打开并创建多个文档。
  • 每天将您的工作效率提高50%,并减少数百次鼠标单击!
Comments (20)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
I want to decrease a date in a cell by 1 when I insert a row 3 rows above the reference cell. Example: I have a date in cell D7, that reads the date in A7 and when I insert a row at 4, I want the date in Cell D7 to change to the date in A6. I know this sounds crazy. I hope I explained what I want to do clearly enough to that you can understand what I want to do.
This comment was minimized by the moderator on the site
I just want to say thank you so much for this super clear explanation. This is simply awesome!!
This comment was minimized by the moderator on the site
Hi,

Is it possible to do it from column to rows in offset?

Suppose i have the data in Column M1,2,3,4,5,6,7,8,9,10 and i wanted to put the offset in M1->A1, M2->B1, M3->C1
This comment was minimized by the moderator on the site
Hi,
I have the days in columns in one sheet and another sheet i have to select the Monday to friday cell range manually, is there any formula to drag horizontally so that can auto-update the cell reference range or number

Example :
=sum(Raw!B2:D2) (adding five working days date range)
=sum(Raw!E2:I2)
=sum(Raw!J2:M2)


Thanks in Advance
This comment was minimized by the moderator on the site
Thank you! The OFFSET function was exactly what I was looking for to increment cell locations within a formula. It helped simplify my spreadsheet.
This comment was minimized by the moderator on the site
=OFFSET($A$3,(ROW()-1)*3,0)

What's the "0" for?

I copied this exactly and it just posted the formula instead of the result.
This comment was minimized by the moderator on the site
Hi Kim,
The Excel OFFSET function returns a reference to a cell or a range of cells that is offset from a specific cell by a given number of rows and columns.
The number "0" here means that it will move 0 column right from cell A3 (still stay in column A).
This comment was minimized by the moderator on the site
I have a formula that has brackets CHASSIS_STRING[12,1],L1,C1'. I want to increase the 1 to 2 to 3, etc. in the same column. What's the best way to do that?
This comment was minimized by the moderator on the site
Dear John,
Sorry can’t help with this, you can post your question in our forum: https://www.extendoffice.com/forum.html to get more Excel supports from our professional.
This comment was minimized by the moderator on the site
Hi. Hi hope you can help.
cell A1 has a formula =C1
I want to copy the formula of cell A1 to cell A13 but only to increase row by 1, (=C2)
What I get is =C13. It increments by the number of rows it skipped. I only want to increment it by one. Need some help.
This comment was minimized by the moderator on the site
Good Day,
Sorry I can’t help with this, you can post your question in our forum: https://www.extendoffice.com/forum.html to get more Excel supports from our professional.
This comment was minimized by the moderator on the site
I want to do the same thing. Did you get through?
This comment was minimized by the moderator on the site
hey please help me with this,
First i created simple text like this:
name------ id----ad_id
abc 5 a10
bcd 2 b10


now i want to create a form that shows me:
how many ad_id do u need? so than i enter 2. thannnn
than it will ask me for the name and id.. so here what it should do. it will check the name or match the name and then it will subtract from the id.
NOTE: i need it like this:


how many ad_id do u need?
2 (in the box)
than submit

than

name(in the box) id(in the box)
name(in the box) id(in the box)
submit
This comment was minimized by the moderator on the site
Sorry didn’t get your point.
This comment was minimized by the moderator on the site
What I want to do is slightly different. The Excel table displayed on a website page has some text, say "Done" in cell B2. The B2 text is part of a dynamic function and when it is clicked on the web page it increments the value in C2 by 1.Is there a function or combination of functions that will do these actions? I can do the basic increment in just the spreadsheet using formulas. The tricky part for me is having the text cell fire off the increment in another cell. How do you do increment from a text "link" that is really a function to increment another cell?
This comment was minimized by the moderator on the site
Dear Robert,
I am so sorry as i have never tested anything in a google sheet. Can't help to solve this problem.
There are no comments posted here yet
Load More
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations