Automate reconciliations with Power Query | Excel Off The Grid

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ก.ย. 2024

ความคิดเห็น • 63

  • @StopWhining491
    @StopWhining491 8 หลายเดือนก่อน +4

    Useful having a real-life problem example to solve instead of just showing how an app feature works. Thanks!

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  8 หลายเดือนก่อน

      Glad it was helpful! 👍

  • @assailhawk
    @assailhawk 7 วันที่ผ่านมา

    amazing lesson

  • @sakhilengwenya594
    @sakhilengwenya594 8 หลายเดือนก่อน +4

    This is the most effective training video I have ever watched on the subject. I have binge-watched the video more than 20 times now. thank you very much.

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  8 หลายเดือนก่อน +1

      You may be the first person ever to binge watch a Power Query video 🤣
      But, Thank You, I really hope it can save you a lot of time.

  • @adhamm5503
    @adhamm5503 3 หลายเดือนก่อน +3

    Very helpful, thank you. The reason for using power query is to automate this reconciliation task. It would be great if you could show what happens when you get different lists next month and how to update the query and get the list of items not matching in a few clicks. Regards

    • @randomnatural9644
      @randomnatural9644 3 หลายเดือนก่อน

      Hello, I agree with you. I am a fixed asset manager and I get different sets of data each month. I know how to do the process shown in Excel and get the same end result, in about the same amount of time with advanced formulas and shortcuts. An advantage for me would be if I can cut out the prep work and, like you said, only need to update or add the new items to the query each month. Overall, still a great video but I would like to know how we follow up with the next month of data to see automation in action.

  • @k16e
    @k16e 22 วันที่ผ่านมา +1

    Damn helpful... 7 months later...thanks

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  20 วันที่ผ่านมา

      After 7 months it's still help people. That's awesome. 😁

  • @TeresaM-w3n
    @TeresaM-w3n 5 วันที่ผ่านมา +1

    love it

  • @GrainneDuggan_Excel
    @GrainneDuggan_Excel 8 หลายเดือนก่อน +6

    Nice solution for a straight forward problem. Reconciling bank statements is much more difficult with so many direct deposit and payments occurring these days. Chances that the bank groups them the way accounting systems do are slim. They often do not have a unique identitifier in common or even matching date of the transaction.

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  8 หลายเดือนก่อน +6

      Agreed 100%. Bank statements don't have a unique reference for transactions, and there is no unique reference in the cash book either. So it can only be based upon human knowledge (I wouldn't trust AI to get it right either).

    • @viralvaishnav451
      @viralvaishnav451 4 หลายเดือนก่อน

      You can do the bank reconciliation in Excel via power query...I have done it...

  • @IvanCortinas_ES
    @IvanCortinas_ES 8 หลายเดือนก่อน +1

    Excellent explanation Mark. Thank you!!!

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  8 หลายเดือนก่อน

      Thanks Ivan. Glad it was helpful!

  • @mcwahaab
    @mcwahaab 8 หลายเดือนก่อน +1

    Big thanks from Somalia

  • @kebincui
    @kebincui 8 หลายเดือนก่อน +2

    Awesome as always, No 1 in the new year ❤👍

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  8 หลายเดือนก่อน

      Thanks Kebin. I’ve got some good stuff planned for 2024, so I hopefully I won’t disappoint. 😁

  • @olufemiolawale3848
    @olufemiolawale3848 8 หลายเดือนก่อน

    Thank you sir, You made power query to become easier to use for me!

  • @bbworld6363
    @bbworld6363 4 หลายเดือนก่อน

    Thanks for making it easy to understand. 🤘🤘

  • @Sumanth1601
    @Sumanth1601 8 หลายเดือนก่อน +1

    Excellent solution..clean , easy to follow and highly effective. 😊 I normally used to merge and use option keep rows from both table. But this looks better.

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  8 หลายเดือนก่อน

      There are lots of ways to solve this, so your existing way may be better.
      I’ve not done any performance testing to compare.
      Provided you get the right answer, with minimal effort and in reasonable time, then that’s what matters. 👍

  • @TAR2711
    @TAR2711 8 หลายเดือนก่อน +1

    Thank you for you time! Its usefull.

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  8 หลายเดือนก่อน

      Glad it was helpful! 👍

  • @Alexx9811
    @Alexx9811 หลายเดือนก่อน

    This was awesome, nice work, thanks!

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  หลายเดือนก่อน

      Thank you - I'm glad you enjoyed it.

  • @Deoreth
    @Deoreth 8 หลายเดือนก่อน +2

    A few moments:
    - if there are many Names with one Ref it's more convinient to pick last record by date of file modification or any other date (and one more there is no need to keep Names in main table - use it as dictionary and join it in Power Pivot)
    - when you merging some values on a list with 1 normalisation form use List.Sum or other aggregation from the start - it prevents you from getting dups from values you join.
    - there is no need in step to configure column type if you calculate values from another - just add it to calculation step.

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  8 หลายเดือนก่อน +3

      I'm only trying to teach one thing in each video, otherwise it (a) is too confusing for people to follow or (b) turns into a 1 hour video for something simple.
      All your points are valid.
      Regarding Names from last file modified. Yes, that is a valid option where there are multiple files covering different time periods. Which we doesn't always happen with reconciliations.
      If you are building a data model, then I agree with your point about normalizing the Tables. But, if you're not building a data model, then there is no "dictionary" to refer to.
      In terms of using List.Sum / aggregation to prevent duplication that is mentioned in the video towards the end.
      Yes, I could have done avoided the change data type step, but didn't want to get into manually applying data types inside the Table.AddColumn function. I've covered that in other videos previously.

    • @StopWhining491
      @StopWhining491 8 หลายเดือนก่อน

      No idea what all of that means in the context of the video.🤥

  • @power-reconcile
    @power-reconcile 3 หลายเดือนก่อน

    Nice video, thanks for sharing!

  • @OZbMG8jsJTX14AWYne4omBw
    @OZbMG8jsJTX14AWYne4omBw 8 หลายเดือนก่อน +1

    Good job! Thx!

  • @aggelospapaemmanouil5666
    @aggelospapaemmanouil5666 8 หลายเดือนก่อน +2

    You could do it with a simple Unique function and a sumifs second column in 2 seconds

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  8 หลายเดือนก่อน +2

      In many circumstances, we would have to open both files, copy and paste the data into the main workbook.
      Then we would need to VSTACK the data, adjusting the data ranges to ensure they include all the data.
      Then we can continue with the UNIQUE…
      So, depending on scenario, it requires more manual steps (increasing risk of error) and takes longer than a Power Query refresh option.

  • @waheedakhtar9242
    @waheedakhtar9242 8 หลายเดือนก่อน +1

    If we have more than two references, as in the case of partial payment, how should we handle it? This will help us a lot in automating the process.

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  8 หลายเดือนก่อน

      A partial payment is not reconciled. It remains I reconciled until either:
      A) the full payment is made
      B) an adjustment is made to write off the outstanding amount.

  • @Bhavik_Khatri
    @Bhavik_Khatri 8 หลายเดือนก่อน +1

    Nice process

  • @kudifilipe9875
    @kudifilipe9875 8 หลายเดือนก่อน

    Great content, thanks. What about diferent reference, and the only match is the amount? And in the end of the day you want to show both, like same amount with diference reference?
    Eg:
    Ref Amount
    X 2
    Y 2
    Z 3
    Result:
    X and Y = 2;
    Z = 3.
    Thanks

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  8 หลายเดือนก่อน +1

      For this to work, you need to have a shared reference.
      You could add a reference using this method:
      th-cam.com/video/8cmuEpF3oOg/w-d-xo.html
      But you can’t match on amount as you will end up to too many items matching which shouldn’t be.

  • @rajeshmajumdar4999
    @rajeshmajumdar4999 7 หลายเดือนก่อน

    Superb Thank you so much!

  • @ramruttunaubeeluck9235
    @ramruttunaubeeluck9235 8 หลายเดือนก่อน +1

    Awesome

  • @MaydayAggro
    @MaydayAggro 7 หลายเดือนก่อน

    I have credit card clearing accounts in several different companies that each have thousands of transactions per month. For some reason there are no common columns between any of the tables (credit card company vs. general ledger vs. bank) other than the amount column. And because it's credit cards, the deposits post days later than the credit card charge, so that even the dates do not match. Is there a way to get this data to work in power query?

  • @marwanattya8067
    @marwanattya8067 8 หลายเดือนก่อน

    Great 👍

  • @tariqaziz783
    @tariqaziz783 3 หลายเดือนก่อน

    Make downloading file easy, it's very difficult requires first sign up then another step

  • @dougmphilly
    @dougmphilly 8 หลายเดือนก่อน +1

    nice

  • @nuqwestr
    @nuqwestr 8 หลายเดือนก่อน +1

    Debits, Credits, Adjustments, don't see those concepts referenced.

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  8 หลายเดือนก่อน +6

      It depends on what you're reconciling. In the example, we are using payroll data. So there may not be a concept of debit or credit as the values do not exist on a ledger. Equally, we could have been reconciling Health & Saftey Lost Time Injuries data and therefore the concept of debit/credit is non-existent.
      Debit, Credit or Adjustment, are accounting concepts tied to double-entry bookkeeping, and not to the underlying mathematics behind them.
      - Debit: A positive number
      - Credit: A negative number
      - Adjustment: A positive or negative change to a number
      Either way, they are all numbers, just in different directions or different categorizations.
      From a practical perspective, I would expect you would reconcile the total value of the item represented by the reference, irrespective of whether it is made up of Debits/Credits or Adjustments (which is why the video covers the section about what to do a reference exists multiple times in the data set).
      So, you may need to use Power Query to clean your accounting format into a normalized data format before undertaking a reconciliation.

  • @willianrom
    @willianrom 8 หลายเดือนก่อน +1

    Hello from Curitiba city in Brazil 🟩🟨

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  8 หลายเดือนก่อน

      Hello. I thought Brazilians spelt it as Brasil, rather than Brazil.

    • @danielgoncalveslima9350
      @danielgoncalveslima9350 8 หลายเดือนก่อน

      ​@@ExcelOffTheGridsim, in Brazil is Brasil 😊

    • @willianrom
      @willianrom 8 หลายเดือนก่อน

      ​@@ExcelOffTheGrid In English it is Brazil, if you write texts in Brazilian Portuguese, then you write Brasil. I don't know why it's Brazil in English, maybe because of the pronunciation.

  • @petelukz342
    @petelukz342 5 หลายเดือนก่อน

    inefficient way to do it but you tried

  • @scottjezard6447
    @scottjezard6447 8 หลายเดือนก่อน +1

    Get well soon 😂

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  8 หลายเดือนก่อน +1

      Thanks 🤣
      I feel terrible, but the show must go on. Hopefully by next week I’ll be on full power again 😁

  • @Softwaretrain
    @Softwaretrain 8 หลายเดือนก่อน

    Great video, Mark! Your explanation on automating reconciliations with Power Query is clear and very helpful. It's impressive how you simplified the reconciliation process, especially when there is a shared reference.
    I've also explored a related scenario in one of my video, focusing on reconciliations where we lack a reference column. In accounting, as you know, we often rely on amounts and dates for comparison, and these can often be duplicated in statements. My video, although in Persian, visually guides through a method to reconcile and detect discrepancies on both sides in such cases. It complements your approach by addressing a different yet common scenario in accounting. You can check it out here: th-cam.com/video/fFfK-Js_XY8/w-d-xo.html. I believe it could add value to those who follow your channel for Power Query insights.