
Instruction:
1) Data Validation is a good function to create a list of selection. You can use Data Validation to create a list of month as picture below.
2) Vlookup or Hlookup is a good function to obtain data from a table. After selecting a month, use Vlookup to obtain data from table below. Thats all. After select a month, the data from selected month will show at table above. Then, create pie chart using table above.
Share with you how to work smart by smart use of practical and useful Microsoft Office Excel, Word and PowerPoint. A lots of real life examples of work smart methods show in the blog.
Sunday, December 5, 2010
Show Pie Chart By Month
Friday, November 12, 2010
Compiling Data By Date
Instruction:
1. Select the data, click Insert, PivotTable,select New Worksheet or Existing Worksheet,select location, OK.
2. The PivotTable Field List will then shown at the right, select the Date and Quantity field list, then the table will created.
Thursday, April 15, 2010
Include a value from one cell within text of another cell.

You can also use Data Validation at Data, Data Validation by setting Setting below.

You can also set message box to display by setting Error Alert below.
When the number 25 to 150 is enter, a message box and text is displayed as below.
Conditional Formatting Date Range
B3:B13 and highlight all the cells that contain a date in the mini calendar. You can use sumproduct formula in your conditional formatting. You can see the picture below, when you use sumproduct for cell Q7 compare with range B3:B13, it will equal to 1 because it is in the range.

Therefore, you can use the formula to conditional formatting's formula by setting it to red color if the formula more than o or equal 1.
Thursday, April 1, 2010
Check box help in Word
Follow the steps below:
1) Insert Checkbox (from Forms toolbar) and Commandbutton (from Control Toolbox). (For Word 2007, click Customize Quick Access Toolbar, More Command, Choose Command From: All Command, add Check box, Command button).
2) Select the Commandbutton and right-click to select View Code.
3) The Microsoft Visual Basic will open for you to write coding. Write this statement to enable the checkbox check after press command button.
ActiveDocument.FormFields("Check1").CheckBox.Value=True
4) Double-click the checkbox to ensure the check box name is tally.
5) Select the commandbutton and right-click to select CommandButton Object, Edit to change the commandbutton caption to "Check".
6) Click Exit Design Mode. Now you can click the "Check" button to check the checkbox. (For Word 2007, click Customize Quick Access Toolbar, More Command, Choose Command From: All Command, add Design Mode).
Thursday, March 25, 2010
Run A Macro By Opening A File
Referring to your question on how to run a macro when you open a file with the condition if current time is between 9 am and 10 am, otherwise, don't run this macro.
I had create a Open event at the ThisWorkbook objects. You can use the If statement below, and change Msgbox below to Run to run your macro.
Wednesday, March 24, 2010
Linking Data From Form To Database
The example below show you if you can smart use of the template wizard function, you can updating database/master list automatically whenever the change of documents.
Now you can see the real life examples how other people work smart by smart use of Microsoft Office (Microsoft Excel, Word and PowerPoint) in a series of Microsoft Office (Microsoft Excel, Word and PowerPoint) book. You can view the coverage and special features of the books at Youtube and get the books in ebay.
