I’m back online!

Security OK!Due to security issues on previous WordPress engine, this blog has gone unmaintained for some time. Now it’s upgraded with newest WordPress 2.5.1 and hosted on powerfull Xeon server by kind staff of Greenfish web design team (thank you guys for supporting my blog site)…

We are ready to go on further…

Share on Twitter
Read More

MS Office: Link Excel to Access

Run Icon

or on any other data source. Ms Access ability to process large amount of data may come very handy in many cases. Of course, you can perform those analyzes in Excel itself but doing it using Access is both much more comfortable and error-proof. Excel is irreplaceable when you should check less than hundred rows of data but when row numbers came to several hundreds and more possibility to make errors raise exponentially. At the other hand, Access operate with whole columns and it make this job easily as possible. On this post it will be explained how to link Excel on Access, but you can use the vary same method to link Excel on any other data source like text files, xBase, ODBC…

Share on Twitter
Read More

MS Excel: ISERROR Function

Excel IconIsError function is used to check for errors in expressions or cells. At first sight most usefull case when you will need to use this function is to suppress division by zero error automatically. If not, you can always check for #DIV/0! cell by cell – but it would be inappropriate use of all this comfortable technology. This can’t be done without IF function which one is described in previous post on this website right here. You can save lots of your time resources and energy just by using combinations these two functions.

Share on Twitter
Read More

MS Office: Accounting Express 2007

MoneyMicrosoft campaign for Office Accounting Express 2007 say it is an essential tool for managing your business finances. Whether you’re a small or home-based business, you can use this accounting program to make pen and paper-based tasks a thing of the past. With the familiar look and feel of Microsoft Office, Office Accounting Express 2007 helps you get organized, save time and sell online. Sound nice?

Share on Twitter
Read More

Usual day with ERP users

CatERP developer job has it own advantages. Working directly on increasing level of implantation and watching how successfully it is. Users satisfaction is at the same time my own. It would be haven if it could be like that all the time. Here (but not hereby) I will describe one recent event. Participants are: Developer, Absent Female User, Female User, Male User, Young Female User and Developer.

Share on Twitter
Read More

MS Excel: VLOOKUP and HLOOKUP Function

Excel IconExcel’s VLOOKUP and HLOOKUP function, which stands for vertical and horizontal lookup, is used to search for wanted information stored in sheet which could be in same or different XLS file.

If you have sheet “order” with enlisted items and sheet “prices” with items price list you can search for the prices of ordered items to calculate total amount of order.

If you have sheet “overdue” with enlisted over debt partners for sending warning letter and you have sheet “partner master data” with full partners addresses, you can search for selected addresses using these LOOKUP function.

Share on Twitter
Read More

MS Excel: IF Function

Excel IconVery useful function in Excel is this one. It tests a value in a specific cell to see if that value meets a certain condition. If condition is true, first result will happen, if false, a second result will happen.

It looks complex (especially combined with VLOOKUP – my favorite one) so many people avoid using it. It was complicated to me in beginning but after some time I’m stopped to notice it complexity. Now, its use is so mechanical, I’m not even think much of it when I’m using it.

Share on Twitter
Read More

Master Data Purge

Data Server IconSometimes master data in your ERP or similar software could be full with obsolete definitions not used anymore. It could look like they should be erased from databases to make data more reliable. There are to many reasons not to do it. Regardless it is item master data, partner master data or any other master data type… Once opened master definitions should exist for all eternity. Clearing those unused definitions could cause more troubles than benefits.

Share on Twitter
Read More

Why do ERP implementations often fail?

Locked Icon At its simplest level, ERP is a set of best practices for performing the various duties in the departments of your company, including in finance, manufacturing and the warehouse. To get the most from the software, you have to get people inside your company to adopt the work methods outlined in the software. If the people in the different departments that will use ERP don’t agree that the work methods embedded in the software are better than the ones they currently use, they will resist using the software or will want IT to change the software to match the ways they currently do things. This is where ERP projects break down.

Share on Twitter
Read More

Excel 2007 Error!

Excel IconBe alerted to an issue in Excel 2007 (and Excel Services 2007) which involving calculation of numbers around 65,535. The first example was =77.1*850, but it became clear from testing as well as additional reports that this was just one instance where Excel 2007 would return a value of 100,000 instead of 65,535. The majority of these additional reports were focused on multiplication (ex. =5.1*12850; =10.2*6425; =20.4*3212.5 ), but testing showed that this really didn’t have anything do to with multiplication – it manifested itself with many but not all calculations in Excel that should have resulted in 65,535 (=65535*1 and =16383.75*4 worked for instance). Further testing showed a similar phenomenon with 65,536 as well. This issue only exists in Excel 2007, not previous versions.

Share on Twitter
Read More