
|
Book Home Page Bloglines 1906 CelebrateStadium 2006 OfficeZealot Scobleizer TechRepublic AskWoody SpyJournal Computers Software Microsoft Windows Excel FrontPage PowerPoint Outlook Word Host your Web site with PureHost! |
![]() Tuesday, May 13, 2008 – Permalink – Embed a ShowStick it in WordYou might like to distribute a short PowerPoint slide show, and include some extra material. Open Word and PowerPoint. Arrange the windows so that both applications can be seen. <Doug Klippert@ 6:23 AM
Comments:
Post a Comment
Sunday, May 04, 2008 – Permalink – Conditional FormattingIf it's Tuesday, it must be mauve
This can be very useful for highlighting important information and values outside an accepted range or providing a visual cue to associate value ranges with color codes. Just click the cells you'd like to format and select Format >Conditional Formatting. The Conditional Formatting dialog box lets you set up the conditions by which the formatting of the cell will occur. You pick the operator (between, equal to, less than, etc.) and the value or range of values. Click Format to open the Format Cells dialog box, where you can select the colors and styles to be used. However, you can format that same cell to exhibit red, bolded text on a green background if it contains a value between 51 and 100. GR Business Process Solutions: Also <Doug Klippert@ 7:03 AM
Comments:
Post a Comment
Tuesday, April 08, 2008 – Permalink – Date and Time EntryMonth Day, Day MonthQDE An Excel Date Entry Add-In Ron de Bruin "QDE is a fully-functional Excel Add-in that provides quick input of dates, in all international formats. It handles quick data entry interpretation and reflects the three interacting issues of Date System, Day, Month Year ordering, and number of digits used in the quick date entry. With QDE you enter just as many digits as needed to clearly identify the date, QDE will do the rest."
<Doug Klippert@ 6:18 AM
Comments:
Post a Comment
Saturday, March 29, 2008 – Permalink – Week NumbersWho's counting?For most purposes, weeks are numbered with Sunday considered the first day of the week. This works most of the time, but it can be a little confusing certain years.
If your week starts on a different day, you can use the Analysis ToolPac function:
"The function WEEKNUM() in the Analysis Toolpack addin calculates the correct week number for a given date, if you are in the U.S. The user defined function shown here will calculate the correct week number depending on the national language settings on your computer."
datepart("ww",[DateField],7,1)
<Doug Klippert@ 7:24 AM
Comments:
Post a Comment
Sunday, March 09, 2008 – Permalink – Camera ToolSmile!(This is the per-2007 routine. For 2007 see the bottom of this tip. ) To create a linked picture of part of a spreadsheet for use elsewhere:
![]()
The process is a little different in 2007. Either add the Camera tool to the Quick access toolbar, or just select the range and drop down the Paste options. <Doug Klippert@ 8:15 AM
Comments:
Post a Comment
Tuesday, February 19, 2008 – Permalink – Zero 0Zero is nothingIf a zero isn't worth anything, why show it? Here is a Microsoft tutorial about how to deal with zilch:
Hide Zeros See all Topics excel <Doug Klippert@ 9:22 AM
Comments:
Post a Comment
Tuesday, January 29, 2008 – Permalink – Split the CostsSplit the sheets (?)Joe Chirilov presents a spreadsheet solution to a friendship breaker. Recently a large group of friends and I went on a multi-city tour of Europe that lasted a couple weeks. There was a lot of planning that went into this trip and responsibilities for booking different legs of the trip were spread out across the group. How do you efficiently handle paying back multiple people while getting reimbursed for your costs at the same time? You can download the spreadsheet here:Split_Costs.zip <Doug Klippert@ 6:53 AM
Comments:
Post a Comment
Saturday, January 12, 2008 – Permalink – Spreadsheet DietFormatting bloatAvoid applying formatting to more than just the active area of your worksheet. Extraneous formatting will confuse Excel about the last cell in the spreadsheet. Depending on your OS and specific configuration, you could see symptoms ranging from Excel not responding to various error messages concerning page faults, low virtual memory, and access violations. You may see a warning message; "Too many different formats." To resolve this issue, make sure you select only the particular range of cells you want formatted when you apply specific formatting or select Format>AutoFormat. You can use Ctrl+End to see where Excel thinks the last cell is. For more information, check out: Labels: Formats, Tips, Troubleshooting <Doug Klippert@ 8:32 AM
Comments:
Post a Comment
Sunday, December 23, 2007 – Permalink – Date ArithmeticThe drunken cousinWorking with dates has a few twists. Excel believes that time began on January 1, 1900. Each day since then is counted so that September 1, 2003 in Excel-speak would be → 37,865. 9/1/03 7:33 A.M. is a decimal → 37865.31458333333 When you subtract one date from another, for instance 9/1/2003 (A1)minus 7/4/2001 (A2), Excel displays the odd answer of → 2/27/1902. Excel formats the result of a formula with the same format as the source cells, Right-click the formula cell (=A1-A2). Select Format Cells ..., and then choose a Number format with zero decimals. The correct number of days → 789 will now be displayed. Another way is to use the rarely documented DATEDIF function. Chip Pearson calls it "the drunken cousin of the Function family." =DATEDIF(EarliestDate,LatestDate,Interval) =DATEDIF(A2,A1,"d")
Also: "Many users are surprised to discover that Excel cannot work with dates prior to the year 1900. The Extended Date Functions add-in (XDate) corrects this deficiency, and allows you to work with dates in the years 0100 through 9999." MS Knowledge Base: How To Use Dates and Times in Excel See all Topics excel <Doug Klippert@ 7:14 AM
Comments:
Post a Comment
Monday, December 17, 2007 – Permalink – Reset Shortcut MenuContext menu redo
Sub ResetShortcutMenu() Macros that Customize and Control Shortcut Menus See all Topics excel <Doug Klippert@ 5:15 AM
Comments:
Post a Comment
Monday, December 10, 2007 – Permalink – Chiropractics for ExcelHEADINGKnead and pound numbers Chad Rothschiller, a program manager on the Excel team, discusses using formulas to 'clean up' data in Excel. Excel is a great tool to use when you need to take data in one format, manipulate it into another format, and push the results along to another process, e.g. a database. In this context, Excel is a great landing pad or middle man, serving as a data transformation tool to move data from one system to another. I'm sure you've been faced with at least one of theses problems:
Manipulate and massage See all Topics excel <Doug Klippert@ 4:50 AM
Comments:
Post a Comment
Sunday, December 02, 2007 – Permalink – Spreadsheet Boo-BoosDesign suggestionsA few links to sites with advice on spreadsheet design and error detection.
<Doug Klippert@ 4:19 AM
Comments:
Post a Comment
Monday, November 19, 2007 – Permalink – Smart TagsDon't hideIn Excel, if you type a stock ticker symbol, the options offered on the Smart Tag are:
Smart tag functionality OfficeZealot.com: SmartTagz See all Topics excel <Doug Klippert@ 7:40 AM
Comments:
Post a Comment
Sunday, September 30, 2007 – Permalink – Data TablesUp one side; down another
<Doug Klippert@ 7:44 AM
Comments:
Post a Comment
Tuesday, August 14, 2007 – Permalink – Read All About IT!Excel readingBastien Mensink, from the Netherlands, runs ASAP-Utilities.com. He has aggregated the headlines from a number of Excel Blogs. If you don't have them as part of your RSS list, you should. Weblog Headines See all Topics excel <Doug Klippert@ 6:47 AM
Comments:
Post a Comment
Friday, August 03, 2007 – Permalink – Undo ExcelLevel talkIn Excel 2007. the number of levels of the "undo stack" was increased from 16 levels to 100. Setting AutoFilters, showing/hiding detail in PivotTables, and grouping/ungrouping in PivotTables are now reversable. And the undo stack is not cleared when Excel saves, be it an AutoSave or a Save by the user. If you think the number of undos should be changed, here's how:
![]() Modify the number of undo levels If you want to clear the undo stack, just run a macro such as: Sub ClearUndo() Allen Wyatt: Clearing the Undo stack See all Topics excel <Doug Klippert@ 6:36 AM
Comments:
Post a Comment
Friday, July 06, 2007 – Permalink – MS RSS FeedsEavesdrop on the expertsRSS feeds can give you a flow of new information. Microsoft knows the value of these web casts and provides a list of links from Access to SharePoint Server: RSS Feeds on Microsoft Office See all Topics excel <Doug Klippert@ 7:24 AM
Comments:
Post a Comment
Thursday, June 28, 2007 – Permalink – Scanner, No Insertions2007 is lacking![]() You can still scan images into Microsoft Publisher and a few other programs, but not the big three. "Yes, unfortunately, the Insert from Scanner and Camera feature was removed in Office 2007. Mark Jaremko, Senior Program Manager "The From Scanner or Camera option for adding pictures to a presentation, photo album, or workbook is not available in Microsoft Office PowerPoint 2007 or Microsoft Office Excel 2007.
<Doug Klippert@ 6:42 AM
Comments:
Post a Comment
Monday, June 25, 2007 – Permalink – Move a ColumnNo cut, No PasteWith a little practice you can quickly move Columns or rows.
See all Topics excel <Doug Klippert@ 7:29 AM
Comments:
Post a Comment
Friday, June 22, 2007 – Permalink – Convert FilesNo add-ins neededHere and there you pick up a lot of odd files. Some of them maybe for programs that have long since been sent to the great Recycle Bin. There is a web site that will convert a great many file formats up to 150mb.
Media-convert.com See all Topics excel <Doug Klippert@ 6:27 AM
Comments:
Post a Comment
Sunday, June 17, 2007 – Permalink – Tips and FormulaeFunctions and MacrosI'm always looking for Excel sites. A fresh perspective can make the view more clear. While he does approach from a Mac angle, the Excel world welcomes those of all persuasions. J.E. McGimpsey's XL Pages Here are some of the tips:
See all Topics excel <Doug Klippert@ 8:07 AM
Comments:
Post a Comment
Friday, June 08, 2007 – Permalink – Location IndicatorPoint to the spotHere's a link to the code that produces conditional formatting on the fly to the cells in the current row and column. ![]() Color banding location See all Topics excel <Doug Klippert@ 5:55 AM
Comments:
Post a Comment
Sunday, May 27, 2007 – Permalink – Unkept SecretsHEADINGFrom Microsoft"After supporting Microsoft Excel for years, technical Support Professionals have found that some of the most powerful and useful features and functions in Microsoft Excel remain undiscovered by you, our users. Undiscovered Tips About Microsoft Excel for Windows Here are just a few:
See all Topics excel <Doug Klippert@ 6:35 AM
Comments:
Post a Comment
Monday, May 07, 2007 – Permalink – Hide DupsFormat don't showDuplicate entries can be formatted to "disappear", but still be available for computation.
Dups can also stand out:
Hide Duplicate Values Also: Hide Records with Duplicate Cell Entries See all Topics excel <Doug Klippert@ 6:52 AM
Comments:
Post a Comment
Friday, April 06, 2007 – Permalink – Getting '07 Reference GuidesWhere'd they hide that thing?Wondering where your favorite Word 2003 commands are located in the new Word 2007 interface? Or just want to explore the rich, new design with a little guidance?
<Doug Klippert@ 7:39 AM
Comments:
Post a Comment
Thursday, April 05, 2007 – Permalink – Getting Started with '07Ribbon add-in tutorial portalDownload the Get Started Tab for Word/Excel/PowerPoint 2007 . (You'll have to do this separately for each application) ![]() " This add-in adds a Get Started tab to the Excel 2007 Ribbon. Commands on this tab give you easy access to free content on Office Online, such as training courses, video demos, and other Office Online content designed to help you learn Excel 2007 quickly. Also: 07 Reference Guides See all Topics excel <Doug Klippert@ 6:51 AM
Comments:
Post a Comment
Monday, March 12, 2007 – Permalink – Workbook WikiInfo sourceWikipedia is an interesting tool because of the democratic nature of its definitions and information. Mr. Excel has constructed an Excel Wiki: "What is the Excel Wiki? ExcelWiki.Functions See all Topics excel <Doug Klippert@ 6:56 AM
Comments:
Post a Comment
Saturday, February 24, 2007 – Permalink – Tips CollectionOne of the good onesHere's a site to add to your Excel resources list. Rodney Powell, MVP, has a collection of tips, demonstrations, and tutorials for many levels of expertise. Here's How to put a DropDownBox in a cell Here's a discussion about: Dynamic Named Ranges BeyondTechnology.com See all Topics excel Labels: Tips <Doug Klippert@ 6:13 AM
Comments:
Post a Comment
|