General Discussions

Discuss any topics that are not product-specific here.

How to identify consecutive values?

Jenis
5 - Atom

Hi,

I want to identify when the product column has 3 consecutive values or more. If the values is less than 3 consecutive values then the output should be false . I'm not sure how to get this type of output. Any help will be appreciated.

 

IDProductMax_ConsecOutput
10113Consecutive
10123Consecutive
10133Consecutive
10113FALSE
10123FALSE
10215FALSE
10215FALSE
10215FALSE
10215Consecutive
10225Consecutive
10235Consecutive
10245Consecutive
10255Consecutive
10314Consecutive
10324Consecutive
10334Consecutive
10344Consecutive
10314Consecutive
10324Consecutive
10334Consecutive
10 REPLIES 10
growexx
5 - Atom

Hi Jenis,

 

As per my understanding You can use Multi row formula or IF Function to derive the output!

 

 

Labels