简体   繁体   English

获取当前行中特定列的值?

[英]Get value of specific column in current row?

How do I get the value of from column D of the current row? 如何从当前行的D列获取值? Is the a function I can use that will automatically get the value of column D for the current row? 我可以使用的函数会自动获取当前行的D列的值吗?

If I'm in row 3 I need the value of D3 If I'm in row 7 I need the value of D7 If I'm in row 37 I need the value of D37 如果我在第3行中,则需要D3的值。如果我在第7行中,则需要D7的值。如果我在第37行中,则需要D37的值。

Found a solution. 找到了解决方案。

=INDEX(D:D,ROW())/0.8 = INDEX(d:d,ROW())/ 0.8

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM