| View previous topic :: View next topic |
| Author |
Message |
vaidmohammed Newbie

Joined: 29 May 2012 Posts: 2 Location: India
|
Posted: Tue Jun 26, 2012 12:38 am Post subject: Formula Help |
|
|
Hello,
I am using OO Calc and facing a problem for generating a formula which can give me my expected output. the scenario is : -
Below are the series which I am inserting manually. The column Number is derived with a formula {=IF(A2=A1;(B1+1);1)} but when the same series occurs in between the set then the Numbers column goes on toss. In this situation my expectation is mentioned in Expected column. Can anybody help me?
Series Numbers Expected
1.1 1 1
1.1 2 2
1.1 3 3
1.3 1 1
1.1 1 4
1.1 2 5
1.2 1 1
1.2 2 2
1.2 3 3
1.3 1 2
1.2 1 4
1.3 1 3
1.2 1 5 _________________ Regards,
Mohammed Vaid
vaidmohammed@gmail.com |
|
| Back to top |
|
 |
ken johnson Super User

Joined: 23 Apr 2009 Posts: 1875 Location: Sydney, Australia
|
Posted: Tue Jun 26, 2012 3:18 am Post subject: |
|
|
I'm not sure I understand your question.
If you are after a formula for the third column, "Expected" then try...
| Code: | | =COUNTIF($A$2:$A2;A2) | in C2 filled down to C14.
You should remove your email address from the post.
Ken Johnson _________________ If your problem has been solved please add "[Solved]" to the beginning of your first post title (edit button). |
|
| Back to top |
|
 |
|