How to Apply SQL Relational Database Design to Excel | Create an Excel Order Management System

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

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

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

    Awesome tutorial, crystal clear and concise. I have strugling to understand the relationship between the order and order_items table. I cant take you enough for such wonderful tutorial.
    Keep it up.

  • @johnnycode
    @johnnycode  ปีที่แล้ว +2

    If you're interested in taking the Orders data and autopopulating an Invoice template: th-cam.com/video/XtcjX2mfKLY/w-d-xo.html

  • @RajDilip-m6x
    @RajDilip-m6x 10 หลายเดือนก่อน

    I did follow all steps and created a new file but in the end its not complete as these orders do get fulfilled and then they need to hidden or removed from the orders page. I guess it would be better to just move this data to another sheet where old records get maintained and maybe in future we could work on a dashboard. This is getting very interesting.
    Thank you for such great and informative video ❤

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

      A dashboard is a good idea. I don't have a video on that, but my other videos might give you some inspiration:
      In my Autofill Invoice video, you can see how to use VBA to bring data into another sheet: th-cam.com/video/XtcjX2mfKLY/w-d-xo.html
      In my Compare List video, you can see how to use Power Query to join tables, so you can join Orders x Customer x Products x Product Details: th-cam.com/video/jKQ0Yx8RJGw/w-d-xo.html

  • @UtkarshSinha-w4h
    @UtkarshSinha-w4h 6 หลายเดือนก่อน

    Hey! Could you please explain why you didn't VLOOKUP the Unit Price?

    • @johnnycode
      @johnnycode  6 หลายเดือนก่อน +1

      The Unit Price in the Order Details table should be a "snapshot" of the price at the time of the order. That is the price the customer paid and should never change. You should not use VLOOKUP because if you decide to change the price in the Products table in the future, it will change the prices in the Order Details table and your order history will not be accurate anymore.

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

      This is excellent. It is a great tip. I have experienced this e I did not know how to work it arround.

  • @RajDilip-m6x
    @RajDilip-m6x 10 หลายเดือนก่อน

    Please provide a link to download this sample file. Thank you❤

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

      Thanks for your interest, I uploaded the files here:
      github.com/johnnycode8/excel_vba_power_query