You are on page 1of 8

What People are Doing?

Who Participates (U.S. online users)


Young Teens

Youth

Generation Y

Generation X

12 to 17

18 to 21

22 to 26

27 to 40

34

15 13

37

15 24

30

15 35

19

15

24

26 13

37

26 24

34

26 35

25

26

11

37 13

16

37 24

18

37 35

16

37

51

48 13

70

48 24

57

48 35

29

48

49

59 13

59

59 24

54

59 35

41

59

34

70 13

17

70 24

21

70 35

42

70

Pointy Haired Dilbe

Generation X

Young Boomers

Old Boomers

Seniors

27 to 40

41 to 50

51 to 61

62+

46

12

15 57

15 68

15 79

46

18

26 57

15

26 68

11

26 79

46

15

37 57

16

37 68

11

37 79

46

15

48 57

48 68

48 79

46

31

59 57

26

59 68

19

59 79

46

54

70 57

61

70 68

70

70 79

Pointy Haired Dilbert, http://chandoo.org/blog - 2007

1
1
1
1

1
1
1
1

1
1
1
1

43

1
1
1
1

1
1
1
1

1
1
1
1

1
1
1
1

1
1
1
1
1

1
1
1
1
1

1
1
1
1
1

This grid (10 by 10) has formula which results


in writing "1" or "" depending on the cell's
position in the grid. The grid had conditional
formatting to fill all the cells with 1 in them

The numer of cells in


the above grid to be
filled with "1" is
mentioned here.
Change it see what
happens

This determines
the direction of fill
flow, L means left to
right, R means
Right to left.

The Formula: IF((ROW($B$11)-ROW())*10+11*(IF($E$12="R",0,1)) + (-1)^(IF($E$12="R",0,1))*((COLUMN($K$2)-COLUMN())+1)<=$B$12


What it means: if direction is Left to Right,
if row of the cell * 10 + column of the cell is less than or equal to the total number (43 or watever)
return "1"
else return ""
else
if row of the cell * 10 + 10 - column of the cell is less than or equal to the total number (43 or watever)
return "1"
else return ""

The conditional formatting:

Pointy Haired Dilbert, http://chandoo.org/blog -

LUMN($K$2)-COLUMN())+1)<=$B$12,1,"")

umber (43 or watever)

tal number (43 or watever)

t, http://chandoo.org/blog - 2007

You might also like