53

Boss comes to me with an idea, we use a spreadsheet to store certain sets of links for clients, sometimes with dozens of links, he wants us to be able to push a button and open all the links in the sheet. I'll admit I'm not exactly proficient in excel but said I'd look into it.

I came up with a macro which seemed to work for a while but there were a few links now and then that didn't want to open due to the way excel apparently checks the links prior to actually opening them. I told my boss that I'd look into a better solution but was slammed in office with scheduled projects.

I ended up taking time at home over the next week learning how to make this happen in Python. After a week I've got a CLI Python app which takes in an excel workbook and asks the user to select a sheet. Well employees don't like CLI so they asked for a GUI. I had never made anything with a GUI before since I'm not a software developer, anything I had previously written was written for me so it didn't need a GUI to be useful.

Spent another two weeks at home developing this thing and finally got a working solution. Now several employees are using my app as part of their daily job, saving them well over an hour of just clicking links in a spreadsheet.

Boss goes on a long rant about how he appreciates me and is thankful I was able to figure this out in my own time and save him money. So I say "If you really wanna show you appreciate me, you could approve that raise I've been asking for."

He replies, "Haha, yeah, but that's not gonna happen."

(I and THE back end developer, and I make less than the copywriting interns, time to start looking)

Comments
  • 4
    Look somewhere else!!!
  • 6
    change jobs asap
  • 3
    you have talent, don't waste it!!
  • 3
    I perfectly agree with you over changing your job as you are clearly underpaid.

    But isn't that a very weird way to ask for a raise?
  • 1
    Monetary appreciation is important too! Don't stay where you're not appreciated.
  • 3
    @tahnik he's been asking for a raise already, so he just used a good argument to remind about the fact and point out why he deserves one. would have done the same if I was underpaid and undervalued
  • 2
    Just leave, but first find where to go
  • 0
    Your boss did not give you an appropriate response.
    Possibly VBA could have helped in Excel.
    Good luck!
  • 0
    You da man!
  • 0
    just to be devil's advocate: maybe your boss isn't able to give you a raise
  • 0
    @OiYouYeahYou The boss's reply that included the phrase "saved me money" would be my retort to the devil.
  • 1
    @OiYouYeahYou if you can't pay your current employees the money they're worth, you can't afford to hire and train new employees, especially if you're suddenly paying the new guy more than your current employees.
Add Comment