Google 电子表格 - 计算行范围
我有以下公式 =B4+(B8*(C8*D8))
来计算虚假股票市场帐户的余额。
B4是起始余额。 B8 确定买入或卖出(1 或 -1) C8 是交易量 D8 是支付的价格
我希望能够对 100 或 200 行进行此计算。有没有办法重写这个公式但使用范围。
基本上我想要一种更简单的方法来编写此 =B4+((B8*(C8*D8))+(B9*(C9*D9))+etc,etc)
感谢您的帮助。
编辑
我忘了提及此公式适用于单元格 D4。这是电流平衡单元。
I have the following formula =B4+(B8*(C8*D8))
to calculate a balance for a fake Stock Market account.
B4 is the starting balance. B8 determines to buy or sell (1 or -1) C8 is the volume D8 is the price paid
I want to be able to do this calculation for 100 or 200 rows. Is there a way to rewrite this formula but use a range.
Basically I want an easier way to write this =B4+((B8*(C8*D8))+(B9*(C9*D9))+etc,etc)
Thanks for the help.
EDIT
I forgot to mention this formula is applied to cell D4. This is the current balance cell.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以单击包含公式的单元格,抓住左下角的小蓝色框并将其向下拖动。这将自动更改公式。如果您不想更改引用,请在其前面添加 $。
例如,如果您希望所有公式都引用 B4,则 $B$4。
You can click the cell with the formula, grab the little blue box in the bottom left and drag it down. This will automatically change the formula. If you don't want a reference to change, put a $ before it.
For example, if you want all formulas to reference B4, then $B$4.
D4 单元格的公式
Formula for cell D4