JonathanWootton
New Member
- Joined
- May 25, 2011
- Messages
- 4
Hi all,
I am struggling with an excel task, that i suspect could be simple.
I have a column of numbers: eg
7763
7777
8822
1234
And i need to score the numbers based on some simple rules, being
if second number +1 of first number add 1, and second number -1 of first number add 1, if second number = first number +2 and so one.
so:
7763 would score 3
7777 would score 6
8822 would score 4
1234 would score 3
How can i do this easily (I am guessing VB might help, but struggling to get my head into it working)
Any pointers appreciated
Regards
Jonathan
I am struggling with an excel task, that i suspect could be simple.
I have a column of numbers: eg
7763
7777
8822
1234
And i need to score the numbers based on some simple rules, being
if second number +1 of first number add 1, and second number -1 of first number add 1, if second number = first number +2 and so one.
so:
7763 would score 3
7777 would score 6
8822 would score 4
1234 would score 3
How can i do this easily (I am guessing VB might help, but struggling to get my head into it working)
Any pointers appreciated
Regards
Jonathan