Sign in to your account



This field is required


forgot your password?


New to the site? Create an account →

Don’t change the Excel

tcr! · Dec 4, 2017 at 10:50 am

When I have to send a third email I start TYPING IN CAPS.

🙄 #worknews #email

keamoose keamoose · Dec 5, 2017 at 10:33 pm

Maybe lock the spreadsheet? People don’t listen.

Reply

It’d be better if you signed in before commenting


Post

tcr! tcr! · Dec 6, 2017 at 10:15 pm

Oh, I need him to fill it out and then return it to me so I can import the data into his website. I wish you could lock the header row. Maybe that’s a thing. 🤔

Reply

It’d be better if you signed in before commenting


Post

keamoose keamoose · Dec 6, 2017 at 10:28 pm

You totally can! You can pick which cells are locked and which are able to be filled in. Finally my excel skills are coming in handy.

Reply

It’d be better if you signed in before commenting


Post

Reply

It’d be better if you signed in before commenting


Post

tcr! tcr! · Dec 6, 2017 at 10:32 pm

Yes!! 🎉 I’m totally locking that shit down.

Reply

It’d be better if you signed in before commenting


Post

keamoose keamoose · Dec 6, 2017 at 10:58 pm

😁🎅🦄
I actually kind of love Excel. Every time I wonder whether it can do something, the answer turns out to be yes. Plus if you’re good at Excel, people look at you like you’re some kind of wizard, so that’s nice.

Reply

It’d be better if you signed in before commenting


Post

tcr! tcr! · Dec 8, 2017 at 6:45 am

After your latest Excel insight I look at you like you’re a Wizard++

Reply

It’d be better if you signed in before commenting


Post

keamoose keamoose · Dec 8, 2017 at 7:42 am

😊😊😊
Watch me pull this conditional formatting out of my hat!

Reply

It’d be better if you signed in before commenting


Post

tcr! tcr! · Dec 9, 2017 at 7:27 am

Ooohhh conditionals! 🎩

My favorite was when I wrote QUOTIENT(F3,30). I was pretty proud of myself.

Reply

It’d be better if you signed in before commenting


Post

keamoose keamoose · Dec 13, 2017 at 10:59 am

An Excel thing happened yesterday, wherein the best long-term solution was for me to learn to code Visual Basic and write my own functions. And I guess that sounds a little extreme, but it’s actually exactly the same as when I decided to learn Danish because I couldn’t read something on Facebook, or the time I liked Dave and therefore ended up living in the sub-Arctic. So I guess that’s just how I am. Anyway, Excel is the best.

vbfunctions

Reply

It’d be better if you signed in before commenting


Post

tcr! tcr! · Dec 13, 2017 at 11:54 am

VB was the first GUI-based programming language I learned. I wrote a basic web-browser in it once. Why? It was my own reading-Danish/Dave-liking experiment. 😊

Reply

It’d be better if you signed in before commenting


Post

keamoose keamoose · Dec 13, 2017 at 12:12 pm

Haha, awesome :)
Do you remember any of it? I’d like to know how to make my function check whether the input is non-numeric, the issue being that the lab data it’s working with will sometimes have gaps in it, so the input cell might be blank or say ND (non-detectable) or something like <0.001 (less than the lowest amount the lab can measure). Right now I’ve settled for making the cell only accept numbers, but that will be a pain in the ass for entering the lab data because it won’t let you paste it in if it happens to be non-numeric. So, e.g. I have =COPPER(A1) and cell A1 is restricted to numeric data only, but I’d prefer that the COPPER function be able to check and return an appropriate value if A1 has something that isn’t a number or if it’s blank.

…I’m not a programmer. I know just enough to get myself in trouble. :P

Reply

It’d be better if you signed in before commenting


Post

tcr! tcr! · Dec 13, 2017 at 3:47 pm

I think you should be able to do something like…

Dim HardnessCheck As Boolean

HardnessCheck = IsNumeric(hardness)

If HardnessCheck Then
  Copper = 👍
Else
  Copper = 👎
End If

But keep in mind I haven’t been on Windows intentionally or in VB for literally years.

Reply

It’d be better if you signed in before commenting


Post

tcr! tcr! · Dec 13, 2017 at 3:50 pm

Also, getting oneself in trouble is half the fun!

Reply

It’d be better if you signed in before commenting


Post

keamoose keamoose · Dec 13, 2017 at 4:07 pm

Cool, I’ll give that a try!

I’m in deep trouble right now with a 2-dimensional lookup where I have to round the input in order to look it up. I AM LEARNING SO MUCH.

Reply

It’d be better if you signed in before commenting


Post

keamoose keamoose · Dec 13, 2017 at 4:27 pm

You know what’s REAL FUN? Realizing that for the past 2 hours the entire problem has been a typo in a cell reference. Ok, back to the copper thing.

Reply

It’d be better if you signed in before commenting


Post

keamoose keamoose · Dec 13, 2017 at 5:14 pm

By the way, your IsNumeric code worked great, thanks :)

Reply

It’d be better if you signed in before commenting


Post

tcr! tcr! · Dec 14, 2017 at 7:13 am

I do my monthly payables/receivables in Apple’s Numbers.app. I have formulas to calculate my monthly budget, how much I can spend per week, day, etc. based on what’s coming in and what’s going out.

So one month according to my calculations I could live pretty high on the hog. But then when my bank account overdrew I soon realized a formula typo had given me an inflated sense of financial luxury.

I shallwould forevermore pay much closer attention to when copying and pasting cell formulae.

Reply

It’d be better if you signed in before commenting


Post

keamoose keamoose · Dec 14, 2017 at 10:15 am

Ouch. Funny thing with this one is, I did copy and paste it and there is no reasonable explanation for how it could have changed.

Reply

It’d be better if you signed in before commenting


Post

tcr! tcr! · Dec 14, 2017 at 11:30 am

I have a reasonable explanation: Excel.

😉

Reply

It’d be better if you signed in before commenting


Post

keamoose keamoose · Dec 18, 2017 at 4:13 pm

I started this on Friday and just finished it.

=INDIRECT(CONCATENATE(“’”,C$7,”’!”, ADDRESS(ROW(),MATCH($B$1,INDIRECT(CONCATENATE(“’”,C$7,”’!$A$5:$P$5”))),1)),TRUE)

It’s a goddam masterpiece and is going to save me days and days of tedious manual cell referencing. I think I leveled up in Excel.

Reply

It’d be better if you signed in before commenting


Post

tcr! tcr! · Dec 19, 2017 at 6:59 am

And that critter lives all in one cell? I think you skipped three levels with that puppy.

Reply

It’d be better if you signed in before commenting


Post

Add a comment

It’d be better if you signed in before commenting


Post



Latest articles for #email

Email from Mario and Luigi

Email from Mario and Luigi

Jun 10, 2020 at 7:02 pm

I had to 📧 this reply. #email #spam

call me JIM

call me JIM

May 31, 2020 at 3:50 pm

#email #homeimprovement

My name isn't Tommy

My name isn’t Tommy

May 1, 2020 at 3:00 pm

☠️ #email #spam

LasikPlus Thanks You and Needs Your Help

LasikPlus Thanks You and Needs Your Help

Dec 11, 2018 at 9:03 pm

This is why I can never get my taxes done on time. I’m too busy…