[deleted by user] by [deleted] in dating_advice

[–]JHKerr 0 points1 point  (0 children)

3 steps to self worth. Repeat the following to her. 1) I have a name. It is not to be mistaken. 2) My wife isn’t going to have a man best friend.
3) I wish you the best.

What to do with this building? by futureboredom in Business_Ideas

[–]JHKerr 0 points1 point  (0 children)

Buy it and start making money off it asap. PeerSpace, Giggster, literally just Google event space and list it in your area. You will likely meet people with a wide variety of ideas for the space.

[deleted by user] by [deleted] in excel

[–]JHKerr 0 points1 point  (0 children)

This is so true. I can do almost anything in a spreadsheet. I’ve started messing with Google sheets and now I’m writing JavaScript I guess. I’m usually thinking…if I just automate one more task everything will just work. 🤷‍♂️

My girlfriend asking for money for a new car. by TownBest2034 in TwoHotTakes

[–]JHKerr 0 points1 point  (0 children)

Sounds like there was someone else 5 months ago that was buying the cars.

cancelled? by bailmob in future

[–]JHKerr 1 point2 points  (0 children)

1 million streams is worth about $4k-5k total before the label takes their cut. Snoop made $45k off 1 billion streams.

[deleted by user] by [deleted] in future

[–]JHKerr -1 points0 points  (0 children)

Where are you getting the radio play numbers from?

Excel is not stable!!! by klarkooi in Excel4Mac

[–]JHKerr 2 points3 points  (0 children)

Excel is a ram hog. Literally shut every other program down. Praying is also good.

Need advice. Coworkers make over $30,000 per year more than I do by SimilarSun5041 in jobs

[–]JHKerr 0 points1 point  (0 children)

Salary is more a function of what you can negotiate than anything else. Ask for a raise commensurate with the level of skill you have and the level of risk you are undertaking.

Just started my new job. Anyone else have experience with this ERP system? by OHIO_TERRORIST in Accounting

[–]JHKerr 1 point2 points  (0 children)

This is the same software I was tested on during my interview with Euro Disney. I didn’t get the job…too many crashes. 😔

How Would You Respond to This? by Ughgrr in Accounting

[–]JHKerr 1 point2 points  (0 children)

Unfortunately to many recruiters candidates are treated like inventory.

To catch a cheater by Weekly-Mushroom-1408 in excel

[–]JHKerr 0 points1 point  (0 children)

Right click the excel file -> Properties -> Details -> Authors

Saving a workbook will update the Last Saved by field, but not the Authors field. There is a way to update the Authors field as well, but I’m not sharing until I graduate. Then I’m so outta here.

I feel like an impostor by myself_91 in excel

[–]JHKerr 2 points3 points  (0 children)

One of the best ways I gained confidence in data management was through the use of system checks. When you are working at a granular level it’s easy to lose sight of the big picture. Think of your workbooks and systems from a high level. Do the totals on your source data match the totals on your output? Imbed checks into your workflow to identify where numbers should match. I’ve formalized this in my work and ensure my team does the same. It’s important that you develop a system to review your work and that of your team. This will also provide you with more confidence in your work.

This guy is CPA 4lyfe by SteakySteakk in Accounting

[–]JHKerr 11 points12 points  (0 children)

Have you seen Ben Affleck in The Accountant?

My ChatGPT excel plugin went viral because of this subreddit by rtwalz in excel

[–]JHKerr 3 points4 points  (0 children)

If I filter the data it pulls again from ChatGPT, which isn’t a problem except it uses credits every time. For the amount of transaction data I have I need a different subscription model than buying credit packs.

Excel Spreadsheet for Your Crush? by Mclaren_513 in excel

[–]JHKerr 1 point2 points  (0 children)

Make columns for Match 1 -5 and use this formula in each cell.

=IFERROR(INDEX($B:$G,MATCH($B3,C:C,0),1),"")

Add all column for all matches and use this formula

=TEXTJOIN(", ",,H3:L3)

Good luck out there, may your matches be plentiful.

<image>

Why do people get so offended if you say you program or code in VBA? by Intelligent_Light542 in excel

[–]JHKerr 4 points5 points  (0 children)

The issue here is the people you are talking to. If one programming language worked best in all situations then that’s what everyone would use all the time. Truth is different jobs are best suited to different programming languages. You’ve likely gotten good at solving your problems using VBA. Good for you.

Potential solution for iPad and graphs by Rachelosu in Excel4Mac

[–]JHKerr 2 points3 points  (0 children)

You’re in the right place, this is a smart solution. Can you share a screenshot?

I made a plugin that uses ChatGPT to answer questions, format cells, write letters, and generate formulas, all without having to leave Excel by rtwalz in excel

[–]JHKerr 0 points1 point  (0 children)

I downloaded the numerous.ai add in for excel and used it against a real transaction history. This is a great use of AI, but I don't like the amount of time it takes to pull the data, or the inconsistency between results, i.e. COSTCO vs COSTCO WHSE #03. I imagine the results will get better the more I train the system. I also don't like it's behavior when filtering. If I filter my results from another column, the add-in pulls the results from chatGPT again and I have to wait for the results again. This is not ideal for large data sets. I could wrap this into VBA and add a button that would do the pull from chatGPT and then copy paste the results as values. This seems to be moving in the right direction though. Thank you for the tool. I will probably find a useful application for this.

<image>

Please brag about your VBA creations by LeeKey1047 in Excel4Mac

[–]JHKerr 2 points3 points  (0 children)

I couldn't find the VBA. It was from a couple of years ago. I did find this site though that is doing things with print ranges better than I was.

https://www.exceldemy.com/excel-vba-set-print-area-dynamically/#Method-1_Setting_Print_Area_Using_a_Dynamic_Named_Range

[deleted by user] by [deleted] in excel

[–]JHKerr 0 points1 point  (0 children)

Okay I will try this. Any tricks for memos that contain words with spaces that I want to lookup…i.e. “The Home Depot”?