Formula to increment Cell numeric value using second cell contents in Excel 2016

Sparky59

New Member
Joined
Sep 6, 2008
Messages
11
I have three columns A B and C. Column A has member names column B has number of points accrued. I want to enter numeric data into column C and have it increment the total in Column B automatically.

Can anyone help with a formula to achieve this please?

Kind Regards
Sparky59

:LOL:
 

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.
Welcome to the forum!

I'm not quite sure what you mean. Do you want a formula in C that changes the value in column B (not possible without VBA), or do you want the result of the formula in C to show in C?

A visual of what you are anticipating would help.
 
Upvote 0
Hi Aladin, please see below sample.. :)

NameJan
John0
Fred 0
George0
Bert0
I want to enter contributions from each member into column 'C' i.e.C2,C3,C4 etc
and have the contents added to B2, B3, B4 etc. and increment each time I add to the cell in Column 'C'

<colgroup><col><col span="8"></colgroup><tbody>
</tbody>
 
Upvote 0
Is 0 an amount or what?

In B2 enter:

=IF(A2="","",SUMIFS($C$2:C2,$A$2:A2,"?*"))

Is this what you are after?<strike></strike>
 
Upvote 0
In the following example column B is the total amounts to be added. by inputting a numerical figure into the corresponding cell in column C I would like the cell in column B to increment each time by that amount in column C

ABC
NameJan
John0
Fred 0
George0
Bert0
I want to enter contributions from each member
into column 'C' i.e.C2,C3,C4 etc
and have the contents added to B2, B3, B4 etc.
and increment each time I add to the cell in Column 'C'

<colgroup><col><col span="3"></colgroup><tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,215,042
Messages
6,122,810
Members
449,095
Latest member
m_smith_solihull

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