
|
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! |
![]() 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
|