possible formula

Jesan

New Member
Joined
Mar 16, 2016
Messages
17
Office Version
  1. 2021
Platform
  1. Windows
Hi,

Thank you in advance. Is there a way to know some single excel formula for this table?
column Acolumn Bno. of items in column B=COUNTIF(A2:A10,A2)need result - sum of items in column C
111516503224
111516503224
030418501135
030418501235
030418501235
056418313146
056418313146
056418313246
056418313246
 
I don't know which version you have but an option in 365:
Cell Formulas
RangeFormula
E2:E13E2=LET( g,CHOOSECOLS(GROUPBY($D$2:$D$13,$D$2:$D$13,LAMBDA(x,"("&COUNTA(x)&")"),,0,,($A$2:$A$13=A2)*($C$2:$C$13<>$D$2:$D$13)),2,1), "With " & IFERROR(TEXTJOIN({" ",", "},,DROP(g,-1)) & ", and ","") & TEXTJOIN({" ",", "},,TAKE(g,-1)) )
 
Last edited:
Upvote 0

Forum statistics

Threads
1,226,883
Messages
6,193,492
Members
453,803
Latest member
hbvba

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