Forum Discussion
LelecoLima
8 years agoRegular Visitor
Custom column Index by other column
Dear friends I am facing some difficults to create a index column that will increment 1 each time the value in another column change. Below sample data: -The "periods" column is the reference, il wi...
- 8 years ago
LelecoLima Please try the following calcualted column
Month = MONTH(DATEVALUE(1&"-"&LEFT(Data[Periods],3)&"- 2016"))
If Feb is written as fev in the default date settings of your computer, then I am hopeful that this should work
Anonymous
8 years agoNot applicable
HI LelecoLima,
Can you please share some sample data for test? I think it will be help for formula coding.
BTW, I'm not so sure if it is possible to nested use related function in rankx formula.
Regards,
Xiaoxin Sheng
ChandeepChhabra
Impactful Individual
8 years agoLelecoLima Please try the following calcualted column
Month = MONTH(DATEVALUE(1&"-"&LEFT(Data[Periods],3)&"- 2016"))
If Feb is written as fev in the default date settings of your computer, then I am hopeful that this should work