
|
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! |
![]() Thursday, February 04, 2010 – Permalink – Command Reference2003-2007-2010Those of you that are just now making the switch to the Ribbon world, will find this valuable.ComputerWorld.com See all Topics excel <Doug Klippert@ 3:14 AM
Comments:
Post a Comment
Tuesday, February 02, 2010 – Permalink – Office TrainingSuggestionsTechRepublic lists a number of areas that you might explore when training is needed for a new Office version.Here are a few:
See all Topics excel Labels: Tutorials <Doug Klippert@ 3:55 AM
Comments:
Post a Comment
Monday, February 01, 2010 – Permalink – Tips for Word and ExcelAlso some Windows hintsThis site has useful information about:
See all Topics excel <Doug Klippert@ 3:32 AM
Comments:
Post a Comment
Wednesday, January 27, 2010 – Permalink – Color ScalesConditional colorsHere is some information on Conditional color scales in Office 2010.Microsoft Excel 2010 Blog 1 Microsoft Excel 2010 Blog 2 Microsoft Excel 2010 Blog 3 See all Topics excel <Doug Klippert@ 3:42 AM
Comments:
Post a Comment
Tuesday, January 26, 2010 – Permalink – Where's the TemplateFind and/change storage spotsDescribes the different template categories and the locations of templates in 2007 Office programs. Also describes the registry settings that control where to find your custom templates. Support.Microsoft.com See all Topics excel <Doug Klippert@ 3:48 AM
Comments:
Post a Comment
Wednesday, January 20, 2010 – Permalink – Help ID'sVBA codeWhen you build a macro, you can call up information from the Excel Help file.Ron DeBruin has the information needed through 2007. Right clicking the Helpfile and choosing Properties will show the HP####### number in 2010. Help Context IDs for Excel See all Topics excel <Doug Klippert@ 3:00 AM
Comments:
Post a Comment
Wednesday, January 13, 2010 – Permalink – Text Files to ExcelA hard way to do an easy jobText files can be imported or just pasted into Excel. If you want to learn more about SQL statements and non-code coding, look at this blog:"Excel doesn't have an easy way to append multiple text files into one worksheet through the user interface. From time to time I hear customers asking how to do this in an easy way. Do you have to use Access or VB code to solve this problem? No. There's a way to do it in Excel by using a simple SQL statement in the connection string." MSDN Excel Blog See all Topics excel <Doug Klippert@ 3:53 AM
Comments:
Post a Comment
Sunday, January 03, 2010 – Permalink – Keyboard and Key TipsFinger it out2007 apps look different because of the ribbon, but the keyboard can still be used to speed up tasks. Microsoft has an online course that may help After completing this course you will be able to:Office.Microsoft.com/Training See all Topics excel <Doug Klippert@ 3:54 AM
Comments:
Post a Comment
Saturday, January 02, 2010 – Permalink – New CalendarsAnother yearHere are free Excel calendars for downloading.Twelve months on one sheet or one month per tab. ![]() DotXLS.com See all Topics excel <Doug Klippert@ 3:24 AM
Comments:
Post a Comment
Wednesday, December 30, 2009 – Permalink – Chart Null Data GapsFill in the spacesWhen creating a chart, data can sometimes be missing. You have a choice of leaving the cells empty or making them zero. By default, an empty cell will leave gaps in your graph. Zero entries will send a line graph down to the base line. One way to force Excel to interpolate the data is to enter the function =NA() in the empty cells. Another way is to go to Tools>Options and choose the Chart tab. Pick how you want data plotted - with gaps, as zero, or interpolated. ![]() Microsoft also has this suggestion: Gaps between the dates "If the datasheet data for the category axis contains date number formatting, Microsoft Graph automatically uses a special type of axis in your chart called a time-scale axis. Note, For 2007+, on the Design tab, click Select Data in the Data area, and then click Hidden and Empty Cells on the Select Data dialog box. See all Topics excel <Doug Klippert@ 3:18 AM
Comments:
Post a Comment
Tuesday, December 22, 2009 – Permalink – Link WorkbooksTie them togetherExcel is a flatfile database, but you can do some Access kinds of relationships. "A link is a formula that gets data from a cell in another workbook. When you open a workbook that contains links (a linking workbook), Microsoft Excel reads in the latest data from the source workbook or workbooks (updates the links).
See all Topics excel <Doug Klippert@ 3:10 AM
Comments:
Post a Comment
Monday, December 14, 2009 – Permalink – Have a Geeky ChristmasAnd a Functional New YearIt is rather late in the season, but this is a gift that gives all year long: This hilarious clock is the perfect accessory for any Excel power user. Each numeral has been replaced with a suitable Excel function that will evaluate to that numeral. ![]() For instance: =FACT(3) - The FACT() function returns the Factorial of a number. The Factorial of 10 is 10x9x8x7x6x5x4x3x2x1. This function is great for statisticians calculating combinations and permutations. In our case, the Factorial of 3 is 3x2x1 or 6 MrExcel.com: Excel Function Clock See all Topics excel <Doug Klippert@ 3:20 AM
Comments:
Post a Comment
Saturday, December 12, 2009 – Permalink – Display Row, Column HeadingsUser FunctionHere's an odd little use of functions. If you want to display the Row number on a spreadsheet, the formula =Row()works just fine. You could then hide the Row and Column headings and format the Row numbers any way you want. If a Row is deleted the numbers will automatically update. Column headings are a little harder. The formula =Column() will show the number of the Column, not the letter, i.e. "2" instead of "B". The following formula extracts the Column letter: =SUBSTITUTE(ADDRESS(1,COLUMN(),4),"1","") To break it down: =ADDRESS(row_num,column_num,abs_num) This finds the address at Row number "1" and current Column number. The abs_num of "4 " says make the result a relative address. The formula will produce a result such as "AA1". SUBSTITUTE(text,old_text,new_text) This function looks at the address, i.e. "AA1". It replaces the Row number character ("1") with a null or empty value (""). The formula will produce a result such as "AA". Also see Daily Dose of Excel by Dick Kusleika. Dick mused:'
Of course Office 2007-10 has taken it up to 16,284 columns. See all Topics excel <Doug Klippert@ 3:11 AM
Comments:
Post a Comment
Wednesday, December 09, 2009 – Permalink – SparklinesQuick graphic reinforcementA graph or chart can give the reader a visual representation of a great deal of data. Concepts or results can be more easily grasped by a well formatted graphic. Charts, usually, take up more space in a document than is absolutely required. Edward Tufte has come up with the concept of Sparklines (Sparklines:Intense, Word-sized Graphics) . These are small graphs about the same height and width as common words. They are not out of place in the text of a document. Sparklines give the reader a snapshot of the data that quickly supports the material being discussed. ![]() See: Bisantz Sparklines The Sparkmaker can create Sparklines for Word, Excel, or PowerPoint. They can also be produced in HTML. See all Topics excel <Doug Klippert@ 3:27 AM
Comments:
Post a Comment
Sunday, December 06, 2009 – Permalink – Curvesand More
"Students of analytic geometry, (the kind that combines algebra and geometry), often work in one of two coordinate systems: Cartesian or Polar - and frequently must convert from one to the other. See all Topics excel <Doug Klippert@ 3:02 AM
Comments:
Post a Comment
Friday, December 04, 2009 – Permalink – Password BackgroundUnencryptedAlan Myrvold has written a background article on how Office handles passwords and what password strength means."Word, Excel, and PowerPoint have been able to password protect documents for several versions by setting the 'password to open'. What we felt could be improved was the ability to enforce password strength rules, similar to what may be required when logging into your computer at work." ![]() See all Topics excel <Doug Klippert@ 3:55 AM
Comments:
Post a Comment
Sunday, November 29, 2009 – Permalink – New Conditional FormattingMuch more capabilitiesPre-2007 Excel was limited to only 3 conditions. The new Office is more generous and versatile. Here are some of the features:
2007+ Conditional Formatting See all Topics excel <Doug Klippert@ 3:48 AM
Comments:
Post a Comment
Tuesday, November 24, 2009 – Permalink – Formatting OverviewLooking goodThe judicious use of formatting can make data easier to understand as well as pleasant to see. Scott Lowe put together a series of articles on how to format data in Excel. The Articles are on TechRepublic.com Anatomy of Excel formatting: Part 1
See all Topics excel <Doug Klippert@ 3:39 AM
Comments:
Post a Comment
Sunday, November 15, 2009 – Permalink – Color NewsA multidiscipline subjectHere is a study about how color effects a reader's choice of concentration. It was intended for newspaper publishers, but the same knowledge can be used in Web design, PowerPoint, or any other reporting application. Word and Excel will also benefit. Color, Contrast, and Dimension in News Design ColorProject The Poynter Institute is a school for journalists, future journalists, and teachers of journalists. Poynter.org See all Topics excel Labels: Tips <Doug Klippert@ 3:08 AM
Comments:
Post a Comment
Thursday, November 05, 2009 – Permalink – Change Code to CommentsFast solutionWhen you're testing procedures, you can temporarily convert a block of VBA code to comments that will be ignored during a trial run. Doing so manually by inserting an apostrophe before each line of code can be a real chore. To simplify this task,
See all Topics excel Labels: VBA <Doug Klippert@ 3:42 AM
Comments:
Post a Comment
Wednesday, November 04, 2009 – Permalink – Paste is SpecialVersatile functionsIf the data you brought into Excel comes through as text rather than numbers, Paste Special can fix it.
What's So Special About "Paste Special"? Excel Paste Special function Pasting Using Paste Special See all Topics excel Labels: Tips <Doug Klippert@ 3:08 AM
Comments:
Post a Comment
Thursday, October 29, 2009 – Permalink – Hep MeHelp topic locationsThis from Ron de Bruin:
Help Context IDs for Excel See all Topics excel <Doug Klippert@ 3:09 AM
Comments:
Post a Comment
Sunday, October 25, 2009 – Permalink – Export Formatted SheetsAccess to ExcelAccess provides an easy way to export data to Excel through the Office Links feature. To use this feature, simply select a relevant database object and choose Tools>Office Links> Analyze It With Excel. The worksheet Excel creates includes some minor formatting applied to the field headings that appear in row 1. Some formatting in your original Access database affects the worksheet cell formatting as well. For example, if you're exporting from a datasheet, gridline and font attributes are carried over to Excel. If you use the Office Links feature to export data behind a form, text box shading and font properties are applied. The final result in Excel may not exactly match your Access data; however, you'll probably find that less work is required to get your Excel version of the data into an easily readable state. In Office 2007-10 it's External Data>Excel ![]() See all Topics excel Labels: Tips <Doug Klippert@ 3:07 AM
Comments:
Post a Comment
Thursday, October 22, 2009 – Permalink – Move Using AltOne sheet to anotherTo move data from one worksheet to another, highlight the data. Hold down the ALT key and move the mouse until the pointer arrow is on the border of the selection. Drag the selection down to the destination worksheet tab. When the arrow touches the tab, Excel switches to the desired worksheet. Now drag the selection to the correct position. Let go of the mouse and then the ALT key. To copy data hold down the CTRL+ALT keys and perform the steps above. BTW the screen will not scroll while you hold the ALT key down. See all Topics excel <Doug Klippert@ 3:56 AM
Comments:
Post a Comment
Saturday, October 17, 2009 – Permalink – Shortcut BordersKeyboard trickUse Ctrl+1 to bring up Excels Formatting dialog box. Shift+B will take you to the Borders tab. Now you can use the following key strokes (2002+):
![]() Shortcuts for Applying Borders Ctrl+Shift+7 will outline a cell without having to display the Format dialog. See all Topics excel <Doug Klippert@ 3:28 AM
Comments:
Post a Comment
Sunday, October 11, 2009 – Permalink – Update Excel on the WebAuto RepublishYou can save an Excel file as a Web page and makes it easy to update data in a worksheet that has already been saved to the Web. Here is how to save an Excel file as a Web page and set it up it for automatic updates:
Save Excel as Web Page DevX.com: Four Ways to Use Excel on the Web Penn State: Interactive Excel on the Web See all Topics excel <Doug Klippert@ 3:49 AM
Comments:
Post a Comment
Thursday, October 08, 2009 – Permalink – Copy PasteExcel tablesOne way to create a new table in an Access database from information included in an Excel spreadsheet is to select the pertinent data on the spreadsheet, including the field names. Copy the selection (Edit>Copy, or CTRL+C) Switch back to Access . With Tables objects being shown in the database window, choose Edit>Paste, or use the CTRL+V shortcut. Access will ask if the first row contains the field names and then will paste the information as a new database table. See all Topics excel Labels: Tips <Doug Klippert@ 3:46 AM
Comments:
Post a Comment
Wednesday, September 30, 2009 – Permalink – When 28 is 30How long is a month?When you use the banker's DAYS360 function to calculate the number of days between two dates, you can get an odd answer. If you use the DAYS360 function with a start date of February 28 and with an end date of March 28, a value of 28 days is returned. You expect a value of 30 days to be returned for every full month. (12*30=360) This behavior may occur if you use the U.S. method, also known as the NASD method, with the DAYS360 function. To work around this behavior, use the European method with the DAYS360 function. With the European method starting dates and ending dates that occur on the 31st of a month become equal to the 30th of the same month. To use the European method with the DAYS360 function, use the following syntax: =DAYS360(cell number of start date,cell number of end date,TRUE) Using FALSE or omitting the third parameter uses the U.S. method Support.microsoft.com An unexpected value with the DAYS360 function See all Topics excel Labels: Functions, Reference, Troubleshooting <Doug Klippert@ 3:19 AM
Comments:
Post a Comment
Thursday, September 24, 2009 – Permalink – Shut it All DownClose the spreadsheet and ExcelAs it comes out of the box, at this point, Excel 2007 is set to display spreadsheets on the task bar. No big deal 2003 did too. If, however, you only have one workbook open and want the application to shut down when you close the book you must make a little change. Just as before, you must deselect Windows in the Taskbar from the View Options. In 2007 it is located by clicking on the logo icon, then choose Excel Options. The Windows entry is on the Personalize screen ![]() See all Topics excel <Doug Klippert@ 3:44 AM
Comments:
Post a Comment
Thursday, September 17, 2009 – Permalink – Lock the BarnProtect your workJohn Walkenbach has put together an FAQ on Workbook/Worksheet/VBA protection. Spreadsheet Protection FAQ The Microsoft Knowledge Base article KB 293445 Has a list of references to protection information. Here is more information Overview of security and protection in Excel See all Topics excel <Doug Klippert@ 3:44 AM
Comments:
You might want to check out Mike Alexander's blog post about how easy it is to remove worksheet protection in Excel 2007.
Post a Comment
http://datapigtechnologies.com/blog/index.php/hack-into-a-protected-excel-2007-sheet/
Saturday, September 12, 2009 – Permalink – Declaring Multiple VariablesDeclare each oneWhen setting up a macro in VBA, if you want to declare multiple variables in one line of code, be sure to specify the type for each variable, even if the variables are the same type. Avoid code like the following: Dim strFName, strLName, strMI As String In such a case, only the last variable, strMI, is actually declared as a String type. The first two variables are designated by default as Variant data types. To correctly declare the three variables, you would use the statement: Dim strFName As String, strLName As String, strMI As StringSee all Topics excel Labels: VBA <Doug Klippert@ 6:47 AM
Comments:
Post a Comment
|