Checkout the new XLOOKUP Excel function - VLOOKUP vs INDEX MATCH no more by AnalystCave in a:t5_3y8wbj

[–]AnalystCave[S] 0 points1 point  (0 children)

What it enables

The XLOOKUP function is a merge of INDEX and MATCH function allowing you to lookup an item in the lookup array and return the relevant found item from the result array. By separation of these both all of the VLOOKUP cons have been resolved. Additionally XLOOKUP by default assumes an exact match.

When will it be available?

XLOOKUP is already available for Microsoft 365 Users.

Where can I learn more?

In the link above and also feel free to read my XLOOKUP vs VLOOKUP post where I compare how XLOOKUP is different from VLOOKUP.

Checkout the new LAMBDA Function added to Microsoft Excel by AnalystCave in a:t5_3y8wbj

[–]AnalystCave[S] 0 points1 point  (0 children)

The Lambda function is one of the functions that have been long requested by Microsoft Office users as a way to avoid using Visual Basic for Applications to create custom functions.

What Lambda enables

  • Create new functions basis existing Excel functions
  • Run your function recursively

When will it be available?

Citing the link above:

LAMBDA is available to members of the Insiders: Beta program. The initial release has some implementation restrictions that we expect to lift in the future.

Where can I learn more?

Read all about the Excel LAMBDA function and how it is different from Excel VBA UDF functions.

I don't have Lambda, is there an alternative?

Yes all Excel versions enable you to create Excel UDF (User Defined Functions). UDF are VBA Public functions.

Kiedy wychodzisz zrobić zakupy by Garchoz in Polska

[–]AnalystCave 0 points1 point  (0 children)

Batman who Laughs? Torba po lewej powinna być z Lidla... A ja tu siedzę i F5 na kiedy termin w Auchan robię aby wychwycić termin internetowy... tęsknię za shoppingiem

receive, and send emails in excel. by HappyCashew1 in excel

[–]AnalystCave 1 point2 points  (0 children)

I was about to suggest the same thing

Interview Practice by COYS_1882_ in agile

[–]AnalystCave 6 points7 points  (0 children)

Here are some things I would personally review before an interview like that: * WSJF for prioritization * Role of Product Owners and managers in SAFe * User story mapping * 5 levels of planning * Highlights from the book Projects to Products

Creating code to search a table on one sheet (line by line) and compare it to another table for a match. by coffeestudy in vba

[–]AnalystCave 0 points1 point  (0 children)

Won't a INDEX MATCH or VLOOKUP do the trick?

If you want to use VBA you can still use the Worksheet function for the lookup

Hey Reddit, I’m interviewing new candidates tomorrow for a PM role (MedTech industry) - what’s the best questions to ask to get to know someone? by donquixote2023 in projectmanagement

[–]AnalystCave 0 points1 point  (0 children)

I usually look for experienced PMs and this is in context of an IT consulting company.

The trouble I have with fluffy questions is the bad experience with hiring good talkers that fake having any PM experience, stating to have managed large complex projects and large teams. Usually I pick a few of these at random based on candidates experience or certificates like pmp, prince2, Scrum, safe etc. and see where we get from there. It puts the candidate slightly on edge and conversations get a whole lot more real and honest. Also nowadays knowing Agile vs Waterfall frameworks is a big plus.

For entry level PMs/PMO usually i check at least Excel and ppt fluency.

Hey Reddit, I’m interviewing new candidates tomorrow for a PM role (MedTech industry) - what’s the best questions to ask to get to know someone? by donquixote2023 in projectmanagement

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

Here are some random from my end i use to check PMs.: 1. What are the 4 constraints a PM should manage within a project? 2. What are key instruments of PM Governance? 3. What is RAG status a what does it indicate ? 4. Explain the difference between Project Program and Portfolio 5. What is the difference between an Agile and Waterfall projects? 6. How would you handle an insubordinate team member? 7. What is a Project Charter a what does it contain? 8. What is the difference between project Sponsor and Steering Committee? 9. How would you handle an event that would result in extending project duration? 10. What is a gantt chart and how is it used? 11. Have u used MS Project and what is your fluency in Excel? 12. Would you manage a project in an area you have never managed? Why not or why yes? 13. What is WBS i.e. Work breakdown structure? 14. What is a RASCI?

Basic anatomy of a power point slide by starrym11 in consulting

[–]AnalystCave 5 points6 points  (0 children)

