For Dummies 978-0-470-56816-3 Scheda Tecnica

Navigare online o scaricare Scheda Tecnica per Manuali per software For Dummies 978-0-470-56816-3. For Dummies Excel Formulas and Functions, 2nd Edition Manuale Utente

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 30
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 0
Chapter 1
Tapping into Formula and
Function Fundamentals
In This Chapter
Getting the skinny on workbooks and worksheets
Understanding the parts of a worksheet
Working with cells, ranges, named areas, and tables
Applying formatting
Figuring out how to use the Help system
Writing formulas
Using functions in formulas
Using nested functions
E
xcel is to computer programs what a Ferrari is to cars: sleek on the out-
side and a lot of power under the hood. Excel is also like a truck — it can
handle all your data, lots of it. In fact, in Excel 2010, a single worksheet has
17,179,869,184 places to hold data. Yes, that’s what we said — more than 17
billion data placeholders. And that’s on just one worksheet!
Opening files created in earlier versions of Excel may show just the number of
worksheet rows and columns available in the version the workbook was cre-
ated with.
Excel is used in all types of businesses. And you know how that’s possible?
By being able to store and work with any kind of data. It doesn’t matter
whether you’re in finance or sales, whether you run an online video store or
organize wilderness trips, or whether you’re charting party RSVPs or track-
ing the scores of your favorite sports teams — Excel can handle all of it. Its
number-crunching ability is just awesome! And so easy to use!
Just putting a bunch of information on worksheets doesn’t crunch the data or
give you sums, results, or analyses. If you want to just store your data some-
where, you can use Excel or get a database program instead. In this book, we
05_568163-ch01.indd 705_568163-ch01.indd 7 4/2/10 1:37 PM4/2/10 1:37 PM
COPYRIGHTED MATERIAL
Vedere la pagina 0
1 2 3 4 5 6 ... 29 30

Sommario

Pagina 1 - Function Fundamentals

Chapter 1Tapping into Formula and Function FundamentalsIn This Chapter▶ Getting the skinny on workbooks and worksheets▶ Understanding the parts of a w

Pagina 2

16Part I: Putting the Fun in Functions Say you have a list of clients on a worksheet. What’s easier — thinking of exactly which cells are occupied, or

Pagina 3

17 Chapter 1: Tapping into Formula and Function Fundamentals Figure 1-10: Using the Name Box to find the named area. Tables work in much the same mann

Pagina 4 - Changing

18Part I: Putting the Fun in Functions Excel lets you format your data in just the way you need. Formatting options are on the Home Ribbon, in the Num

Pagina 5 - Inserting

19 Chapter 1: Tapping into Formula and Function FundamentalsThis starts the Help system. From there you can search on a keyword or browse through the

Pagina 6 - Getting to

20Part I: Putting the Fun in Functions We use the word return to refer to what displays after a formula or function does its thing. So to say the fo

Pagina 7 - Working with rows, column

21 Chapter 1: Tapping into Formula and Function Fundamentals 5. Click a third cell. This cell will contain the formula. 6. Type a =. 7. Click the

Pagina 8 - Looking at

22Part I: Putting the Fun in Functions Figure 1-15: Completing the formula. Figure 1-16: A finished formula. Understanding referencesReferences abou

Pagina 9 - Selecting a

23 Chapter 1: Tapping into Formula and Function Fundamentals 1. Enter some numbers in many cells going down one column. 2. Click in another cell whe

Pagina 10 - Adding a

24Part I: Putting the Fun in Functions What happened? Excel, in its wisdom, assumed that if a formula in cell C2 ref-erences the cell B2 — one cell to

Pagina 11 - Formatting your data

25 Chapter 1: Tapping into Formula and Function Fundamentals Figure 1-17: Getting ready to drag the for-mula down. Figure 1-18 shows what the workshee

Pagina 12 - Getting help

8Part I: Putting the Fun in Functions show you how to build formulas and how to use the dozens of built-in func-tions that Excel provides. That’s wher

Pagina 13

26Part I: Putting the Fun in Functions Two types of errors can occur in formulas. In one type, Excel can calculate the formula, but the result is wron

Pagina 14 - Entering your first formula

27 Chapter 1: Tapping into Formula and Function Fundamentals Figure 1-19: Getting a message from Excel. On the other side of the fence are errors in r

Pagina 15 - Entering a

28Part I: Putting the Fun in Functions Using Functions in FormulasFunctions are like little utility programs that do a single thing. For example, the

Pagina 16 - Understanding references

29 Chapter 1: Tapping into Formula and Function Fundamentals 4. Click the first cell with an entered value and, while holding the mouse button, drag

Pagina 17

30Part I: Putting the Fun in Functions Function Comment=NOW()Takes no arguments.=AVERAGE(A6,A11,B7)Can take up to 255 arguments. Here, three cell refe

Pagina 18

31 Chapter 1: Tapping into Formula and Function Fundamentals Figure 1-21: Using the Insert Function dialog box. Try it! Here’s an example of how to us

Pagina 19

32Part I: Putting the Fun in Functions Figure 1-22: Getting ready to enter some arguments to the function. 8. Click the RefEdit control to the rig

Pagina 20

33 Chapter 1: Tapping into Formula and Function Fundamentalsinstead is the address of the cell that contains the value — exactly what you want. 11. R

Pagina 21 - Getting a

34Part I: Putting the Fun in Functions You do not have to use the Insert Function dialog box to enter functions into cells. It is there for convenie

Pagina 22 - Using Functions in Formulas

35 Chapter 1: Tapping into Formula and Function Fundamentals=COUNTIF(B5:B25, “>” & AVERAGE(B5:B25)). The AVERAGE func-tion is evaluated first,

Pagina 23 - AVERAGE

9 Chapter 1: Tapping into Formula and Function Fundamentals Figure 1-1: Seeing how to use basic Excel program functions. Figure 1-2: Looking at a wor

Pagina 24 - Arguing with a function

36Part I: Putting the Fun in Functions Figure 1-27: Getting a result from nested func-tions. You can nest functions up to 64 levels.05_568163-ch01.

Pagina 25 - Function

10Part I: Putting the Fun in Functions At any given moment, one worksheet is always on top. In Figure 1-2, Sheet1 is on top. Another way of saying thi

Pagina 26

11 Chapter 1: Tapping into Formula and Function Fundamentals Don’t delete a worksheet unless you really mean to. You cannot get it back after it is g

Pagina 27

12Part I: Putting the Fun in Functions Ribbon is set to show formula-based methods. Along the left, functions are categorized. One of the categories i

Pagina 28 - Nesting functions

13 Chapter 1: Tapping into Formula and Function Fundamentals Figure 1-6: Eyeing the Watch Window. Another new feature that goes hand in hand with th

Pagina 29

14Part I: Putting the Fun in Functions Figure 1-7: Looking at what goes into a work-sheet. In Figure 1-7, the active cell is C7. You have a couple of

Pagina 30 - Figure 1-27:

15 Chapter 1: Tapping into Formula and Function Fundamentals If the Formula Bar is not visible, choose the Advanced tab; in the Display sec-tion in t

Commenti su questo manuale

Nessun commento