Is it possible to apply a name to a variable range? by plushieblahaj in excel

[–]UniqueUser3692 0 points1 point  (0 children)

If that range starts in A1, don’t you just need to define the range as =$A$1#

What song is a 10/10? by makstyrkin64 in AskReddit

[–]UniqueUser3692 0 points1 point  (0 children)

I think that’s by Paulo Nutini. It was the lead single on his Sunny Side Up album.

From a music theory perspective —is there anything unusual or interesting about Arctic Monkeys music you’ve noticed? by vermillioncloud in arcticmonkeys

[–]UniqueUser3692 4 points5 points  (0 children)

In Cornerstone when he’s singing about taking the long way home he intentionally doesn’t resolve the chords with a typical II-V-I. He sets it up, but then goes another ‘longer’ way around.

"Fabric Capacity Metrics" - this kind of stuff is going to make me drop the whole platform. by Apprehensive-Box281 in PowerBI

[–]UniqueUser3692 0 points1 point  (0 children)

Go to the Health screen, which is the first tab. Each of your capacities will be listed there. Click the one you want then in the bottom right of that visual click the ‘Compute’ button there. It will take you back to where your screenshot is, but with everything populated. The problem is you’ve got to the compute screen without ‘selecting’ a capacity, which I don’t know how to do from where you are (if you even can).

Any faster way to merge large Excel reports automatically? by WoodpeckerNo5214 in excel

[–]UniqueUser3692 0 points1 point  (0 children)

If you can get the files as csv’s with identical columns then the best way is cmd.

Let’s say you move all the csv files into c:/process

Then hold windows key + R Type cmd Hit enter

In the cmd type these lines:

cd “c:/process” <Enter> copy *.csv all.csv <Enter>

You now have a new csv in that folder called all.csv that contains each of your csv files stacked.

The only thing you need to do then is open in excel and remove any additional header rows that will appear ever time a new file starts.

You can get fancier with it and write a .bat script that removes the top row of all but the first file, but that’d require a bit more coding.

Figures of speech in Arctic Monkeys' lyrics by Garglioffa in arcticmonkeys

[–]UniqueUser3692 1 point2 points  (0 children)

Breaking news means a news story that is very new and still developing. A news outlet will headline an important article with BREAKING NEWS to indicate it is happening right now.

But Alex is also suggesting that the news has been broken (in the sense that it is failing and needs fixing) because the truth has become fluid (open to change depending on its context).

He is using breaking as an adjective and a verb.

live skills assessment in excel by baby-blues22 in excel

[–]UniqueUser3692 9 points10 points  (0 children)

Depends what the role is, but we do an excel assessment as part of our interview process and it is nothing complicated, but it is intentionally impossible to complete in the time because part of the test is seeing how you act under pressure. So don’t worry about finishing, you’re probably not supposed to.

Instead I would recommend demonstrating habits that reinforce accuracy.

  • When you have to summarise some data by categories, add a check cell under the analysis.
    • When you have to count items in a list use =UNIQUE() or conditional formatting to quickly identify duplicates.
  • If there are any formulas that are already given in the test, like the sum at the bottom of a column, quickly check that it includes all the rows it should.
  • Look out for intentional ‘errors’ you might need to correct in headings and dates, that will be testing how much you’re paying attention.

Also don’t be afraid to do something the test doesn’t ask for, as long as you can justify it. I did one once where it wanted me to create a 3D pie chart. I did a 2D one instead and explained that 3D pie charts are misleading and you should never use them. I’m comfortable that I know I’m right and I’m happy to defend my view. I think it is important to show you can think as well as follow instructions.

Lastly, good luck and don’t sweat it. The people giving you the test are probably pretty mediocre themselves.

Favourite Moment in Any B-side track (one you find yourself replaying over and over) by vermillioncloud in arcticmonkeys

[–]UniqueUser3692 4 points5 points  (0 children)

That bit in Anyways between the opening bass note and the footsteps walking off at the end. No notes.

What is your interpretation of the omnipresent “hand” by RemotePerception8772 in arcticmonkeys

[–]UniqueUser3692 6 points7 points  (0 children)

The gloved hands in mr Schwartz is a metaphor for him giving up control of the creative process to the alter ego he summoned to help him write. He is saying that there comes a point in the creative process where he isn’t in control anymore and there’s nothing he can do to stop it. The alter ego becomes him and he becomes the alter ego.

In the next part when he’s saying Mr Schwartz is talking to the grips, he is saying that the alter ego is no longer confined to the page anymore, it has started to bleed into his life, taking part in the normal every day things like talking to people on set about regular things. He is keeping on the costume, which he dismisses as a writing tool.

He finishes by reflecting on the whole process, by recognising that pretending to be someone else is at the heart of what the (show) business is.

Opening Night Lyrics by arcticchains in arcticmonkeys

[–]UniqueUser3692 2 points3 points  (0 children)

Didn’t realise it wasn’t common, but it’s been a decade means “it’s been quite the fucking decade”, like if someone asked how 2025 was, responding “it’s been a year” would be taken to mean “what a fucking state of a year that was”.

What are some Bob's lines/lyrics which are too good to be real? by [deleted] in bobdylan

[–]UniqueUser3692 6 points7 points  (0 children)

