|
|
Select any topic link, listed below, for a variety of Excel Tips & Tricks:Note: If the phrase "Tips & Tricks" is included in a topic link, there's numerous tips & tricks on that particular topic .Which Key to use!We often get asked how to use the Enter key to move them in a direction other than "down one cell" when pressed. But to get to other cells, you don't need to fiddle with the End key; you just need to know these keys:
Make the Icons LargeIf you've got a big monitor--17-inch or larger--you may be using a sharper screen resolution (800 x 600, 1024 x 768, and so on) that lets you see more of your Excel worksheet on-screen. That's great--except the higher your screen resolution, the smaller those little toolbar buttons get. Tired of squinting at them? Make them bigger as follows:
Your buttons get bigger--much bigger. But note: They also get bigger in Word, Publisher, and any other Microsoft Office application you've installed. DAY, MONTH, YEAR Using the European date format in Excel - Version 4.x, 95 Here's a date format question: "I sometimes need to set columns of dates to the European format (dd/mm/yy) in Excel. However, this doesn't appear to be a valid option in Excel 95. All I see are 4-Mar, 4-Mar-95, and 04-Mar-95. What I need is 04/03/95 for 4 March, 1995. Is there no way to get this format?" As you've pointed out, Excel doesn't offer dd/mm/yy as a standard format. However, you can select it as a custom format. To do this:
The best use for this particular formatting method is when you need to convert a column of dates that you've already entered using the standard mm/dd/yy format.
If you must make a change to any date in this column, use the standard mm/dd/yy format to enter the date. Excel will automatically convert it to dd/mm/yy. Create Maps to view your dataWe're sure you know by now that Excel can create a map based on regional (state, national, international) data. But how many of you know that you can use the map feature to simply draw a map anywhere on your worksheet? So next time you'd like to illustrate a worksheet with a pretty picture of a map, try this trick:
Maps of the major highways in America or the capitals of Europe!
How would you like to create a map of all the major highways in America? Or all the capitals of Europe? Follow the steps below:
Don't count the blank cells Using Excel's Average function with blank cells Version 4.x, 95 Question: Excel ignores blank cells by default. As long as a cell is blank (or contains text), Excel won't include it in the calculations. If you'd like to check this out, enter into cells A2 through A6 the following text. 1 Now, move to cell A10 and enter: =average(a1:a8) The average is 3. So, the blank cells A1, A7, A8, and A9 don't figure into the calculation at all. Make a perfect Circle or SquareYou know that you can create a perfect circle by clicking the Oval button on the Drawing toolbar, holding down the Ctrl key, and dragging anywhere on your worksheet. But if even that simple procedure is too much for you, you can eliminate the drag as follows:
Excel creates the circle--no dragging required! Of course, if the circle isn't the exact size you need, you have to do some dragging, but there's no sense doing it until it's absolutely necessary, is there? Note that you can use the same technique with the Rectangle button--or with many of the AutoShapes--to create equilateral or perfectly symmetrical shapes. COUNTIF function does not use allow you to use multiple cells or ranges.A user asks, "Can Excel's COUNTIF function work with a list of discreet cells as opposed to a range of cells? For example, can it tell me how many of, say, every third cell is not equal to 0?" In a word, no. The COUNTIF function uses the following syntax: =COUNTIF(Range,"Value") where Range is a range of contiguous cells and "Value" expresses the condition (as in >40). You can't use multiple cells or ranges for the Range, as you can with, say, the SUM or AVERAGE functions. The reason for this? COUNTIF is a database function. In most cases, database functions are designed to work on database fields, which are contiguous ranges (columns) of data. Sorry. Displaying Excel formulasThis Excel question comes from a user: "I once saw an article on an easy way to switch an Excel worksheet between data display and formula display. Could you cover this topic?" To switch the Excel display, all you have to do is press Ctrl-Tilde (~). This key combination acts as a toggle. The first time you press the keys, Excel will turn on formula display. When you press the keys again, Excel turns data display back on. Prevent Duplicate entries within a range of cells....Suppose you want to prevent duplicate entries in the range of cells A1:A10:
=NOT(OR(COUNTIF($A$1:$A$10,A1)>1)) Want to align an object--a shape, chart, picture, or anything else--to the gridlines on your worksheet? Well, as we've told you in the past, you could turn on the Snap to Grid feature (click the Draw button on the Drawing toolbar and then choose Snap + To Grid), but why go through all that when you can just do the following:
Excel snaps the object to the worksheet grid. Calculate how many days to an future event in Excel.
Excel tells you how many days you have to wait. Writing a function to calculate letter grades in Excel worksheets This Excel formula calculates the letter that the entered numerical scores represent: =if(a1>95,"a+",if(a1>89,"a",if(a1>79,"b",if(a1>69,"c",if(a1>59,"d",if(a1>50,"d-","f")))))) Another teacher sent this Excel function to perform the same task. Although the formula submitted by Teacher #1 works quite well, you may prefer to use the function submitted by Teacher #2. To enter the function into the workbook you use for grades (let's say the file's name is Grades.xls),
Select Case Score Case Is Grade = "Error Case Is Grade = "F" Case Is Grade = "D-" Case Is Grade = "D" Case Is Grade = "C" Case Is Grade = "B" Case Is Grade = "A" Case Is Grade = "A+" Case Else Grade = "Error" End Select End Function 68 75 89 96 =Grade (A1) At this point, Excel should display
68 D 75 C 89 A 96 A+ From this point on, you can calculate those letter grades by simply entering your new Grade function. Using a background picture in Excel 95 - Version 95 "I recently saw an Excel worksheet that used a scanned photo as the background. I found this a very effective method for presenting the worksheet data. I don't know which version of Excel was being used, but I was wondering if I could add a background in an Excel 95 worksheet." Yes, you can add a background picture to an Excel 95 worksheet. Let's say you have a logo that you'd like to use as a background.
There are a few possible problems that you need to know about. For example, if you decide to use a scanned photograph, you'll have to choose a rather light picture. If the picture is too dark, you'll have trouble seeing your data entries. "How do you calculate the difference between two times in Microsoft Excel?" "It depends." Suppose you have a start time in cell A1 and a finish time in cell A2. If the times occur within the same day--that is, they don't span midnight--you could calculate the difference in cell A3 as follows: Make sure the times in the cells--A1 and A2 in our example--are entered in AM/PM format (as in 2:53 PM) or 24-hour format (as in 14:53). Excel needs to know this type of thing.
Simple enough. But what happens, you ask, when you want to calculate the time between two times that DO span midnight? For example, suppose in cell A1 you have a time from one day, such as 11:45 PM, and in cell A2 you have a time from the next day, such as 7:30 AM. How do you calculate the difference in cell A3? Like this:
A2-A1+IF(A1>A2,1) BORED OF BORDERS? Here are two little known, hardly talked-about keystroke shortcuts that may make your work with cell borders a tad easier at times, and definitely more interesting:
Yeah, we bet you can find use for those shortcuts. WEB PUBLISHING? ON NO CONDITION A budding Web publisher writes: "Excel's conditional formatting works great, except when I save a worksheet in HTML format; then the conditional formatting is lost. Is there a way to preserve the conditional formatting, or is this a bug in Excel?" It's a bug -- and it's known to Microsoft. However, they've stated no plans for dealing with it. So at least for now, if you want formatting to appear in HTML, you'll have to apply it directly rather than conditionally. A USER'S TIPS FOR SPECIAL AUTOFILLS Every so often we hear from users who make our jobs easier -- A user submitted not one, but TWO excellent ways to use Excel's AutoFill to generate special lists. The first tip: To fill a range of cells with EVEN numbers,
Excel will fill the range with even numbers. Think that was cool? Wait till you see what this user has for us next time. ANOTHER AUTOFILL TIP! Yesterday, an Excel user showed us how to use AutoFill to fill a range with even numbers only. Today we use it to tackle a different problem. Suppose you want to create a list of the next 20 Sundays?
WE CAN'T HELP BUT MENTION... Last time we showed you how to use AutoFill to generate the dates of all Sundays in the foreseeable future. Today we'll show you another way Excel can help you with dates -- especially if you don't have a calendar handy. Suppose you want to know the day of the week of a particular day in the future -- such as March 23, 2017?
Sure, it's not that smooth, but who has a calendar that extends 18 years into the future? USING PI Here's an Excel question from a user: "I need to use the value of PI in an Excel worksheet. Could you discuss how to write a function that would calculate the value of PI?" You don't need to write a function to use PI (Pi, as in 3.14) in an Excel worksheet--Excel has a built-in PI function.
You can easily use the PI function in your worksheets.
MAKING EXCEL LIKE PIER 1 A user asks: "How do I import or convert a Lotus 1-2-3 97 file into Excel 97?" Well, we're afraid that before you can import the file into Excel, you'll first need to save it as a 1-2-3 Release 4 (.wk4) file in 1-2-3 -- because that's the latest 1-2-3 version Excel 97 appears to support. See your 1-2-3 help for instructions -- and to find out which 1-2-3 97 features may be lost in the conversion. Once you've done that, you can import the file into Excel pretty easily:
A KEYSTROKE TO REMEMBER Okay: We all know that pressing the Del key deletes the CONTENTS of the selected cell(s). But what do you press if you want to delete the cell itself (cells themselves)? Ctrl + - (the hyphen, or "minus sign").How you use this shortcut depends on what you're doing. For example, to delete a cell:
To delete a row or a column:
"Is there is a way to lock titles in Excel?" To "freeze" column and row titles in an Excel worksheet:
That's it--your titles remain in place as you scroll through the sheet. BLAST-FROM-THE-PAST FORMATTING A spreadsheet nostalgia buff asks, "Is there a way to format the Excel Worksheet to look like the paper used in continuous-feed dot-matrix printers? In other words, is there a way to have one row in white, the next row in green, the next one in white, and so on?" Well, here are a few things to consider. First, the format of that paper was two rows green, two rows white. Second, you can format any Excel range to look almost just like that paper, as follows:
What do we mean by "almost"? Excel formats the first single row of the range a darker green--to accent the column labels. Don't try to apply this AutoFormat--or any other--to the entire worksheet; you'll cause Excel to crash. FORMULAS--SELECT 'EM ALL! In the past, we've told folks how to print all their formulas. How about selecting all the formulas in one quick step so that you can know, at a glance, which cells contain formulas and which don't?
Excel selects every one of your formulas; they appear in black. SORRY A frustrated Excel user recently asked this perfectly logical question: "In Word, you get buttons for border thickness. Is there a similar button for Excel? The keyboard shortcut (Ctrl + 1) is okay, but a simple selector on the toolbar would be preferable." Indeed it would--but we can't find it. So for now, until one of our crack researchers OR our even more crack customers finds the missing button, the answer is no. NO COMMENT Yes, Excel's little comment notes are a blast. But wouldn't it be even better if, instead of double-clicking the comment notes, you could read your comment whenever you selected the cell to which it was attached? Sure it would. Here's how to add your comments when the cell in question contains a formula or function:
Now whenever you select the cell, the formula and your note appear in the formula bar. MAKE A DATE WITH THE NEXT MILLENNIUM An Excel user asks, "Is there a way to enter a date so that all four digits appear in the year--so that the year 2000 will appear as '2000' instead of '00'?" Well, you can't enter days to display that way, but you can format them to, as follows:
Excel now formats the cells to display the entire year. DATES AND NUMBERS: Here's a question from a user: "I was recently trying to use Excel's Datevalue function. According to the documentation, Datevalue should convert a date in text format to a date serial number. I'd like to go to cell A1 and enter a date. Then I'd like to go to cell A5 and enter =datevalue(a1) to get the serial value of the date in cell A1. This doesn't work. All I get is #VALUE! in cell A5. Is it because the date is not in text format? Can you help?" As you've already concluded, the problem is most likely because the date isn't in text format. Try this:
If you need to work with dates in date format, you can use the Text function to convert the date to text and then get the serial number. For example:
The Text function will convert the date to text in the mm/dd/yy format. Datevalue will then calculate the serial number from the text version of the date. Error-free formula entry in Excel 97 An Excel user offers this tip: "I have found I make fewer errors in formula entry if I use the mouse to click the correct cells--as opposed to typing in cell references. I wonder if a number of Excel users aren't aware of this point-and-click method of formula entry. Perhaps this would make a useful tip." The user is correct. You can enter formulas using Excel's point-and-click method. Let's look at an example of how this works.
Copying From Web Pages Into Excel
The data appears but may include additional cells. Delete rows containing any HTML-specified formatting that you don't need, and you're done. How to copy graphics (such as charts) from a Web page into an Excel worksheet:
Windows pastes the chart or graphic into your worksheet as a bitmap image. Keep in mind that you can't edit the image and, if you enlarge the graphic beyond its original size, the on-screen and printed image won't be as sharp. CLOSE EVERYTHING! So when the day is done and you need to close your Excel workbook files, instead of closing them one at a time, shut 'em all down as follows:
Holding down the Shift key changes Excel's File + Close command to a File + Close All command. You'll be off to the washroom and out of the parking garage a lot sooner than before. GETTING SHIFTY AGAIN Another magical quality of the Shift key to make pasting pictures easier. Suppose, for example, that you copied a presentation page from PowerPoint or a table from Word, and now you want to paste a picture or linked picture of that object into your Excel worksheet. Although you could use Excel's Edit + Paste Special command, why not use a faster method? Here's how:
That's the sum total of our shiftiness, for now. BE SELECTIVE ABOUT WHAT YOU DELETE When you select a cell and press Delete, Excel deletes the contents of the cell. But you may want to delete other elements as well--formatting, comments, or everything:
THIS TIP IS A DRAG Tired of dragging a range or an object to the bottom of your Excel screen--only to have the screen scroll down several rows, even though you really didn't want it to? Next time, hold down the Alt key as you drag. When you hold down the Alt key, the Excel display doesn't scroll as you drag. You won't want to use this technique all the time, but when you need to drag something to an edge of the display, it's a frustration-fighter. The Alt key makes dragging (copying or moving) cells or objects to another worksheet in your workbook easier. Next time you want to move a range or an object from one workbook to another, try this:
To copy something from one worksheet to another, use the same steps, except hold down both the Alt and Ctrl keys while you drag. USERS SUBMIT THE DARNEDEST TIPS An Excel user suggested this great little tip: "In Excel, you can customize the toolbars by adding and moving buttons. However, if you don't want to take up space on the display, try dragging the buttons you use most to the end of the menu bar!" What a great idea! To drag buttons to the end of the menu bar:
Now, even if you remove all your toolbars from the display, you still have access to your most important buttons! FASTER FORMULA HELP The Insert + Function command gives you step-by-step help through the process of creating a formula. But if you're a little more familiar with formulas--but not with the syntax and arguments of a particular formula--try the following:
CLICK TO SET UP An Excel user asks, "Is there an easier way to get to the Page Setup dialog box in Excel? I would like an icon or keyboard method." The answer is an icon:
From now on, to set up the page, just click the button. PRICE QUOTES WIDTH STYLE An Excel user asks, "I frequently use Excel 97 to quote prices for my customers. My quotes would look neater if I could vary the width of cells in a particular column. Is this possible?" Not just as you describe it. The cells in a single column must all be the same width. But you can work around this by using two adjacent columns as one.
IT'S ALWAYS MY DEFAULT An Excel tedium-fighter asks, "I create lots of graphs with Excel. Unfortunately, the options to which Excel defaults are not the ones I use most. Is there any way to change the graph defaults to the ones I prefer?" You bet:
From now on, Excel creates charts based on the default you prefer, which will save you a couple of clicks per chart, at least. Prune Your Rows You're all familiar with the Excel column-width adjustment shortcut: Just double-click the right edge of a column's heading, and the column width adjusts to fit the largest entry. But did you know that you can adjust row heights the same way? To adjust the height of a row to fit the tallest entry, double-click the bottom edge of the row's heading. This trick is especially useful when you've increased a row height BEFORE entering data in a row and want to retrofit the row afterward. Symbolic Gesture An Excel user asks: "Is it possible to use AutoCorrect to insert symbols in Excel 97 the same way you can in Word 97? Specifically, I use the check mark from the MonoType Sorts font a lot--can I set AutoCorrect to enter it, without having to switch to the font?" No , I'm afraid not. AutoCorrect can replace certain characters with other characters, but it CAN'T change fonts for you. Sorry about that. Window Tiles: An Expanded View An Excel user asks: "Is there any way to display two worksheets from the same workbook at one time in Excel?" Yes there is. Assuming you have the workbook in question open, follow these steps:
Now you can see both worksheets! Help Your Help Excel's Help screens contain plenty of information. But sometimes you discover additional information while using a feature--information you'd like to remember. No problem: Excel's Help lets you add your information to any Help screen, as follows:
Excel adds a tiny paper-clip icon to the Help topic screen. From now on, to read your annotation, just double-click the paper clip. NAME 'EM You've created a table with handy-dandy column labels (such as "Jan," "Feb," and so on) and equally handy-dandy row labels (such as "East," "West," and so forth). Here's how to quickly turn these labels into even handier, dandier "names" (a name describes a cell or range and can be used to refer to data in formulas):
Excel quickly creates names for each column and row in the table, based on the row and column labels you had already entered. THINK OF THEM AS CONTROL PAGES, NOT WORKSHEETS A multi-sheet application builder asks, "Is there a shortcut key or keystroke combination for switching between sheets (not windows) in a spreadsheet?" You bet there is:
It's that easy--our favorite kind of question to answer! PRINTING, ON THE DOUBLE An Excel user asks, "How can I get a single-spaced spreadsheet to print out double-spaced?" Well, the Print dialog box doesn't have a "print double-spaced" option; Excel pretty much prints things the way they appear on-screen (double-spaced printing commands went by the wayside with DOS). But you CAN quickly change your worksheet to look like a double-spaced worksheet, as follows:
DON'T OVERHEAT FROM TOO MANY SHEETS Here's an interesting pickle: You've created a workbook with many, many worksheets--so many, in fact, that you can't see all the tabs at any given time. How can you select a tab you can't see? By using the tab scroll buttons, to the left of the worksheet tabs! Here's how:
Hint: The tab scroll buttons only work when you have so many sheet tabs that you can't see them all. (After all, if you can see them all, you can simply click the tab you want to go to.) MIX AND MATCH CHART TYPES Sometimes, charts can be so one-dimensional--all bars or all lines or all pie slices--but they don't have to be. With Excel, you can combine chart types within a single chart by using a different chart type for a particular data series within the chart. Although doing so isn't always a good idea, it can sometimes help you add extra meaning to a data series or make one data series stand out from the rest. For example, you have a bar chart but would like to represent one of the series as a line chart to show not only the values in the series but also the trend over a period of time. To combine chart types, follow these steps:
Excel changes the chart type for the selected series only. You've got a few objects on your Excel worksheet--pictures, charts, text boxes, org chart elements, whatever. These objects look nice individually, but, well, they don't line up. In fact, they line up so poorly, they look like they were placed haphazardly onto your worksheet--a look that works at museums of modern art but doesn't really wow them at the office. Luckily for you, the Drawing toolbar makes aligning objects easy:
Excel aligns the objects. Because the objects are still selected, you can move them together to another location, if you want, without disturbing the alignment. Calculations/FormulasControlling Calculation PrecisionExcel numbers should be rounded off to avoid problems high-precision calculations may cause. You can set Excel's calculation precision. The problem with this method is that Excel calculates ALL the workbook numbers at the formatted precision. In short, you could lose some needed precision in your calculationsIf you would like Excel to calculate using the cell format's precision:
BACK TO TOPCellsAuto FillWho wants to type the same data over and over? Use a Auto Fill operation to copy data from cell to another.
A copy of your data appears in all the cells you selected by dragging. In fact, if you wanted, you could have dragged across a rectangular area, of row and column, to fill the entire area with the data. A fill automatically copies information into one or more cells. Most experienced spreadsheet jockeys use the fill at some point to extend a number down a long column or across some portion of a row. Using fills in this way saves having to type a number in over and over. You can even fill a calculation, not just raw data. It turns out you can also fill from one worksheet of a workbook to other worksheets. To fill across worksheets:
BACK TO TOPCell BordersTo add a red border to workbook cells to a specific number reference, for example whenever anyone enters a number less than -10.00.
BACK TO TOPCopy Contents of Single Cell to Several Cells
BACK TO TOPCopy not AutoFillWhen you enter a day, such as Monday, in a cell and drag that cell over adjacent cells, Excel automatically enters successive days--Tuesday, Wednesday, Thursday, etc.--in adjacent cells. If you want to copy text in a cell into adjacent cells:
BACK TO TOPEnough with AutoFill
BACK TO TOPErasing Cell Contents with the MouseThis tip is handy when you have your hand on the mouse and don't want to reach over to press the Delete key.
This operation is exactly the opposite of dragging the handle to AutoFill cells. BACK TO TOPFormat Cell Contents QuicklyTo format a cell's contents quickly:
BACK TO TOPFormat PainterFor a complicated cell format you'll use day after day, you make a style. But for a complicated cell format you'll only use during this work session, go for the Format Painter button instead.
BACK TO TOPLong Cell EntriesThose of you who deal with really large formulas -- and we're talking REALLY large -- or who create really large text entries (as in a database field) should know the following things:
BACK TO TOPSelect All Cells in a Column of a Filled RangeA quick way to select all cells in a column of a filled range:
BACK TO TOPSorting CellsYou can sort cells in an Excel worksheet without disturbing the formulas. If you set the calculation mode in Excel to manual, the formulas will not be disturbed by a sort. When the sort complete, you can set the calculation mode back to automatic.
To set the calculation mode back to normal:
BACK TO TOPText WrapExcel lets you wrap text in a cell. What most folks DON'T know is how easily you can do it--that is, without having to resort to right-clicking the mouse or going to the menu.
That's easy--you're wrapping while you type! BACK TO TOPTurn Off AutoCompleteThe AutoComplete feature can save you time. It records what you type and, when you start to type the same thing again, it finishes the typing for you. However, AutoComplete can be frustrating when it keeps guessing wrong. You type "No," and it thinks you're going to go on to type "North Carolina,"--even though you intend to type "North Dakota." Not a big deal, but it frustrates some people. To turn AutoComplete off:
BACK TO TOPColumns/RowsAutoFit ColumnsColumns aren't always an easy fit, either, what with all the variety in data length that can appear in a longcolumn. With Autofit, you don't have to carefully drag the column border to make sure all data appears in full.
BACK TO TOPCompareLet's set the scene: You've got a really, really long row or column of numbers or text entries in Excel. Most of the entries are the same as the leftmost or topmost entry, but a few aren't--and you want to find those few. You are not sentenced to the fate of searching for these variants by eye. To find the cells unlike the first cell in a row or column:
Suppose you want to find cells that differ from a cell other than the row's or column's first(leftmost or topmost) cell. To find cells that differ from any cell in a row or column:
BACK TO TOPFlipping Column or RowEver create an Excel table that's just perfect--except that you wish the columns were rows and the rows were columns?
BACK TO TOPFreezing Column or RowWorksheets often have labels in the first cells of each column or row. As the worksheet grows larger than one screen, though, scrolling to see or change information on the edges means scrolling away from those labels. In other words, soon you find yourself trying to enter information when you can't quite pinpoint which row or column represents what. The answer is freezing. To freeze a row or column:
Resetting Column & Row Back to Default SettingTo reset rows to the default row height:
To reset columns to the default column width:
BACK TO TOPSlanted Column HeadingsIn the days when people made spreadsheets by hand, you would often see a slanted column heading used to save space and enhance the spreadsheet's appearance. It's very easy to do the same thing in an Excel worksheet.
BACK TO TOPCopy & Paste into Word
BACK TO TOPCopyright and Trademark SymbolsExcel automatically adds trademark and copyright symbols to your
text .
BACK TO TOPDay/TimeMilitary TimeExcel assumes a 24-hour military-style clock. If you type 6:30 for a time, Excel assumes you mean 6:30 in the morning.To indicate 6:30 in the evening, you have to type either of the following:
BACK TO TOPWeekday FunctionThe easiest way to convert a date into its corresponding day of the week.
BACK TO TOPFile ManagementFile PropertiesYou can sign your file--put your name to it so anyone who looks can see who created it and when. Having such a signature can be especially important when you make lots of worksheets that you intend to share with others in a collaborative group. To add a signature to your worksheets:
BACK TO TOPRecently Used FilesAt the bottom of the File menu is a list of Recently Used Files. With this list, you can open a file without using the Open command and working your way through folder directories. Choose a file from this list. If you want more than 4 files shown in the Recently Used Files list:
BACK TO TOPSorting FilesDid you know that you can sort the files by date and time?
NOTE: This method works in all the Microsoft Office 97 programs. BACK TO TOPSwitching Between FilesIf you have several Excel files open and working on them simultaneously. To switch from one file to another:
NOTE: This method works in all the Microsoft Office 97 programs. BACK TO TOPFind & ReplaceTo delete every occurrence of a word or phrase, replace it with nothing:
As you use this deletion method, you'll discover that sometimes it works better to replace with a single blank space instead of with nothing at all. BACK TO TOPRepeating a Find
BACK TO TOPGraphicsDraw Floating ShapeWith Excel, you can draw simple shapes that "float" over a worksheet; that is, they do not directly interfere with or become part of the calculations on the sheet:
That's all there is to it! To change the look of the shape, right-click it and use the formatting options BACK TO TOPInserting Picture or ChartImages aren't as natural an element in worksheets as they are in word processor documents. Still, sometimes a little graphic can go a long way toward improving the look and power of a worksheet. Generally, you include charts in worksheets, but occasionally you may want to include a drawing or photo. Here's how to insert a picture of any kind:
BACK TO TOPPicture BordersPictures you insert into a worksheet are frameless, floating above the cells. If you want a more formal division between the picture and the cells' contents, put a border around the picture:
BACK TO TOPHeaders & FootersTo change Excel's default settings for footers.
BACK TO TOPHelpThe "What's This" help is often easier to use than the menu help because it doesn't force you to search through an index of help topics.
BACK TO TOPHiding DataYou can keep some of your entered and calculated data secret. This isn't true password security, mind you, but it does keep others from instantly seeing what you're up to.
Keep these little tricks in mind if, for example, you don't want people to be able to wander by your desk and glance at your display. BACK TO TOPHyperlinksTo edit a hyperlink cell:
BACK TO TOPKeyboard Shortcuts
BACK TO TOPNumbersNumber AlignmentTo quickly left align numbers that will not be used in calculations:
BACK TO TOPTreat Number Like TextIf you type letters within an Excel cell, the program treats your input as text data and left-justifies it If you start with numerals, on the other hand, Excel treats your input as numeric data and right-justifies it. Sometimes, though, you want to type a number that should be treated like text--for example, a phone number, zip code, or SKU (retail sales code). Unfortunately, this throws Excel for a loop; it thinks you typed a number and formats and processes it accordingly. You, being smarter than Excel, must help the poor program by starting any such entries with a single apostrophe, '. With the initial apostrophe, Excel knows that it should treat what follows as text, no matter what it is. Oh, the things we must do for the less fortunate.BACK TO TOPPivot TablesPivot Table WizardThe Pivot Table wizard can create Pivot Tables from data you selected in an Excel worksheet. It's a great tool for seeing trends in a big pile of cells filled with date. You could take an entire course in Pivot Table analysis, but here's the quick look at how to make one:
BACK TO TOPPrinting OptionsAutoFormatAutoFormat does a great job of sprucing up your worksheets. If you use a black-and-white laser printer, you should select one of the simpler black-and-white formats. Otherwise, your printout may look too dark and cluttered. Even if you have a color printer, some of the more colorful formats can prove difficult to read.
BACK TO TOPCollating Printing OptionWhen printing multiples copies of a multiple-page worksheet, the pages usually print as a bunch of page 1s, followed by a bunch of page 2s, followed by a bunch of page 3s, etc. With the tip below, your pages will print out grouped, pages 1,2, and 3 together, then another page 1,2, and 3, together, etc.
BACK TO TOPFast Print Range SettingsTo set a print range in Excel, you could select the area you want to print and choose File, Print Area , Set Print Area. But why use the menu when you can use a button? How? you ask.By adding the Set Print Area button to your Standard toolbar:
Now, next time you want to set the print area, click the Set Print Area button and select the Print area. BACK TO TOPHiding Data From the PrinterWhen you want to print an Excel worksheet, in some situations you may prefer not to print the entire area--perhaps you have some data in the print area you don't want readers to see on the printout. All you have to do is temporarily hide the data cells you don't want printed. To hide the cell data:
You can now print the worksheet without showing the unwanted cells. After you finish printing, select the cells again and set the color back to black (or automatic |