Dear all:
I have a dynamic table array.
Is there an easy way to return a spilling array which counts the total (SUM) of each row? Thanks.
sum row.jpg
Dear all:
I have a dynamic table array.
Is there an easy way to return a spilling array which counts the total (SUM) of each row? Thanks.
sum row.jpg
Is this what you want?
=LET(a,A3:C12,t,BYROW(a,LAMBDA(row,SUM(row))),t)
Or this?
=LET(a,A3:C12,t,BYROW(a,LAMBDA(row,SUM(row))),HSTACK(a,t))
Last edited by AliGW; 06-16-2023 at 12:39 PM. Reason: Workbook added.
Ali
Enthusiastic self-taught user of MS Excel who's always learning!
Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.
NB: as a Moderator, I never accept friendship requests.
Forum Rules (updated August 2023): please read them here.
Thanks Ali.
Sorry, I should have been clearer: we need to use E3#, not A3:C12.
(A3:C12 was there for the purpose of creating a dynamic array)
Thanks!
So adapt what I gave you, then.
=BYROW(E3#,LAMBDA(row,SUM(row)))
Last edited by AliGW; 06-16-2023 at 12:46 PM. Reason: Workbook added.
Thanks Ali! It works fine.
Glad to have helped.
If that takes care of your original question, please choose Thread Tools from the menu link above and mark this thread as SOLVED.
Also, if you have not already done so, you may not be aware that you can thank anyone who offered you help towards a solution for your issue by clicking the small star icon (* Add Reputation) located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of all those who offered help.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks