Sharepoint List numbering occurence

Brugliato Flavio 1 Reputation point
2021-01-19T17:43:57.003+00:00

Hello,

I'm looking for a way to create a calculated column in Sharepoint List as below. I already have the "ID" column and I'm looking to create the "Occurence" numbering when the ID happens (not counting them, but numbering as they happen). Any thought on how would the formula be?

58156-screen-shot-2021-01-19-at-143838.png

Microsoft 365 and Office | SharePoint | For business | Windows
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Chelsea Wu 6,341 Reputation points Moderator
    2021-01-20T03:38:34.12+00:00

    This requirement is not achievable using calculated column since the formula does not go through list items vertically, it only uses the column values on the current item.

    As a workaround, you can build a flow and use REST to get the number of existing items with the same column value ( ID in this scenario), and then update the current item.
    Please see the sample flow:

    58456-screenshot-2021-01-20-110204.png

    Test result:

    58455-screenshot-2021-01-20-105952.png

    Reference: Get to know the SharePoint REST service. / Send An HTTP Request To SharePoint In Power Automate (MS FLOW).

    *Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link. *


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    **Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. **


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.