I was helped with this code in 6-2024 - it seems to not be adding last value so the formula may need 2 be modified @BYROW(UNIQUE

RudeBoy

Active Member
Joined
Feb 2, 2003
Messages
431
Office Version
  1. 365
Platform
  1. Windows
I used the code a few weeks ago and it worked great accept for the last person it left out the last total?
Here was the code used:

=@BYROW(UNIQUE(A19:C19),LAMBDA(br,TEXTJOIN(" ",1,br,"=",SUMIFS(F19:F56,A19:A56,@INDEX(br,0,1),B19:B56,@INDEX(br,0,2),C19:C56,@INDEX(br,,3)))))

I have enclosed a pic of the data. The total for all of Anthony Vanderaa should be 594 but the formula above returned a total of 484. I am not sure why it left out the last total of 110?

Thanks for your help - this is a post you had helped me on back in June of this year.
 

Attachments

  • Mr Excel pic.jpg
    Mr Excel pic.jpg
    123.8 KB · Views: 6

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Maybe column A is your issue, where all the values totaled have 18d in column A, whereas the 110 has 22b in Column A

Rich (BB code):
=@BYROW(UNIQUE(A19:C19),LAMBDA(br,TEXTJOIN(" ",1,br,"=",SUMIFS(F19:F56,A19:A56,@INDEX(br,0,1),B19:B56,@INDEX(br,0,2),C19:C56,@INDEX(br,,3)))))
 
Last edited:
Upvote 0
Solution
Maybe column A is your issue, where all the values totaled have 18d in column A, whereas the 110 has 22b in Column A

Rich (BB code):
=@BYROW(UNIQUE(A19:C19),LAMBDA(br,TEXTJOIN(" ",1,br,"=",SUMIFS(F19:F56,A19:A56,@INDEX(br,0,1),B19:B56,@INDEX(br,0,2),C19:C56,@INDEX(br,,3)))))

Thank You so much, that pointed me in the right direction and I was able to find the bug in the process and fix it. :-)
 
Upvote 0
You're welcome, happy it helped

P.S. you might want to state that you have worked it out in your other thread ;)
 
Upvote 0

Forum statistics

Threads
1,223,992
Messages
6,175,822
Members
452,672
Latest member
missbanana

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