Related Posts
What is annual hike % at Acuity?
Clients are pain in the ass out here
Additional Posts in Excel Genius
Anyone know what these badges are?

Would anyone be willing to teach me vlookup?
New to Fishbowl?
Download the Fishbowl app to
unlock all discussions on Fishbowl.
unlock all discussions on Fishbowl.






I didn’t learn an Excel trick, but I learned an Outlook shortcut - Ctrl+1 jumps to inbox, Ctrl+2 goes to your calendar.
Textsplit() - I had to pull some information from a SQL table. But when it did it, put it into Excel separated by rows, but all in the same column. So I looked up textsplit. Ahhh, but then as it always is with Excel, there was another issue. There was more than one space between the words. so I used my old favorite function trim()
=textsplit(trim(A1),” “)
Worked like a charm
I learned how to make Excel send an email containing information from a row of data.
I learned something basic this week
Clicking in your pivot table and typing Alt A R A will update your pivot to any changes made in your table
I was analyzing 3 databases and needed to cross references the 3 sources and distilled it into one list and automatically labeling fields based on. Serious parameters. After wrangling with excel for 20 minutes I just asked ChatGPT 4.0 in simple English what I was trying to do and it created a formula ready to be copied into the formula bar. I was blown away with this.
Can you send the question you typed to ChatGPT?
Not to use copilot, for anything lol
I tried using it for work related stuff instead of chat got because of the whole "your work data is secure" and it couldn't give me a simple formula... Just "oops, let's move on to a different topic" 🤦🏼♀️
Loops in VBA
Community Builder
The CELL function is one I’ve never used. But it responds to an active cell. You can do a lot of reallly cool stuff with that info. The guy that worked on building IFS and TEXTJOIN showed me how he used it to build a responsive game calculator.
Community Builder
Yeah I thought that was pretty cool too
How to Use Power Automate to Keep a Sharepoint List Updated with a Raw Data File Pulled From a System of Record on a Reoccurring Basis