need how to help in creating a formula

Status
Not open for further replies.

David44010

New Member
Joined
Jul 1, 2018
Messages
8
basically what I want to accomplish is a formula that will let me do ( x+y = y )

I want to accomplish this in 2 to 3 cells max

[TABLE="class: grid, width: 50, align: left"]
<tbody>[TR]
[TD]variable title[/TD]
[TD]a changing vairable[/TD]
[TD]end total[/TD]
[/TR]
[TR]
[TD]item 1[/TD]
[TD]n[/TD]
[TD]current total +n[/TD]
[/TR]
[TR]
[TD]item 2[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

we'll use excel notation and call them Cell A-1,2,3 and Row A,B,C

so Cell B2 will be a changing variable, a single count per a small cycle, reset at the end of the cycle, (ex: a daily count).
and Cell B3 will be the total of the current count of Cell B2 + the previous balance of B3, reset on a larger cycle, ( weekly count)

so for example day one would have a count of 5 in cell B2 and B3 would also have a count of 5
however day 2 would have a count of 3 in Cell B2 but Cell B3 would list a total of 8 ( B2 + B3 + Previous balance of B3)
so each time Cell B2 would change, cell B3 would just keep increasing until it is reset.

how can I accomplish this in just 2 active Cells, or with a hidden formula or code string located else where?

any help or suggestions would be greatly appreciated
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Duplicate: https://www.mrexcel.com/forum/excel-questions/1061678-need-how-help-creating-formula.html

Please do not post the same question multiple times. All clarifications, follow-ups, and bumps should be posted back to the original thread. Per forum rules, posts of a duplicate nature will be locked or deleted (rule 12 here: Forum Rules).

Note that sometimes posts from new users require Moderator approval before you can see them on the public forums. When this happens, you should see a message to that effect when you try to post it. Please be patient and do not attempt to post the question again.
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,223,711
Messages
6,174,025
Members
452,542
Latest member
Bricklin

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