Song titles about Excel?

I could only come up with:

- What's the =FREQUENCY(), Kenneth?
- It's a =SIN()
- =IF(ISHEARD(B4),"Stop me",0)

Edit - ofcourse, ISHEARD isn't a function. But for the purposes of this it should be.
 
Last edited:

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
How about one song that combines two Excel functions, and nothing else?
RIGHT NOW by Van Halen.

Actually, I'm sure you could find a whole bunch of songs that use RIGHT, LEFT, or NOW.
 
The Beatles were obviously into Excel:

Yes, TODAY()
Yellow SUBROUTINE
Help
I want to hold your (AND(
Excelle (my bell)

but surely the best Beatles track to describe a course is.....

Here Comes the SUM()

Those are great, Expiry. Well done, F
 
Paolo Conte - Max

Robert Plant - Big LOG

COUNTBLANK("The Pointer Sisters") = 0

Grouping controls in Excel: Bryan Ferry - Let's stick together

Edit > Repeat... (Ctrl+Y) (Steely Dan - Do it again)


=TRIM(REPT("Mmm ",4)) (Crash Test Dummies - Mmm Mmm Mmm Mmm)


A couple of VBA ones:


1.

Code:
Private Sub Workbook_Open()

    Me.Visible = False

End Sub

(Bachman Turner Overdrive - You ain't seen nothing yet)


2.

Code:
    Dim s As Object
    Set s = CreateObject("SAPI.SpVoice")
    s.Speak ""

(Ronan Keating - When you say nothing at all)
(No Doubt - Don’t speak)


3.

Code:
? DateSerial(Year(Date), 1, 1)

(U2 - New Years day)


4.

Code:
Private Sub UserForm_QueryClose(Cancel As Integer, CloseMode As Integer)

    Cancel = True

End Sub

(Communards - Don't leave me this way)


5.

Code:
    ActiveSheet.Shapes("Shape 1").Select
    Selection.ShapeRange.IncrementRotation 180#

(Diana Ross - Upside down)


6.

Code:
Cells(Rows.Count, Columns.Count)

(Al Stewart - On the border)


General Excel ones:

Korgis - Everybody's got to learn sometime

www.mrexcel.com:

(Joe ****er - With a little help from my friends)


OK, I need to go to bed... ;)

Wigi
 
The Beatles were obviously into Excel:

Yes, TODAY()
Yellow SUBROUTINE
Help
I want to hold your (AND(
Excelle (my bell)

but surely the best Beatles track to describe a course is.....

Here Comes the SUM()
<!-- / message --><!-- sig -->

And I didn't think Excel existed back in the Beatles era.....I then did some research and found that Elvis had a few EXCELlent songs in his day also.

It's NOW() or Never
That's All RIGHT
It's MIDnight
Your Cheatin' CHART
SHEET Caroline
There's No TomorROW

Any my personal favorite.....

ROUND Dog
 
The Beatles were obviously into Excel:

Yes, TODAY()
Yellow SUBROUTINE
Help
I want to hold your (AND(
Excelle (my bell)

but surely the best Beatles track to describe a course is.....

Here Comes the SUM()

Brilliant. Why aren't you on the pun thread? :laugh:
 
Anything by the
Code:
=DEGREE(1)*3

or Kylie MIN()ogue.
Or Soft Cell.
Or any of the many MOD bands.

Or anything by
Code:
=ADDRESS(ROW(OFFSET(T1,1,1)),COLUMN(OFFSET(T1,1,1)),4)

Have we done "the =POWER() of love" ?
"I'll be your =SUBSTITUTE()" ?
 

Forum statistics

Threads
1,222,660
Messages
6,167,422
Members
452,111
Latest member
NyVmex

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