+ Reply to Thread
Results 1 to 11 of 11

Excel as an ERP system

  1. #1
    Registered User
    Join Date
    08-08-2013
    Location
    Columbus, Ohio
    MS-Off Ver
    Excel 2013
    Posts
    1

    Excel as an ERP system

    Just curious if anyone has tried to take the leap in a small or medium size business and use straight Excel as an ERP system? The main functions would be sales orders linked to inventory linked to purchase and manufacturing orders.

  2. #2
    Forum Contributor
    Join Date
    01-30-2013
    Location
    Wales
    MS-Off Ver
    Excel 2013
    Posts
    231

    Re: Excel as an ERP system

    I think the brief answer is 'NO', have you?

  3. #3
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: Excel as an ERP system

    I've never seen one and my response if I did would be - Kill it with fire

    Excel is a fancy calculator, a database it is not and this becomes immediately apparent as soon as you have one dataset that relates to another in a meaningful way

  4. #4
    Registered User
    Join Date
    09-13-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: Excel as an ERP system

    Hello Brucemapes,

    Yes, Excel can be used very efficiently as a small ERP. In fact I am a professional VBA developer and this is the kind of realizations that are most demanded to me.
    Excel can be used this way exactly the same way than Access is. But some forms and querying commands have to be re-built from scratch. It is all the more interesting since Excel 2007+ can handle a million rows.
    You will have to use ADODB Connection and Recordset objects to query tables stored in Excel worksheets. With SQL language you can then do SELECT, INSERT, UPDATE and rather complex JOIN operations. It is even possible to make your database accessible to several users (read and write access) and manage different levels of administrator/user/viewer rights.

    Obviously, the ability to code rapidly with VBA is a key component since it allows to do any kind of complex processing directly inside your own application (much easily than with a "big" or third-party ERP).

    Paulo

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Excel as an ERP system

    @ Paulo - I think most senior members would advise against this kind of use for excel - see Kyle's comments, and I see no relevance in "the ability to code rapidly with VBA" being a key component to either this, or any other porject?
    Last edited by FDibbins; 09-13-2013 at 10:39 PM.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  6. #6
    Registered User
    Join Date
    09-13-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: Excel as an ERP system

    Hello,

    I was simply answering Brucemapes question. He didn't ask whether or not is was a good idea to make an ERP with Excel.
    In addition, the fact that probably "most senior members would not advise against...", as Kyle comment suggests, doesn't prove anything and is not really relevant to Brucemapes question. I say that because, indeed, you cannot prove something does not exist

    To actually answer the initial question, yes I have already developed ERPs for small and medium businesses. Many of my customers are interested and impressed when I do live presentations. ERPs are efficient, cheap to develop and to make evolve. If you want to know how this is possible, I have to admit things get more technical. Simply figure out that the final user don't see any Excel-related components (only forms and reports).

    Best regards,
    Paulo

  7. #7
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: Excel as an ERP system

    Paulo,
    In think we first need to clarify what do we mean by ERP(Enterprise, Resources Planning)

    This is the definition from wiki

    "Enterprise resource planning (ERP) is a cross-functional enterprise system driven by an integrated suite of software modules that supports the basic internal business processes of a company. ERP gives a company an integrated real-time view of its core business processes such as production, order processing, and inventory management, tied together by ERP applications software and a common database maintained by a database management system"

    "cross-functional and integrated" are the most important words.
    I agree with Kyle . IMO, excel is not designed for storing data, but for analysis and data manipulation.
    I am not disputing the fact you have developed ERP system, but this is not the norm in the real word, hence having ERP and Accounting applications are all developed in data base systems. For e.g.. SAP and Oracle.

  8. #8
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Excel as an ERP system

    Paulo I made no comment regarding your ability to do anything, I merely pointed out that the ability to code rapidly, has no bearing on how effective a program may or may not be

  9. #9
    Registered User
    Join Date
    09-13-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: Excel as an ERP system

    Hello,

    Of course I agree with you both about the fact that using Excel as an ERP is definitely not an obvious choice.
    But, just read carefully the question of Brucemapes : he wants to know if anyone has ever used Excel as an ERP system. Behind his simple question, we don't know if he just needs advices on how to choose an ERP solution or if he is expecting some clues on how to use Excel as an ERP (maybe using Excel is mandatory or a strong constraint for him, we don't know...).

    Being on an Excel-dedicated forum, I found interesting to claim it was possible to use Excel as an ERP, to a certain extent, whatever people can think (more or less rightly) about it. From my point of view and regarding my past experiences, I have got strong evidences this approach was not meaningless

    Goodbye,
    Paulo

  10. #10
    Registered User
    Join Date
    05-16-2021
    Location
    Jakarta
    MS-Off Ver
    2019
    Posts
    1

    Re: Excel as an ERP system

    We can't make Excel as an ERP But we can make ERP with an Excel-like UI

  11. #11
    Registered User
    Join Date
    09-07-2013
    Location
    India,Tamil Nadu
    MS-Off Ver
    Excel 2003, Excel 2007
    Posts
    7

    Re: Excel as an ERP system

    Yes I have done 100%

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] ChangeFormat of column from English decimal system with a dot to French System with a ,
    By rajiv1988 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-27-2013, 04:31 AM
  2. [SOLVED] Automated machine order pricing system system
    By Sherburn Systems in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-19-2012, 10:14 AM
  3. USER FORMS NOT WORK AT SYSTEM 32 Bits AND SYSTEM 64Bits
    By Flash_Azul in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-16-2011, 08:02 PM
  4. USER FORMS NOT WORK AT SYSTEM 32 Bits AND SYSTEM 64Bits
    By Flash_Azul in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-09-2011, 03:16 AM
  5. excel causing system to be in low system resource
    By inenewbl in forum Excel General
    Replies: 0
    Last Post: 04-05-2005, 12:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1