Keeping Adding 3 to a Sum

ctackett6407

Board Regular
Joined
Mar 18, 2018
Messages
66
Office Version
  1. 365
Platform
  1. Windows
I'm trying to figure out how to add 1 + 3 and then keep adding three to the sum?

I am curious how to make that work, I've tried all kinds of formulas and now I just want to know to know.

1+3 = 4 then 4+3 = 7

I want to keep it running..
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
How? Where? When?
Please explain exactly how you want this to work.
Do you just want to have a number in some certain cell, and run a macro add 3 every time it runs?
 
Upvote 0
That's what I'm trying to figure out

I have 1 in the first cell, and I have 3 in the next cell and it equals 4 and I'm trying to find a way to add 3 to every sum. So 1+3 = 4 .. then 4+3 is 7 .. then 7+3 is 10 .. I was curious if this was possible.
 
Upvote 0
If you have 1 in cell A1, then you could enter this formula in cell B1:
=A1+3

Then, if you copy the formula in cell B1 across row 1, it will increase by 3 each time.

Is that what you are after?
 
Upvote 0
No worries!
Glad we got it sorted.
 
Upvote 0

Forum statistics

Threads
1,215,025
Messages
6,122,734
Members
449,094
Latest member
dsharae57

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top