sum dynamic range of cells in the same row

ofer35

New Member
Joined
Nov 21, 2017
Messages
5
hi,
In A4 i want to sum dynamic number of columns, start from B4 to the right.
e.g: B4:E4
e.g: B4:K4
i tried: =SUM(OFFSET($B$4,0,0,3,COUNTA(4:4)))
but the formula works in every ceII except A4.
1) why ?
2) Greatful for correct formula.
ofer
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Hi,
If I understand you correctly you have created a circular reference. In other words you can't calculate the same cell in the formula where the formula is written.
 
Upvote 0
Hi,

the segment

COUNTA(4:4)

creates a circular reference on row 4

you could try instead something like:

COUNTA(B4:Z4)

Regards

Edit: Hi Dhayes. Sorry: I did not mean to overlap...
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,164
Messages
6,170,444
Members
452,326
Latest member
johnshaji

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