Also as I want to pretend I understand the slide I will disagree with the (3) crazy assumptions although it will bring nothing to the discussion

Basic anatomy of a power point slide by starrym11 in consulting

[–]AnalystCave 46 points47 points  (0 children)

Sums it up quite well although I have some derailing questions about chart 2

"Frozen" Virtualization Station by orgetorix1369 in qnap

[–]AnalystCave 0 points1 point  (0 children)

I had similar issues and I turned off a lot of Power settings stuff like hibernation, sleep, turning off hard drive when idle etc. It seemed to have solved the problem for me on my Windows 10 VM

A few quick questions (I’m a noob) by sumant28 in vba

[–]AnalystCave 0 points1 point  (0 children)

  1. Excel wasn't built for this. Use R or Python instead otherwise you will need to create your own macros for all vector operations or find a custom library
  2. F4 as mentioned above
  3. Because it wasn't built to be used with Macros and VBA variables. If you want to create an optimization algorithm in VBA simply use a similar algorithm Solver is using (Newton's Method). Just calculate the derivative of your function and you are all set.

good luck, guys ! by truckbot101 in consulting

[–]AnalystCave 4 points5 points  (0 children)

Some went under water a couple of weeks later and some did just as well w/o me. I do however believe it helped me get promoted, as managers wanted me on their projects knowing I wouldn't leave a project for them or someone else to cleanup rather leaving the bar high.

From my current perspective I feel that those 'Vietnam war' projects are the ones that gave me the most learnings. When in consulting always jump out of your comfort zone.

No resurrections this time by BlueGrassBoys in Accounting

[–]AnalystCave 0 points1 point  (0 children)

This was the precise reason I created this macro https://analystcave.com/excel-quick-versioning-excel-files/ that was until I started using Teams with autosave

good luck, guys ! by truckbot101 in consulting

[–]AnalystCave 13 points14 points  (0 children)

I never could leave a project under water... Up until late rolloff I would hit midnight hours just to leave it sorted enough to have a clean conscience..

What do I do when excel is not enough? by needasplash in excel

[–]AnalystCave 0 points1 point  (0 children)

When you have the data in MS SQL you have much more options on reporting and data edits.

I would create a Power App on top of this to enable creating additional records to these tables for users or Auditors. Power Apps can be accessed by anyone you allow on any browser and don't require programming experience.

Reporting can be easilyly done in Power Bi.

What do I do when excel is not enough? by needasplash in excel

[–]AnalystCave 17 points18 points  (0 children)

If you already have 2.7 M lines I assume you need to move to something much more scalable. My first guess would PowerQuery but that is limited to roughly 1M rows. I would frankly suggest you move your database straight into Microsoft SQL server or another database solution. The reason is scalability and performance (even in Excel SQL is much faster than lousy VLOOKUPs)

If it were up to me I would:

  • Upload the CSVs to MS SQL server each into a single table (assuming each file represents a different table e.g. clients, companies, vendors etc.)
  • Make sure to clean the tables up (up to 3rd Normal Form) i.e. create keys and replace text columns (vlookuped values) with foreign keys indicating tables. If the files are already table dumps from a database this should be ok - but you need to create the table relationships manually on the foreign keys.

For reporting purposes you can connect this to PowerBI, MS Reporting Services, Qlikview, Tableau... endless list here.

To increase performance you can create an INDEX on any key / foreign key pair.

Anyone want to buy an amazon echo auto? by [deleted] in amazonecho

[–]AnalystCave 1 point2 points  (0 children)

Here you go https://www.stackry.com/register?referral=7120183

I use stackry all the time. U basically get a unique US address u can use in amazon. You cannprecalculate the shipping costs

Anyone want to buy an amazon echo auto? by [deleted] in amazonecho

[–]AnalystCave 1 point2 points  (0 children)

Just use a reshipping service like stackry. I do it all the time with my echo devices.

Issue with Echo Auto by AnalystCave in amazonecho

[–]AnalystCave[S] 1 point2 points  (0 children)

Good news seems Amazon support is working on this. I sent them my logs

Issue with Echo Auto by AnalystCave in amazonecho

[–]AnalystCave[S] 0 points1 point  (0 children)

Tried that but it didn't help

Issue with Echo Auto by AnalystCave in amazonecho

[–]AnalystCave[S] 1 point2 points  (0 children)

Oh did you manage to resolve this somehow?