starters

The Tamer

Well-known Member
Joined
Jun 10, 2004
Messages
520
I just spent £11 on a curry, of which £2 was a starter. I've just eaten the starter, and now i'm full.

Why does this happen?

Shouldn't someone be working on a macro that will solve these more serious dilemmas that we all face?
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Here's one possibility :-

Code:
Sub Why_I_Am_Full()
Dim info&, x&
info = MsgBox("Having just eaten the starter, are you now full?", vbYesNoCancel)
If info = vbCancel Then
    MsgBox "What's wrong? Not full any more?"
    Exit Sub
ElseIf info = vbNo Then
    MsgBox "If you're not full, why are you trying to find out why you are full?"
    Exit Sub
Else
    x = Int((9 * Rnd) + 1)
    Select Case x
        Case Is = 1: MsgBox "Your eyes are bigger than your stomach"
        Case Is = 2: MsgBox "You already had a meal one hour ago"
        Case Is = 3: MsgBox "You've been scoffing too much junk food"
        Case Is = 4: MsgBox "You've got a small appetite"
        Case Is = 6: MsgBox "The restaurant gave you a main course portion by mistake"
        Case Is = 7: MsgBox "The starter was supposed to be for six persons"
        Case Is = 8: MsgBox "The diet pills are doing their job"
        Case Is = 9: MsgBox "Don't eat starters that use only potatoes"
    End Select
End If
End Sub

Hope this helps.
 
Sonny, it DOES help.

I tried your macro out tonight. It REALLY works!!!! You are a genius - a flippin mammoth genius (now i'm not saying you're fat or anything, just that you have a geniousity of elephantine proportions (well, slightly bigger than elephantine, i suppose))

So where did you learn all this stuff?

I don't suppose you've figured out a macro for world peace yet have you?

You know, recently scientists have said that there is a mathematical formula that can support Sod's law. And i just find it funny how people always think there's an answer to everything, a formula that you could even write in Excel.

Perhaps Excel will be predicting the future next? - Don't tell me, you've already worked it out!

Anyway everyone, as my response to this post came flooding in, I was pondering over the notion that chat rooms are great, as long as there are people there to chat.

See ya Sonny
 
"Perhaps Excel will be predicting the future next?"

Review the excel help file entry for trend().
 
On the Sod's Law issue, the formula from British Gas is:

((U+C+I) x (10-S))/20 x A x 1/(1-sin(F/10)).

Other than A, which is the aggravation constant of 0.7, all other variables take a value between 1 & 9, as in:
Book3
ABCD
1
2SoddingDimensionsFor:Nothavinganaccidentwhilstracingfriendtohospital
3
4Urgency9
5Complexity4
6Importance7
7Skill5
8Frequency1
9
10AggravationConstant0.7
11
12((U+C+I)x(10-S))/20xAx1/(1-sin(F/10)).
13
14Soddinglevel0.349416958
Sheet1
 
On the Sod's Law issue, the formula from British Gas is: ((U+C+I)...

Why are British Gas blaming UCI. Can't UCI sue them for this outrage?!

Anyway, if BG are saying that customers should consider buying their care products because of Sod's Law, won't Sod make doubly sure that, one day, all their service engineers will go on strike and, on that very same day, all their customers' products will break down in an horrific, possibly life-threatening manner?

So British Gas are asking for trouble, aren't they?
 
Having said the above - I DO have the solution to one of Sod's Law's prophecies: That, when you have an expensive carpet, the chances are not only that you will drop the toast you are carrying, but it WILL land jam (sorry, that's jelly to my friends in the US) side down. (It’s probable that the jam will be made with indelible red ink too, but that’s only if the carpet is cream and very expensive)

So the solution is simple:
1. Put the jam/jelly and butter on the other side of the toast.

Or

2. When the carpets are laid – lay THEM upside-down.
 

Forum statistics

Threads
1,222,590
Messages
6,166,933
Members
452,086
Latest member
Rokcmd

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top