• Consulting RSS Feed

    by Published on 2011-10-28 07:17 AM  Number of Views: 1184 

    The only thing that can't be automated in Excel is the input of raw data... and even that can sometimes be done. If you are looking to avoid repetitive tasks in your Excel spreadsheet (clearing out data to start a new month, manually incrementing dates, copy your data to historical tables, etc...) you should know that it's more than just possible!

    There are a wide variety of Excel gurus and specialists out there that you should seriously think about hiring.

    Why should I hire an Excel consultant?

    • Do you perform repetitive tasks in Excel? Some examples may include:
      • Clearing out worksheet cells to re-use your worksheets
      • Putting in you own name every time you open your workbook
      • Copying current data to historical columns
      • Saving a backup every month under a different filename
    • If you share your workbooks with others, do they constantly come back broken?
      • Formulas missing or overwritten?
      • People inserting rows where they shouldn't?
      • Invalid data in cells? (text in numerical fields, etc...)
    • Do you use your Excel information to do tasks in other Microsoft Office programs?
      • Mailing labels in Word?
      • Billing letters in Word?
      • Charts in Powerpoint?
      • Emails through Outlook?
    • Do you use your data to look up information elsewhere?
    • Do you want to do in depth data analysis, but find yourself without either the time or expertise?
    • Do you just plain want to learn more about the power of Microsoft Excel?

    If you answered "Yes" to ANY of the questions above, you should consider hiring your very own Excel guru. Not only do you get their expertise, but you get their passion for all things Excel!

    Of course, there is much more to Excel than automation, and much more that needs to be covered to truly meet the needs of all Excel users. Whether you need help building an add-in, fixing a broken workbook, redesigning workbooks for efficiency, or building an great looking Excel dashboard report, there is a consultant out there who can handle the task. The big questions, of course, are "how much will it cost" and "how do you find a reliable consultant?"

    How much do you spend on repetitive tasks?"

    Consulting appears expensive at first glance, so you need to work out the estimated payback before you pursue someone for your project. To help with this I've designed a spreadsheet to calculate just how much you spend on repetitive work. This will do two things for you... first, it will probably shock you to see how much you spend on repetitive work. Second, it will give you something to gauge against when someone quotes on your task, and allow you to figure out how long it will take to break even.

    Simply plug in the details of your task into the Microsoft Excel WebApp below, (Yes! It's a fully functional spreadsheet, right in the web page. Type in the blue cells and click the little filter icons to change the time period values.)




    Alternately, you can also download and use Download our Automation Evaluation form! It is an Excel file, which contains no macros, so it is not a security risk to your system.



    I'm convinced! Where to I find a reputable Excel consultant?"

    Well, if you're looking for training in Microsoft Excel, then look no further. I offer on-site training services! You can learn about my offerings on this page

    While I do offer teaching and training, I don't offer Excel consulting services myself any more. I do have a list of freelance gurus that I refer Excel projects to though. These guys are simply the best of the best:

    Each of these Excel experts has different areas of specialty, so if you're not sure who would be more appropriate, just drop me a line, and I'll recommend one to you.


  • Recent Knowledge Base Articles

    Ken Puls

    Easy Outlook Email Integration

    Over several years of participating in forums, and working on my own projects, I always felt it was a bit awkward to create and send new emails through Excel. Invariably, every time I found that I needed email code, I ended up heading off to a site to copy an example (usually from my colleague Ron de Bruin's excellent site), then customizing to make it work.

    The goal of this article is to provide an even easier way to add email functionality to your Excel (or any other Office) project... something easy enough for beginner coders to use as effectively as master coders. I wanted a re-usuable chunk that I could just drop into my project with ease, and I believe I've accomplished that here.
    ... read more
    Ken Puls 2012-01-23, 05:52 AM
    Ken Puls

    Prevent Printing In A Workbook

    If you'd like to prevent anyone from printing your workbook, this code will do the trick (subject to the caveat below).
    ... read more
    Ken Puls 2011-12-06, 05:36 AM

    Categories:

    Excel - VBA Programming 
    Ken Puls

    Trigger Conditional Formats Before Printing

    My staff and spreadsheet users will tell you that any time I build a spreadsheet, there are always shaded cells on the grid. I preach that "Green means go", and make sure that any cell they enter data in has a green background. I also use blue backgrounds for "update these sometimes" cells, like tax rates. If cells are left with no colouring, though: everyone here knows that they should be left alone.

    Often, I have a few data entry cells or blocks on multiple worksheets. While this follows good spreadsheet design principles, it does have a bit... read more
    Ken Puls 2011-11-11, 07:56 AM
    Ken Puls

    Security In Microsoft Office

    Please Note: This text is the complete reproduction of Chapter 17 - Security if Microsoft Office from my book RibbonX: Customizing the Office 2007 Ribbon, and is reproduced with permission of Wiley Publishing who retains the copyright of this work.


    This chapter was obviously written for Excel 2007, and still holds true for Office 2010.

    In addition, this chapter also discusses macro security applicable to Office 97 through Office 2003. Key portions to read for these verions are Security Prior to Office 2007 and Digital Certificates. While some of the screens may look a little different, they should be close enough to help you understand how to set up a SelfCert digital certificate and add it to your projects. These steps will allow you to avoid macro warnigns in your programming environment, without having to sacrifice security by setting your security levels to low.... read more
    Ken Puls 2011-05-06, 06:13 AM
  • MVP Logo
  •  Donations

    If you like our website and would like to give something in return, you can make a donation. All donations are gratefully received and go to support the site.


    Select your preferred currency and donation amount, then click the donate button.

  • Recent Forum Posts

    Colo

    How to Rename a File from English to Other Language?

    Yeah, some massive HTML conversion is my line. In other words, most of difficult things can be done with Excel alone like this time. Well done, Excel!...

    Colo Today, 07:36 AM Go to last post
    Ken Puls

    Link a series name to a cell using Excel 2010 VBA

    Hi there,

    I recorded linking the title to a cell and it came back with the following. Does this help?

    Code:
        ActiveChart.SetElement
    ...

    Ken Puls Today, 04:06 AM Go to last post
    Ken Puls

    How to Rename a File from English to Other Language?

    Colo, that was way too easy... I was expecting some massive HTML conversion, or a huge engine to compare each character against a library of Chr codes!...

    Ken Puls Today, 04:02 AM Go to last post
    Ken Puls

    Shared file\macro & IP address

    Oh, and as for the max number of users who can access the file in the shared folder at once...

    • For reading, I believe it's unlimited. (The second and
    ...

    Ken Puls Today, 03:59 AM Go to last post
    Ken Puls

    Shared file\macro & IP address

    ibrahimaa,

    There is no one-line way to get your IP address the way you are getting the username. So you're going to need more code than...

    Ken Puls Today, 03:56 AM Go to last post