Study Buddy

1347348350352353424

Comments

  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy

    CJC you any good with excel?
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy
    Baggybooks wrote:
    I only corrupt the weak...

    ...and the willing!

    :roll:
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy

    Makes it a lot easier if they're not kicking and screaming when being corrupted, or does it... ummmm
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy

    Far to late in the day for me to be corrupted anymore but I'm open to suggestions :wink:

    I'm not too bad with Excel, Dan, try me.
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy
    X5wrangler wrote:
    Makes it a lot easier if they're not kicking and screaming when being corrupted, or does it... ummmm

    Let's not go down that road, again.

    :shock:
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy
    CJC wrote:
    Far to late in the day for me to be corrupted anymore but I'm open to suggestions :wink:

    I'm not too bad with Excel, Dan, try me.

    What I'm tryig to do is a football league type table with 8 rows and 3 columns
    Column B will contain 8 names and Column C will contain the points gained throughout the "season" as the points increase throughout the "season" I want the table to update so that the person will the highest number in column C is in position 1, column B row A

    For e.g

    Andrew 6
    Dan 5
    Jonathan 9

    I want the table to automatically update when Jonathans points are changed, so now Jonathan should be top
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy

    Is that shep being squashed between a door and the door frame? :shock:
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy

    Does Gem corrupt people too?
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy
    Gem7321 wrote:
    Is that shep being squashed between a door and the door frame? :shock:

    About to leap from the stairs, I'm afraid. Don't worry, I talked him out of it.

    :wink:
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy

    No I don't corrupt people! I'm too innocent for that :)
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy
    DAW1986 wrote:
    Does Gem corrupt people too?

    I take it you're around 21 Dan? If I'm right then step this way...... :lol:
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy
    Gem7321 wrote:
    No I don't corrupt people! I'm too innocent for that :)

    Good i wouldnt want my fragile little mind being warped
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy

    I think it's probably too late for that :P
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy


    Oi! Mandy! Hands off! I saw him first!

    :twisted:
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy
    Gem7321 wrote:
    I think it's probably too late for that :P

    Its not too late, i havent been warped yet
    I think if anything i warped you lot with the story of the spiders
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy

    I'm taking meg and mo to a dog show in a couple of weeks :)

    We're putting Mo in for 'Dog the judge would most like to take home' megs going for 'prettiest bitch' and I'm taking her in for 'best child handler'.

    I was thinking about taking Lucy for best veteran but she smells.
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy


    Shep smells too.

    :?
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy

    How many dogs do you have?
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy

    Only 3
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy
    DAW1986 wrote:
    How many dogs do you have?

    One.
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy
    Baggybooks wrote:
    Shep smells too.

    :?

    I bet he doesn't smell as bad as lucy :P and lucy has to have most of her teeth taken out :? she's just a big gummy bear now :lol:
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy

    Look at meg :D
    <
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy

    Gem7321 wrote:
    Look at meg :D
    <

    I think Hellen's looks more realistic though...
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy

    Yeah but Hellens doesn't play piano :P
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy


    Shep doesn't play the piano.

    :cry:

    Gem - we're psychic. Or is it psycho?

    :roll:
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy
    Baggybooks wrote:


    Gem - we're psychic. Or is it psycho?

    :roll:

    Who is?
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy


    We both said that Shep doesn't play the piano.

    He does act though.
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy

    How handy are you with macros Dan?
    Private Sub Worksheet_Change(ByVal Target As Range)
        Application.EnableEvents = False
        Range("League").CurrentRegion.Select
        Selection.Sort Key1:=Range("B1"), Order1:=xlDescending, Header:=xlGuess, _
            OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, _
            DataOption1:=xlSortNormal
            Application.EnableEvents = True
    End Sub
    
    You'll need to name the range where your data is to League. PM if you need help on macros.
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy


    :shock:
  • System
    System Posts: 100,537 πŸ€– Admin πŸ€–
    Re:Study Buddy
    CJC wrote:
    How handy are you with macros Dan?
    Private Sub Worksheet_Change(ByVal Target As Range)
        Application.EnableEvents = False
        Range("League").CurrentRegion.Select
        Selection.Sort Key1:=Range("B1"), Order1:=xlDescending, Header:=xlGuess, _
            OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, _
            DataOption1:=xlSortNormal
            Application.EnableEvents = True
    End Sub
    
    You'll need to name the range where your data is to League. PM if you need help on macros.

    Bless you
Privacy Policy