Forum Discussion

MathildaBackman's avatar
2 years ago
Solved

Count e-mail addresses

I have a table that contains different SharePoint sites. I have a column called Group.Owners where I have the e-mail address to the owner/owners of that site. There can be none, one or multiple e-m...
  • ZhangKun's avatar
    ZhangKun
    2 years ago

    Because some cell is null in Group.Owners column, you can use following code:

    List.Count(Text.PositionOf([Group.Owners] ?? "", "@", Occurrence.All))