I am trying to create a spreadsheet for pole light bases that I am installing on my current project. I am an Electrician, not a tech guy, and have a very basic knowledge of using Excel. I have a spreadsheet where in column B I input an elevation (a numerical value), then in column D I input an adjustment to that elevation, and in column E, I want to it to display the sum of the value in column B and Column D. I have figured out how to do this on a row by row basis. But with 30+ lines, this will eat up quite a bit of my time. How do I create a function that will add the value for each row in column B to the value in column D and create the sum in column E? Next I will want to take the sum in column E and add 2.5 to it, and have that display in column F.
Not sure if this matters, but Row 1 across the columns is used to name each column.
Not sure if this matters, but Row 1 across the columns is used to name each column.

X)" where X is the row number and you write that equation in column E cells.

Comment