Forum Discussion

NewelleNielsen8821's avatar
NewelleNielsen8821
Copper Contributor
Jan 07, 2022
Solved

Enumerating Smartly in Excel

Hi I have an excel question - I need to have the function be smart enough to do two things:   1.  Determine the first integer of a value (ex x.xx) using Report Category column (SEE BELOW) based on ...
  • OliverScheurich's avatar
    Jan 07, 2022

    NewelleNielsen8821 

    =IF(D4="External Client Regulatory","1."&COUNTIF($D$4:D4,"External Client Regulatory"),

    IF(D4="External Operational Request","2."&COUNTIF($D$4:D4,"External Operational Request"),

    IF(D4="Evolent Standard Operational","3."&COUNTIF($D$4:D4,"Evolent Standard Operational"),

    IF(D4="Evolent Vendor Operational","4."&COUNTIF($D$4:D4,"Evolent Vendor Operational"),

    IF(D4="Evolent Internal Operational","5."&COUNTIF($D$4:D4,"Evolent Internal Operational"),0)))))

     

    Maybe with above formula which i applied in the attached file.

     

Resources