Formula Showing First Row Results Only

dpmaki

Board Regular
Joined
Sep 12, 2011
Messages
165
Below is just a simple example of what is occurring for me in Excel.

[TABLE="width: 193"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Number1[/TD]
[TD]Number2[/TD]
[TD]Total[/TD]
[/TR]
[TR]
[TD="align: right"]15[/TD]
[TD="align: right"]3[/TD]
[TD="align: right"]18[/TD]
[/TR]
[TR]
[TD="align: right"]28[/TD]
[TD="align: right"]3[/TD]
[TD="align: right"]18[/TD]
[/TR]
[TR]
[TD="align: right"]34[/TD]
[TD="align: right"]3[/TD]
[TD="align: right"]18[/TD]
[/TR]
[TR]
[TD="align: right"]72[/TD]
[TD="align: right"]3[/TD]
[TD="align: right"]18[/TD]
[/TR]
[TR]
[TD="align: right"]58[/TD]
[TD="align: right"]3[/TD]
[TD="align: right"]18[/TD]
[/TR]
</tbody>[/TABLE]


The Total column is my formula (=sum(a1+b1) in row 1, =sum(a2+b2) in row 2 etc.). When I copy the formula down it shows 18 as the results for each row even though that's clearly not the case. Any ideas what is going on here? This just started to happen the other day.
 

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.
Either the excel workbook calculation mode is set to manual (=> change it to automatic) or you fixed the row with a $.
 
Upvote 0

Forum statistics

Threads
1,222,900
Messages
6,168,926
Members
452,227
Latest member
sam1121

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