• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Incremented unique identifier

Stephen Spittal

New Member
Good Morning all,

I am struggling with a small task

I am looking to calculate an incrementing Unique Value as shown in the table below for each “CR No” Design Zone and Nominated EDP
 
Last edited by a moderator:
Your data seems sorted, thus perhaps, G2=IF(D2<>D1,G1+1,G1)
and if title is required
G2=IF(ROW()=2,1,IF(D2<>D1,G1+1,G1))

or
=SUM($E$2:E2), based on your unique counter column
 
Hi ,

It is unfortunate that the count you have manually entered stops after the first CR No of 200521.

What should be the value in cell F52 , for the next CR no of 200235 ?

Narayan
 
Back
Top