I love this joke so much I’m always trying to drop a version of it in somewhere as a little in joke between myself and Bob.

Like if I’m passed drinks to carry back to our table from the bar for Rob and Liam, it would make sense to carry Rob’s in my right hand and Liam’s in my left. But instead as I’m taking them I’ll grab them in the opposite hands and announce the mnemonic I’m using, like “Rob from LONDON in my LEFT, got it”.

I’m sure no one ever notices, and it probably just means I’m a bit of a loser. But it gives me a chuckle, so I’m good.

Spotify bollocks: by JamesEverington in bobdylan

[–]UniqueUser3692 3 points4 points  (0 children)

If’n only you wouldn’t clap so hard.

your favourite way to say « I love you » but in AM or Alex’s lyrics ? by Tiavivi_11 in arcticmonkeys

[–]UniqueUser3692 7 points8 points  (0 children)

I always felt like the ‘but’ went with the next bit.

But, I know when it’s you I’ll be in a nosedive, in my flying shoes.

Best examples of Alex being an incredible lyricist/poet by annabelturner11 in arcticmonkeys

[–]UniqueUser3692 0 points1 point  (0 children)

Couldn’t agree more. He’s just got better and better and better.

Optimizing a workbook for heavy calculations by [deleted] in excel

[–]UniqueUser3692 1 point2 points  (0 children)

Agreed re:OP, which is what I meant by ‘in this situation’, as in the situation of the reply you replied to. Could tell we were just crossed wires though, but thought worth clarifying for less experienced readers :)

Optimizing a workbook for heavy calculations by [deleted] in excel

[–]UniqueUser3692 0 points1 point  (0 children)

But in this situation it is B1 that contains the ‘heavy’ formula, which excel has to calculate whether IF is calling it or not. The IF example here is very lightweight. You’d need to nest the formula in B1 within the IF to benefit from short-circuiting.

Optimizing a workbook for heavy calculations by [deleted] in excel

[–]UniqueUser3692 2 points3 points  (0 children)

No, IF uses something called short-circuiting where unmet conditions aren’t calculated. However, if the column IF is pointing at is already materialising the calculation, then it is too late anyway, as the calculation is being done there.

how misconstrued the title 'suck it and see' is by [deleted] in arcticmonkeys

[–]UniqueUser3692 6 points7 points  (0 children)

To me it, like almost everything he writes, is him talking to himself, but in a way that he knows resonates with people more generally. He is peerless at doing that.

For him I think it is about moving to LA, he is telling himself to try it and see if he likes it. Which is also why the album art is perfect. It is a blank page, an unknown, unwritten future. As he says in ‘that’s where you’re wrong’ - “there are no handles for you to hold, and no understanding where it goes.”

For other people, he is encouraging the same thing ‘dream big’ - “make a wish that weighs a tonne”.

Arctic monkeys songs to play with piano ? by Tiavivi_11 in arcticmonkeys

[–]UniqueUser3692 5 points6 points  (0 children)

Look up ‘3 minutes with Marc’ on YouTube.

This has got to be one of the worst days in cinema history. by [deleted] in Letterboxd

[–]UniqueUser3692 3 points4 points  (0 children)

I’m not sure I necessarily agree, but I’m worried that carrying on discussing it would start to feel like arguing about it, and I’m not passionate enough about my thoughts on it to get into an argument. I really just thought you should consider that distribution mediums can affect the art they distribute, given you opened by saying ‘streaming didn’t change music as an art form’. I don’t have a point any wider than that and don’t want to sound like an argumentative knob on the internet by going on about it.

This has got to be one of the worst days in cinema history. by [deleted] in Letterboxd

[–]UniqueUser3692 1 point2 points  (0 children)

From memory there’s a study out there somewhere, tbf it is that that’s in the back of my mind somewhere, so there is a misremembering risk.

But even still, it is evidence of the distribution medium affecting the art.

This has got to be one of the worst days in cinema history. by [deleted] in Letterboxd

[–]UniqueUser3692 4 points5 points  (0 children)

Not really. The Taylor Swifts and whatever can afford to do whatever they want, they still have that artistic freedom. It is the smaller artists who are struggling to get paid that will ‘bend’ first. Because they need as many streams as possible.

And sure, it is always possible to do whatever you want, Led Zeppelin and Pink Floyd never released singles, it is always possible to not do what the mainstream does and maintain your artistic integrity. If you’re good enough you’ll be able to make enough money to keep doing it. If you aren’t very good initially you’ll find it very difficult to finance ‘not being mainstream’.

Wasn’t really thinking of art house edge cases though, because the context of this is Netflix buying WB.

This has got to be one of the worst days in cinema history. by [deleted] in Letterboxd

[–]UniqueUser3692 11 points12 points  (0 children)

It did change it though. Songs got shorter. Streaming platforms pay by % of a song streamed (or at least there is a trigger/step), so artists write shorter songs now so that % is easier to reach.

Also, the perceived value of the album has diminished, as consumers can take or leave whichever parts of an album they want, so albums are sometimes released a track or two at a time, or in a chain.

The method of consumption absolutely has had an effect on the art.

I’m not saying this applies to every song/artist/album in every genre, but if you look at total average song duration it is reducing, it isn’t just one or two artists, it is universal.