Study Buddy
Options
Comments
-
Re:Study Buddy
CJC you any good with excel?0 -
0
-
Re:Study Buddy
Makes it a lot easier if they're not kicking and screaming when being corrupted, or does it... ummmm0 -
Re:Study Buddy
Far to late in the day for me to be corrupted anymore but I'm open to suggestions
I'm not too bad with Excel, Dan, try me.0 -
Re:Study BuddyX5wrangler 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:0 -
Re:Study BuddyCJC wrote:Far to late in the day for me to be corrupted anymore but I'm open to suggestions

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 top0 -
Re:Study Buddy
Is that shep being squashed between a door and the door frame? :shock:0 -
Re:Study Buddy
Does Gem corrupt people too?0 -
Re:Study Buddy
No I don't corrupt people! I'm too innocent for that
0 -
Re:Study Buddy
I think it's probably too late for that :P0 -
Re:Study Buddy
Oi! Mandy! Hands off! I saw him first!
:twisted:0 -
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.0 -
Re:Study Buddy
Shep smells too.
:?0 -
Re:Study Buddy
How many dogs do you have?0 -
Re:Study Buddy
Only 30 -
Re:Study BuddyBaggybooks 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
0 -
Re:Study Buddy
Look at meg
<0 -
Re:Study Buddy
Yeah but Hellens doesn't play piano :P0 -
Re:Study Buddy
Shep doesn't play the piano.
Gem - we're psychic. Or is it psycho?
:roll:0 -
0
-
Re:Study Buddy
We both said that Shep doesn't play the piano.
He does act though.0 -
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 SubYou'll need to name the range where your data is to League. PM if you need help on macros.0 -
Re:Study Buddy
:shock:0 -
Re:Study BuddyCJC 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 SubYou'll need to name the range where your data is to League. PM if you need help on macros.
Bless you0