Adding one colum to the next consecutively

Discuss the spreadsheet application
Post Reply
wilmath
Posts: 5
Joined: Tue Apr 17, 2018 9:53 pm

Adding one colum to the next consecutively

Post by wilmath »

I have a series of numbers in column A
I have one number in the top of column B.
How do I get calc to add the number from column A to the number in column B and
then repeat the process for all the numbers in column A which will produce a set of numbers in column B?

Thanks
Rick, open office 4.1.5, Windows 10
FJCC
Moderator
Posts: 9274
Joined: Sat Nov 08, 2008 8:08 pm
Location: Colorado, USA

Re: Adding one colum to the next consecutively

Post by FJCC »

I will assume the first value in column A is in A2 and the constant value is in B1. The formula in B2 should be

Code: Select all

=A2 + $B$1
Copy that down the column and the A2 will automatically increment to A3, A4, etc but the B1 will not change.
OpenOffice 4.1 on Windows 10 and Linux Mint
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
Post Reply