
|
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! |
![]() Friday, April 18, 2008 – Permalink – Excuse Me Your Formula's ShowingFormatting slipTry this experiment. On a sample worksheet, enter some arbitrary data in say the A1:B5 range. Select the C column and format it as Text. (Right click choose Format Cells - on the Number tab choose Text) In cell C1 enter a function, such as =sum(a1:b1) With C1 still selected, double click the Fill handle (the tiny box at the lower right corner of the cell.)
Now reformat the column as Text. The formulas still work, but if you edit one of them, it reverts to a text display. Labels: Formulas, General, Troubleshooting <Doug Klippert@ 7:31 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
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
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, November 12, 2007 – Permalink – All the BasicsAll(most) all you need to knowOffice.Microsoft.com has a short demo that shows you the main things anyone needs to know about Excel. There are many thousands of users who find that this is all they ever need.
Use simple formulas to do the math See all Topics excel <Doug Klippert@ 8:00 AM
Comments:
Post a Comment
Thursday, August 30, 2007 – Permalink – Calculate Running TotalUsing the OFFSET functionAdding up a running balance can be frustrating when new data is added or old transactions are removed. "How to create a data list to manage transactions, add and delete rows from the list, and accurately calculate a running balance using the OFFSET function."
<Doug Klippert@ 8:15 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
Wednesday, May 16, 2007 – Permalink – Calendars - PerpetualIt's that year again
DotXLS.com: Perpetual calendars
<Doug Klippert@ 6:13 AM
Comments:
Post a Comment
Tuesday, January 23, 2007 – Permalink – Result is a PictureIf 4, show kumquatAllen Wyatt has a cool procedure that will let you show a picture of an object on your spreadsheet depending on a value. Maybe a snow suit when it's 29 or, say, a pair of bloomers when the computed temperature is 70. The procedure does not use any VBA, just equations and bright thinking. ExcelTips.VitalNews.com: Display Images based on a Result See all Topics Labels: Formulas <Doug Klippert@ 5:32 AM
Comments:
Post a Comment
Monday, January 15, 2007 – Permalink – Worksheet NameFormula constructionThere may come a time when you need to display the name of a worksheet. This formula will do the job: =MID(CELL("filename",$A$1),FIND("]",CELL("filename",$A$1))+1,31)=CELL("filename",$A$1) returns the path, the Workbook name and the Worksheet name. (C:\Documents\[April.xls]\Costs)=MID(text,start_num,num_chars)selects the text that starts at a certain point and goes on for a certain number of characters. The formula, as written, looks at the full path and selects the first time a closing bracket (]) is found. It then moves 1 character to the right and displays the results up to 31 characters. (A worksheet name cannot be more that 31 characters long. You could include a reference to that cell on other worksheets. See all Topics Labels: Formulas <Doug Klippert@ 8:15 AM
Comments:
Post a Comment
|