Forum Discussion

Ben Taylor's avatar
Ben Taylor
Copper Contributor
Jul 06, 2018

Removing TEXTJOIN duplicates with multiple rows

Hi all,   Attached is a spreadsheet designed to track the start dates of certain modules which happen in different terms, converting a table of this information into a calendar.   The formula det...
  • Detlef_Lewin's avatar
    Jul 06, 2018

    Ben,

     

    you need simply counting:

    =IF(COUNTIFS($A$5:$A$8,$E5,$C$5:$C$8,G$1),"A","")

Resources