Hi
I have a column in my sheet that fills in progressively over a season
as team results are entered.
This particual column will show d for a goal-less draw (0-0), D for a
score draw (1-1, 2-2 etc) and W or L for Win/Loss
I'd like to show the last 6 game 'form' in this format: W,L,W,W,d,D
using that column
Any suggestions gratefully received
Thanks in advance
NeilTry something like this:
Single cell approach:
For a list of outcomes in A1:A100
B1:
=INDEX(A1:A100,MATCH(REPT(quot;zquot;,255),A:A)-5)amp;quot;,quot;amp;INDEX(A1:A100,MATCH(REPT(quot;zquot;,255),A:A)-4)amp;quot;,quot;amp;INDEX(A1:A100,MATCH(REPT(quot;zquot;,255),A:A)-3)amp;quot;,quot;amp;INDEX(A1:A100,MATCH(REPT(quot;zquot;,255),A:A)-2)amp;quot;,quot;amp;INDEX(A1:A100,MATCH(REPT(quot;zquot;,255),A:A)-1)amp;quot;,quot;amp;INDEX(A1:A100,MATCH(REPT(quot;zquot;,255),A:A))
Somewhat cleaner 2-cell approach:
B1: =MATCH(REPT(quot;zquot;,255),A:A)-5
C1:
=INDEX(A:A,B1)amp;quot;,quot;amp;INDEX(A:A,B1 1)amp;quot;,quot;amp;INDEX(A:A,B 1 2)amp;quot;,quot;amp;INDEX(A:A,B1 3)amp;quot;,quot;amp;INDEX(A:A,B1 4)amp;quot;,quot;amp;I NDEX(A:A,B1 5)
Is that something you can work with?
***********
Regards,
Ron
XL2002, WinXP-Proquot; wrote:
gt; Hi
gt;
gt; I have a column in my sheet that fills in progressively over a season
gt; as team results are entered.
gt;
gt; This particual column will show d for a goal-less draw (0-0), D for a
gt; score draw (1-1, 2-2 etc) and W or L for Win/Loss
gt;
gt; I'd like to show the last 6 game 'form' in this format: W,L,W,W,d,D
gt; using that column
gt; Any suggestions gratefully received
gt;
gt; Thanks in advance
gt; Neil
gt;
gt;
On 19 Mar 2006 07:26:37 -0800, quot; gt;
wrote:
gt;Hi
gt;
gt;I have a column in my sheet that fills in progressively over a season
gt;as team results are entered.
gt;
gt;This particual column will show d for a goal-less draw (0-0), D for a
gt;score draw (1-1, 2-2 etc) and W or L for Win/Loss
gt;
gt;I'd like to show the last 6 game 'form' in this format: W,L,W,W,d,D
gt;using that column
gt;Any suggestions gratefully received
gt;
gt;Thanks in advance
gt;Neil
Assume the result is in A1 and the scores are in A2:An
Download and install Longre's free morefunc.xll add-in from
xcell05.free.fr
Then use the formula:
=MCONCAT(OFFSET(A1,COUNTA(A2:A100),,-6),quot;,quot;)
--ron
- Dec 18 Mon 2006 20:34
Return last 6 results formula
close
全站熱搜
留言列表
發表留言