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

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).

AliGW

Banned
Joined
Mar 9, 2014
Messages
3,628
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

AliGW

Banned
Joined
Mar 9, 2014
Messages
3,628
Grab yourself the ForumTools add-in (instructions in my signature line).
 
Upvote 0

Sparky59

New Member
Joined
Sep 6, 2008
Messages
11
Hi AliGW, Not sure how to attach a Pic to show you... :)
 
Upvote 0

Sparky59

New Member
Joined
Sep 6, 2008
Messages
11
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

Aladin Akyurek

MrExcel MVP
Joined
Feb 14, 2002
Messages
85,210
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

Sparky59

New Member
Joined
Sep 6, 2008
Messages
11
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,191,031
Messages
5,984,235
Members
439,879
Latest member
KingGoulash

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
Top