I need do something in VBA but i don't know anything in it..
I don't find any code on the web doing what i need...
I've think this explain much what i need (this not work):
Column A Column B
Rows 1 | N° | REFERENCE EXP
Rows 2 | 1 | 305-871
Rows 3 | =if(B3<>B2;A3=A2+1;A3=A2) | 402-920
Rows 4 | =if(B4<>B3;A4=A3+1;A4=A3) | 402-920
Rows 5 | =if(B5<>B4;A5=A4+1;A5=A4) | 406-585
So, the result do something like that :
Column A Column B
Rows 1 | N° | REFERENCE EXP
Rows 2 | 1 | 305-871
Rows 3 | 2 | 402-920
Rows 4 | 2 | 402-920
Rows 5 | 3 | 406-585
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…