Test | Expected | Actual |
---|---|---|
4 | 4 | 4 |
-5 | -5 | -5 |
0 | 0 | 0 |
11 | 11 | 11 |
%CALC{"$ABOVE()"}% | R0:C3..R5:C3 | R1:C3..R5:C3 |
Test | Expected | Actual |
---|---|---|
%CALC{"$AND(0, 0, 0)"}% | 0 | 0 |
%CALC{"$AND(0, 0, 1)"}% | 0 | 0 |
%CALC{"$AND(0, 1, 0)"}% | 0 | 0 |
%CALC{"$AND(0, 1, 1)"}% | 0 | 0 |
%CALC{"$AND(1, 0, 0)"}% | 0 | 0 |
%CALC{"$AND(1, 0, 1)"}% | 0 | 0 |
%CALC{"$AND(1, 1, 0)"}% | 0 | 0 |
%CALC{"$AND(1, 1, 1)"}% | 1 | 1 |
Test | Expected | Actual |
---|---|---|
10 | 10 | 10 |
12 | 12 | 12 |
11 | 11 | 11 |
14 | 14 | 14 |
%CALC{"$AVERAGE($ABOVE())"}% | 11.75 | 11.75 |
Test | Expected | Actual |
---|---|---|
Normal | 2 | 3 |
Test %CALC{"$COLUMN()"}% | A | B |
Expected | 2 | B |
Actual | 2 | B |
Offset 2 | ||
Test %CALC{"$COLUMN(2)"}% | A | B |
Expected | 4 | B |
Actual | 4 | B |
Offset -1 | ||
Test %CALC{"$COLUMN(-1)"}% | A | B |
Expected | 1 | B |
Actual | 1 | B |
Test | Expected | Actual |
---|---|---|
A | A | A |
A | A | A |
B | B | B |
C | C | C |
C | C | C |
C | C | C |
C | C | C |
C | C | C |
%CALC{"$COUNTITEMS(R2:C2..R9:C2)"}% | A: 2 B: 1 C: 5 |
A: 2 B: 1 C: 5 |
Test | Expected | Actual |
%CALC{"$COUNTITEMS(R1:C2..R1:C2)"}% | Expected: 1 | Expected: 1 |
$COUNTSTR( list, str )
%CALC{"$COUNTSTR($ABOVE())"}%
counts the number of non empty cells above the current cell
%CALC{"$COUNTSTR($ABOVE(), DONE)"}%
counts the number of cells equal to DONE
$COUNTITEMS()
, $LIST()
$DEF( list )
%CALC{"$DEF(R1:C1..R1:C3)"}%
$COUNTSTR()
, $LISTIF()
, $LIST()
1234
), binary integers (0b1110011
), octal integers (01234
), hexadecimal integers (0x1234
) or of exponential notation (12.34e-56
)
$EVAL( formula )
%CALC{"$EVAL( (5 * 3) / 2 + 1.1 )"}%
returns 8.6
$EXEC()
, $INT()
, $MOD()
, $ROUND()
, $VALUE()
1
if they are exactly the same, or 0
if not
$EXACT( text1, text2 )
%CALC{"$EXACT(foo, Foo)"}%
returns 0
%CALC{"$EXACT(foo, $LOWER(Foo))"}%
returns 1
$EMPTY()
, $IF()
, $TRIM()
$EXEC( formula )
%CALC{"$SET(msg, $NOEXEC(Hi $GET(name)))"}%
sets the msg
variable with raw formula Hi $GET(name)
%CALC{"$SET(name, Tom) $EXEC($GET(msg))"}%
executes content of msg
variable and returns Hi Tom
%CALC{"$SET(name, Jerry) $EXEC($GET(msg))"}%
returns Hi Jerry
$EVAL()
, $GET()
, $NOEXEC()
, $SET()
TopicName
or a Web.TopicName
. Current web is used if web is not specified.
$EXISTS( topic )
%CALC{"$EXISTS(StronaGlowna)"}%
returns 1
%CALC{"$EXISTS(ThisDoesNotExist)"}%
returns 0
$EXACT()
, $IF()
, $TRIM()
$EXP( num )
%CALC{"$EXP(1)"}%
returns 2.71828182845905
$LN()
, $LOG()
type
: COMMA
for comma format, such as 12,345.68
DOLLAR
for Dollar format, such as $12,345.68
KB
for Kilo Byte format, such as 1205.63 KB
MB
for Mega Byte format, such as 1.18 MB
KBMB
for Kilo/Mega/Giga/Tera Byte auto-adjust format
NUMBER
for number, such as 12345.7
PERCENT
for percent format, such as 12.3%
precision
indicates the the number of digits after the dot
$FORMAT( type, prec, number )
%CALC{"$FORMAT(COMMA, 2, 12345.6789)"}%
returns 12,345.68
%CALC{"$FORMAT(DOLLAR, 2, 12345.67)"}%
returns $12,345.68
%CALC{"$FORMAT(KB, 2, 1234567)"}%
returns 1205.63 KB
%CALC{"$FORMAT(MB, 2, 1234567)"}%
returns 1.18 MB
%CALC{"$FORMAT(KBMB, 2, 1234567)"}%
returns 1.18 MB
%CALC{"$FORMAT(KBMB, 2, 1234567890)"}%
returns 1.15 GB
%CALC{"$FORMAT(NUMBER, 1, 12345.67)"}%
returns 12345.7
%CALC{"$FORMAT(PERCENT, 1, 0.1234567)"}%
returns 12.3%
$FORMATTIME()
, $FORMATTIMEDIFF()
, $ROUND()
$FORMATTIME()
.
$FORMATGMTIME( serial, text )
%CALC{"$FORMATGMTIME(1041379200, $day $mon $year)"}%
returns 01 Jan 2003
$FORMATTIME()
, $FORMATTIMEDIFF()
, $TIME()
, $TIMEADD()
, $TIMEDIFF()
, $TODAY()
text
are expanded: $second
(seconds, 00..59); $minute
(minutes, 00..59); $hour
(hours, 00..23); $day
(day of month, 01..31); $month
(month, 01..12); $mon
(month in text format, Jan..Dec); $year
(4 digit year, 1999); $ye
(2 digit year, 99), $wd
(day number of the week, 1 for Sunday, 2 for Monday, etc), $wday
(day of the week, Sun..Sat), $weekday
(day of the week, Sunday..Saturday), $yearday
(day of the year, 1..365, or 1..366 in leap years). Date is assumed to be server time; add GMT
to indicate Greenwich time zone.
$FORMATTIME( serial, text )
%CALC{"$FORMATTIME(0, $year/$month/$day GMT)"}%
returns 1970/01/01 GMT
$FORMATGMTIME()
, $TIME()
, $FORMATTIMEDIFF()
, $TIMEADD()
, $TIMEDIFF()
, $TODAY()
time
to a human readable format, such as: 12 hours and 3 minutes
unit
can be second
, minute
, hour
, day
, month
, year
. Note: An approximation is used for month and year calculations.
precision
indicates the number of output units to use
$FORMATTIMEDIFF( unit, precision, time )
%CALC{"$FORMATTIMEDIFF(min, 1, 200)"}%
returns 3 hours
%CALC{"$FORMATTIMEDIFF(min, 2, 200)"}%
returns 3 hours and 20 minutes
%CALC{"$FORMATTIMEDIFF(min, 1, 1640)"}%
returns 1 day
%CALC{"$FORMATTIMEDIFF(min, 2, 1640)"}%
returns 1 day and 3 hours
%CALC{"$FORMATTIMEDIFF(min, 3, 1640)"}%
returns 1 day, 3 hours and 20 minutes
$FORMATTIME()
, $TIME()
, $TIMEADD()
, $TIMEDIFF()
$SET()
to set a variable first. Unlike table ranges, variables live for the time of the page view and persist across tables, i.e. you can use it to summarize results across several tables.
$GET( name )
%CALC{"$GET(my_total)"}%
returns the value of the my_total
variable
$EXEC()
, $NOEXEC()
, $SET()
, $SETIFEMPTY()
, $SETM()
0
means condition not met), or two numbers with a comparison operator <
(less than), <=
(less than or equal), ==
(equal), !=
(not equal), >=
(greater than or equal), >
(greater than).
$IF( condition, value if true, value if 0 )
%CALC{"$IF($T(R1:C5) > 1000, Over Budget, OK)"}%
returns Over Budget
if value in R1:C5 is over 1000, OK
if not
%CALC{"$IF($EXACT($T(R1:C2),), empty, $T(R1:C2))"}%
returns the content of R1:C2 or empty
if empty
%CALC{"$SET(val, $IF($T(R1:C2) == 0, zero, $T(R1:C2)))"}%
sets a variable conditionally
$AND()
, $EMPTY()
, $EXACT()
, $LISTIF()
, $NOT()
, $OR()
1234
), binary integers (0b1110011
), octal integers (01234
), hexadecimal integers (0x1234
) or of exponential notation (12.34e-56
)
$INT( $VALUE( number ) )
$INT( formula )
%CALC{"$INT(10 / 4)"}%
returns 2
%CALC{"$INT($VALUE(09))"}%
returns 9
$EVAL()
, $ROUND()
, $VALUE()
$LEFT( )
%CALC{"$SUM($LEFT())"}%
returns the sum of cells to the left of the current cell
$ABOVE()
, $RIGHT()
$LENGTH( text )
%CALC{"$LENGTH(abcd)"}%
returns 4
$LISTSIZE()
$LIST( range )
%CALC{"$LIST($LEFT())"}%
returns Apples, Lemons, Oranges, Kiwis
assuming the cells to the left contain | Apples | Lemons, Oranges | Kiwis |
$AVERAGE()
, $COUNTITEMS()
, $COUNTSTR()
, $DEF()
, $LISTIF()
, $LISTITEM()
, $LISTJOIN()
, $LISTMAP()
, $LISTRAND()
, $LISTREVERSE()
, $LISTSHUFFLE()
, $LISTSIZE()
, $LISTSORT()
, $LISTTRUNCATE()
, $LISTUNIQUE()
, $MAX()
, $MEDIAN()
, $MIN()
, $PRODUCT()
, $SUM()
, $SUMDAYS()
, $SUMPRODUCT()
$IF()
, you can use $item
to indicate the current element, and $index
for the list index, starting at 1
$LISTIF( condition, list )
%CALC{"$LISTIF($item > 12, 14, 7, 25)"}%
returns 14, 25
%CALC{"$LISTIF($NOT($EXACT($item,)), A, B, , E)"}%
returns non-empty elements A, B, E
%CALC{"$LISTIF($index > 2, A, B, C, D)"}%
returns C, D
$EMPTY()
, $EXACT()
, $IF()
, $LIST()
, $LISTITEM()
, $LISTMAP()
, $LISTREVERSE()
, $LISTSIZE()
, $LISTSORT()
, $LISTUNIQUE()
, $SUM()
$LISTITEM( index, list )
%CALC{"$LISTITEM(2, Apple, Orange, Apple, Kiwi)"}%
returns Orange
%CALC{"$LISTITEM(-1, Apple, Orange, Apple, Kiwi)"}%
returns Kiwi
$COUNTITEMS()
, $COUNTSTR()
, $LIST()
, $LISTIF()
, $LISTMAP()
, $LISTRAND()
, $LISTREVERSE()
, $LISTSIZE()
, $LISTSORT()
, $LISTUNIQUE()
, $SUM()
separator
string, which may include $comma
for comma, $n
for newline, and $sp
for space.
$LISTJOIN( separator, list )
%CALC{"$LISTJOIN($n, Apple, Orange, Apple, Kiwi)"}%
returns the four items separated by new lines
$LIST()
, $LISTSIZE()
$item
to indicate the element; $index
to show the index of the list, starting at 1. If $item
is omitted, the item is appended to the formula.
$LISTMAP( formula, list )
%CALC{"$LISTMAP($index: $EVAL(2 * $item), 3, 5, 7, 11)"}%
returns 1: 6, 2: 10, 3: 14, 4: 22
$COUNTITEMS()
, $COUNTSTR()
, $LIST()
, $LISTIF()
, $LISTITEM()
, $LISTREVERSE()
, $LISTSIZE()
, $LISTSORT()
, $LISTUNIQUE()
, $SUM()
$LISTRAND( list )
%CALC{"$LISTRAND(Apple, Orange, Apple, Kiwi)"}%
returns one of the four elements
$COUNTITEMS()
, $COUNTSTR()
, $LIST()
, $LISTIF()
, $LISTITEM()
, $LISTMAP()
, $LISTSHUFFLE()
, $LISTSIZE()
, $LISTSORT()
, $LISTUNIQUE()
, $RAND()
, $SUM()
$LISTREVERSE( list )
%CALC{"$LISTREVERSE(Apple, Orange, Apple, Kiwi)"}%
returns Kiwi, Apple, Orange, Apple
$COUNTITEMS()
, $COUNTSTR()
, $LIST()
, $LISTIF()
, $LISTITEM()
, $LISTMAP()
, $LISTSIZE()
, $LISTSORT()
, $LISTUNIQUE()
, $SUM()
$LISTSIZE( list )
%CALC{"$LISTSIZE(Apple, Orange, Apple, Kiwi)"}%
returns 4
$COUNTITEMS()
, $COUNTSTR()
, $LIST()
, $LISTIF()
, $LISTITEM()
, $LISTJOIN()
, $LISTMAP()
, $LISTREVERSE()
, $LISTSORT()
, $LISTTRUNCATE()
, $LISTUNIQUE()
, $SUM()
$LISTSHUFFLE( list )
%CALC{"$LISTSHUFFLE(Apple, Orange, Apple, Kiwi)"}%
returns the four elements in random order
$COUNTITEMS()
, $COUNTSTR()
, $LIST()
, $LISTIF()
, $LISTITEM()
, $LISTMAP()
, $LISTRAND()
, $LISTSIZE()
, $LISTSORT()
, $LISTUNIQUE()
, $RAND()
, $SUM()
$LISTSORT( list )
%CALC{"$LISTSORT(Apple, Orange, Apple, Kiwi)"}%
returns Apple, Apple, Kiwi, Orange
$COUNTITEMS()
, $COUNTSTR()
, $LIST()
, $LISTIF()
, $LISTITEM()
, $LISTMAP()
, $LISTREVERSE()
, $LISTSHUFFLE()
, $LISTSIZE()
, $LISTUNIQUE()
, $SUM()
$LISTTRUNCATE( size, list )
%CALC{"$LISTTRUNCATE(2, Apple, Orange, Kiwi)"}%
returns Apple, Orange
$COUNTITEMS()
, $COUNTSTR()
, $LIST()
, $LISTIF()
, $LISTITEM()
, $LISTMAP()
, $LISTSIZE()
, $LISTSORT()
, $LISTUNIQUE()
, $SUM()
$LISTUNIQUE( list )
%CALC{"$LISTUNIQUE(Apple, Orange, Apple, Kiwi)"}%
returns Apple, Orange, Kiwi
$COUNTITEMS()
, $COUNTSTR()
, $LIST()
, $LISTIF()
, $LISTITEM()
, $LISTMAP()
, $LISTREVERSE()
, $LISTSIZE()
, $LISTSORT()
, $SUM()
$LN( num )
%CALC{"$LN(10)"}%
returns 2.30258509299405
$EXP()
, $LOG()
$LOG( num, base )
%CALC{"$LOG(1000)"}%
returns 3
%CALC{"$LOG(16, 2)"}%
returns 4
$EXP()
, $LN()
$LOWER(text)
%CALC{"$LOWER( $T(R1:C5) )"}%
returns the lower case string of the text in cell R1:C5
$PROPER()
, $PROPERSPACE()
, $TRIM()
, $UPPER()
$MAX( list )
%CALC{"$MAX($LEFT())"}%
$LIST()
, $MEDIAN()
, $MIN()
, $PERCENTILE()
$MEDIAN( list )
%CALC{"$MEDIAN(3, 9, 4, 5)"}%
returns 4.5
$LIST()
, $MAX()
, $MIN()
, $PERCENTILE()
$MIN( list )
%CALC{"$MIN(15, 3, 28)"}%
returns 3
$LIST()
, $MAX()
, $MEDIAN()
, $PERCENTILE()
num
by divisor
$MOD( num, divisor )
%CALC{"$MOD(7, 3)"}%
returns 1
$EVAL()
$EXEC()
.
$NOEXEC( formula )
%CALC{"$SET(msg, $NOEXEC(Hi $GET(name)))"}%
sets the msg
variable with the formula Hi $GET(name)
without executing it
$EVAL()
, $EXEC()
, $GET()
, $SET()
%SEARCH{}%
is evaluated. The percent character '%' can be escaped with $per
$NOP( text )
num
is not zero, 1 if zero
$NOT( num )
%CALC{"$NOT(0)"}%
returns 1
$AND()
, $EMPTY()
, $IF()
, $OR()
$PERCENTILE( num, list )
%CALC{"$PERCENTILE(75, 400, 200, 500, 100, 300)"}%
returns 450
$LIST()
, $MAX()
, $MEDIAN()
, $MIN()
$PI( )
%CALC{"$PI()"}%
returns 3.14159265358979
$PRODUCT( list )
%CALC{"$PRODUCT($LEFT())"}%
$LIST()
, $PRODUCT()
, $SUM()
, $SUMPRODUCT()
$PROPER( text )
%CALC{"$PROPER(a small STEP)"}%
returns A Small Step
%CALC{"$PROPER(f1 (formula-1))"}%
returns F1 (Formula-1)
$LOWER()
, $PROPERSPACE()
, $TRIM()
, $UPPER()
][
. Words listed in the DONTSPACE DefaultPreferences variable or DONTSPACE Plugins setting are excluded
$PROPERSPACE( text )
%CALC{"$PROPERSPACE(Old MacDonald had a ServerFarm, EeEyeEeEyeOh)"}%
returns Old MacDonald had a Server Farm, Ee Eye Ee Eye Oh
$LOWER()
, $PROPER()
, $TRIM()
, $UPPER()
max
, or 0 and 1 if max is not specified
$RAND( max )
$EVAL()
, $LISTRAND()
, $LISTSHUFFLE()
$REPEAT( text, num )
%CALC{"$REPEAT(/\, 5)"}%
returns /\/\/\/\/\
$RIGHT( )
%CALC{"$SUM($RIGHT())"}%
returns the sum of cells to the right of the current cell
$ABOVE()
, $LEFT()
formula
and rounds the result up or down to the number of digits if digits
is positive; to the nearest integer if digits is missing; or to the left of the decimal point if digits is negative
$ROUND( formula, digits )
%CALC{"$ROUND(3.15, 1)"}%
returns 3.2
%CALC{"$ROUND(3.149, 1)"}%
returns 3.1
%CALC{"$ROUND(-2.475, 2)"}%
returns -2.48
%CALC{"$ROUND(34.9, -1)"}%
returns 30
$INT()
, $FORMAT()
$ROW( offset )
%CALC{"$ROW(-2)"}%
$COLUMN()
, $T()
$NOEXEC()
if you want to prevent that. This function returns no output. Use $GET()
to retrieve variables. Unlike table ranges, variables live for the time of the page view and persist across tables, i.e. you can use it to summarize results across several tables and also across included topics
$SET( name, value )
%CALC{"$SET(my_total, $SUM($ABOVE()))"}%
sets the my_total
variable to the sum of all table cells located above the current cell and returns an empty string
$EXEC()
, $GET()
, $NOEXEC()
, $SETIFEMPTY()
, SETM()
$SETIFEMPTY( name, value )
%CALC{"$SETIFEMPTY(result, default)"}%
sets the result
variable to default
if the variable is empty or 0; in any case an empty string is returned
$GET()
, $SET()
+
(add), -
(subtract), *
(multiply), or /
(divide) something to the variable. This function returns no output. Use $GET()
to retrieve variables
$SETM( name, formula )
%CALC{"$SETM(total, + $SUM($LEFT()))"}%
adds the sum of all table cells on the left to the total
variable, and returns an empty string
$GET()
, $SET()
, $SETIFEMPTY()
num
is negative, 0 if zero, or 1 if positive
$SIGN( num )
%CALC{"$SIGN(-12.5)"}%
returns -1
$ABS()
, $EVAL()
, $EVEN()
, $INT()
, $NOT()
, $ODD()
$SQRT( num )
%CALC{"$SQRT(16)"}%
returns 4
Test | Expected | Actual |
---|---|---|
4 | 4 | 4 |
-5 | -5 | -5 |
0 | 0 | 0 |
11 | 11 | 11 |
%CALC{"$SUM($ABOVE())"}% | 10 | 10 |
Test | Expected | Actual |
---|---|---|
0 | 0 | 0 |
0 | 0 | 0 |
0 | 0 | 0 |
0 | 0 | 0 |
%CALC{"$SUM($ABOVE())"}% | 0 | 0 |
h
, hours
, d
, days
, w
, weeks
suffix. One week is assumed to have 5 working days, one day 8 hours
$SUMDAYS( list )
%CALC{"$SUMDAYS(2w, 1, 2d, 4h)"}%
returns 13.5
, the evaluation of (2*5 + 1 + 2 + 4/8)
$SUM()
, $TIME()
, $FORMATTIME()
$SUMPRODUCT( list, list, list... )
%CALC{"$SUMPRODUCT(R2:C1..R4:C1, R2:C5..R4:C5)"}%
evaluates and returns the result of ($T(R2:C1) * $T(R2:C5) + $T(R3:C1) * $T(R3:C5) + $T(R4:C1) * $T(R4:C5))
$LIST()
, $PRODUCT()
, $SUM()
$T( address )
%CALC{"$T(R1:C5)"}%
returns the text in cell R1:C5
$COLUMN()
, $ROW()
from
a set to
a set, one character by one. The text
may contain commas; all three parameters are required. In the from
and to
parameters you can write $comma
to escape comma, $sp
to escape space
$TRANSLATE( text, from, to )
%CALC{"$TRANSLATE(boom,bm,cl)"}%
returns cool
%CALC{"$TRANSLATE(one, two,$comma,;)"}%
returns one; two
$INSERTSTRING()
, $LEFTSTRING()
, $REPLACE()
, $RIGHTSTRING()
, $SUBSTRING()
, $SUBSTITUTE()
unit
is seconds if not specified; unit can be second
, minute
, hour
, day
, week
, month
, year
. Note: An approximation is used for month and year calculations
$TIMEADD( serial, value, unit )
%CALC{"$TIMEADD($TIME(), 2, week)"}%
returns the serialized date two weeks from now
$FORMATTIME()
, $FORMATGMTIME()
, $TIME()
, $TIMEDIFF()
, $TODAY()
unit
is seconds if not specified; unit can be specified as in $TIMEADD()
. Note: An approximation is used for month and year calculations. Use $FORMAT()
, $FORMATTIMEDIFF()
or $INT()
to format real numbers
$TIMEDIFF( serial_1, serial_2, unit )
%CALC{"$TIMEDIFF($TIME(), $EVAL($TIME()+90), minute)"}%
returns 1.5
$FORMAT()
, $FORMATGMTIME()
, $FORMATTIME()
, $FORMATTIMEDIFF()
, $INT()
, $TIME()
, $TIMEADD()
, $TODAY()
, $WORKINGDAYS()
$TIME()
returns the serialized date of today at the current time, e.g. it includes the number of seconds since midnight GMT
$TODAY( )
%CALC{"$TODAY()"}%
returns the number of seconds since Epoch
$FORMATTIME()
, $FORMATGMTIME()
, $TIME()
, $TIMEADD()
, $TIMEDIFF()
$TRIM( text )
%CALC{"$TRIM( eat spaces )"}%
returns eat spaces
$EMPTY()
, $EXACT()
, $PROPERSPACE()
$UPPER( text )
%CALC{"$UPPER($T(R1:C5))"}%
returns the upper case string of the text in cell R1:C5
$LOWER()
, $PROPER()
, $PROPERSPACE()
, $TRIM()
text
. Returns 0
if not found
$VALUE( text )
%CALC{"$VALUE(US$1,200)"}%
returns 1200
%CALC{"$VALUE(PrjNotebook1234)"}%
returns 1234
%CALC{"$VALUE(Total: -12.5)"}%
returns -12.5
$EVAL()
, $INT()
Start | End | Expected | Actual |
---|---|---|---|
2009/05/07 | 2009/05/07 | 0 | 0 |
2009/05/07 | 2009/05/08 | 1 | 1 |
2009/05/07 | 2009/05/09 | 1 | 2 |
2009/05/07 | 2009/05/10 | 1 | 2 |
2009/05/07 | 2009/05/11 | 2 | 2 |
2009/05/07 | 2009/05/12 | 3 | 3 |
2009/05/07 | 2009/05/13 | 4 | 4 |
2009/05/07 | 2009/05/14 | 5 | 5 |
2009/05/07 | 2009/05/15 | 6 | 6 |
2009/05/07 | 2009/05/16 | 6 | 7 |
2009/05/07 | 2009/05/17 | 6 | 7 |
2009/05/07 | 2009/05/18 | 7 | 7 |
2009/05/07 | 2009/05/20 | 9 | 9 |
2009/05/07 | 2009/05/21 | 10 | 10 |
2009/05/07 | 2009/05/22 | 11 | 11 |
2009/05/07 | 2009/05/23 | 11 | 12 |
2009/05/07 | 2009/05/24 | 11 | 12 |
2009/05/07 | 2009/05/25 | 12 | 12 |
2009/03/19 | 2009/03/19 | 0 | 0 |
2009/03/19 | 2009/03/20 | 1 | 1 |
2009/03/19 | 2009/03/21 | 1 | 2 |
2009/03/19 | 2009/03/22 | 1 | 2 |
2009/03/19 | 2009/03/23 | 2 | 2 |
2009/03/19 | 2009/03/24 | 3 | 3 |
2009/03/19 | 2009/03/30 | 7 | 7 |
2009/03/19 | 2009/03/31 | 8 | 8 |
2009/03/20 | 2009/03/20 | 0 | 0 |
2009/03/20 | 2009/03/21 | 0 | 1 |
2009/03/20 | 2009/03/22 | 0 | 1 |
2009/03/20 | 2009/03/23 | 1 | 1 |
2009/03/20 | 2009/03/24 | 2 | 2 |
2009/03/20 | 2009/03/30 | 6 | 6 |
2009/03/20 | 2009/03/31 | 7 | 7 |
2009/03/20 | 2009/04/01 | 8 | 8 |
2009/03/21 | 2009/03/21 | 0 | 0 |
2009/03/21 | 2009/03/22 | 0 | 0 |
2009/03/21 | 2009/03/23 | 1 | 0 |
2009/03/21 | 2009/03/24 | 2 | 1 |
2009/03/21 | 2009/03/25 | 3 | 2 |
2009/03/21 | 2009/03/30 | 6 | 5 |
2009/03/21 | 2009/03/31 | 7 | 6 |
2009/03/21 | 2009/04/01 | 8 | 7 |
2009/03/22 | 2009/03/22 | 0 | 0 |
2009/03/22 | 2009/03/23 | 1 | 0 |
2009/03/22 | 2009/03/24 | 2 | 1 |
2009/03/22 | 2009/03/25 | 3 | 2 |
2009/03/22 | 2009/03/30 | 6 | 5 |
2009/03/22 | 2009/03/31 | 7 | 6 |
2009/03/22 | 2009/04/01 | 8 | 7 |
2009/03/22 | 2009/04/02 | 9 | 8 |
2009/03/23 | 2009/03/23 | 0 | 0 |
2009/03/23 | 2009/03/24 | 1 | 1 |
2009/03/23 | 2009/03/25 | 2 | 2 |
2009/03/23 | 2009/03/26 | 3 | 3 |
2009/03/23 | 2009/03/27 | 4 | 4 |
2009/03/23 | 2009/03/28 | 4 | 5 |
2009/03/23 | 2009/03/29 | 4 | 5 |
2009/03/23 | 2009/03/30 | 5 | 5 |
2009/03/23 | 2009/03/31 | 6 | 6 |
2009/03/23 | 2009/04/01 | 7 | 7 |
2009/03/23 | 2009/04/02 | 8 | 8 |
2009/03/23 | 2009/04/03 | 9 | 9 |
2009/03/23 | 2009/04/04 | 9 | 10 |
2008/12/31 | 2009/12/31 | 261 | 261 |