Beginning PivotTables in Excel 2007 will introduce you to the exciting new pivot table features in Excel 2007. Create quick summaries and pivot charts, add impact with traffic light icons, design calculated fields, group dates and numbers.

Categories

Archives

Excel Twitters 20081129

Moved to the Excel Twitters archive:
Excel Twitters 20081129
var fbShare = {size:’small’}

Enter the Time in a Notepad File

I like to use Notepad to make notes as I work. In July, I described how I type .LOG at the top of the Notepad file, so the date and time are automatically entered when the file opens.
That’s a handy feature, but I wanted to timestamp the files as I was working to, to record [...]

Excel Dinner Planner

If you’re busy getting ready for a big family dinner today, you might find the dinner planner in this Excel workbook helpful.
You can enter your target dinner hour, and a list of food to prepare, and the planner calculates the start time for each item. I use it for our family dinners, and it’s a [...]

Classic Menus for Excel 2007

I noticed that Bits du Jour was offering a 70% discount on "Excel 2007 Ribbon to old Excel Classic Menu Toolbar" this Thursday, so I decided to download the trial version and take a look. Maybe it’s something that would help people make an easier transition to Excel 2007, and at the discounted price of [...]

John Walkenbach’s PUP Add-In For Excel

About a week ago, John Walkenbach had a clearance sale for his PUP Add-In for Excel. PUP stands for Power Utility Pak, and that’s not an overstatement. I’ve been using the latest version, PUPv7 for Excel 2007, for the past week, and am amazed by all its features.
When installed, PUPv7 adds a tab to the [...]

Get Organized With an Excel Christmas Planner

There are sites that offer Christmas Planner templates, usually in pdf format, which you can download and print. Then, store the printed sheets in a binder, and write out your task list, holiday budget, gift list and calendar.
I’m sure that helps people who are trying to organize a hectic holiday season, but Excel would [...]

Excel Twitters 20081122

Moved to the Excel Twitters archive:
Excel Twitters 20081122
var fbShare = {size:’small’}

Enter Excel Data Without Decimals

Recently I helped someone who was having trouble entering data in a new installation of Excel 2007. When he entered 100, the value was automatically changed to 1. If he typed 1000, the value immediately became 10. Very mysterious, and frustrating for the user.
It’s a Feature
What the user had discovered was a relatively unknown feature [...]

Entering Dates and Times in Excel

In yesterday’s post I showed formulas you can use to pull information from a date in Excel. In some workbooks you’ll enter dates manually, but often you’d like a date to be calculated automatically.
Calculate the Current Date
To show the current date in a cell, use the TODAY function:
  =TODAY()
This date will update automatically when you [...]

Working With Dates In Excel

This week I’ve been working on date formulas, from very simple ones, to complex formulas that calculate workdays per month, based on start and end dates that can span several months.
Extract Information from a Date
Many times I need to pull a bit of information from a date, such as the year, month or weekday.

Here are [...]