Forum Discussion

SherriF's avatar
SherriF
Copper Contributor
Nov 17, 2024

Table of Data: Is Countifs my best solution?

Hi, I have a very large table showing models and PNs. A model may have multiple PNs. What I need to have is a concise list of all model numbers with the PNs they have in the same row. For example: ...
  • Patrick2788's avatar
    Patrick2788
    Nov 21, 2024

    Skip the filter_array argument with a comma or stop the formula at:

    =GROUPBY(DemoTbl[Model],DemoTbl[PN],ARRAYTOTEXT,,0)

     

Resources