Introduction to Crystal Reports
|
Is Crystal Reports your next big challenge? Summer time can be a slow time, so why not consider taking a class with us! Crystal Reports can help you gain insight into trends in your business.
Join us on Tuesday and Wednesday, July 30 and 31 at our Introduction to Crystal Reports class. The class will teach you all you need to know to feel comfortable working with Crystal Reports, creating your own reports, and modifying existing reports (standard or custom). This hands-on class is taught using your Sage 100 data and you will have the opportunity to suggest reports that we will use as training exercises.
Please click on this link to learn more about the class and to register. If you have any questions, please let us know.
|
Excel Tip - COUNTIFS and SUMIFS
|
Are you familiar with the Excel functions COUNTIFand SUMIF? I've been using them for years and they have been very helpful analyzing data. Did you know there are also new functions called COUNTIFS and SUMIFS which allows you to count or sum based on multiple criteria? This is available in Excel 2007 and higher.
For example, consider the following data table.
Count the number of customers in ON that had sales greater than $1,000,000. You could use this formula =COUNTIFS(A2:A12,"ON","D2:D12",">1000000"). The result is 3
What is the total of all sales of Mary's customers that are in QC. You could use the formula =SUMIFS(D2:D12,A2:A12,"QC",B2:B12,"Mary"). The result is 580,003
Imagine what you can do with this extra functionality!
To quote Sheldon in the TV show The Big Bang Theory --- You're Welcome!
|