Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get value of specific column in current row?

How do I get the value of from column D of the current row? Is the a function I can use that will automatically get the value of column D for the current row?

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

like image 228
Cory Nickerson Avatar asked Oct 23 '25 17:10

Cory Nickerson


1 Answers

Found a solution.

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

like image 128
Cory Nickerson Avatar answered Oct 27 '25 01:10

Cory Nickerson