Do you have psychic powers


How To Use Labels In Microsoft Excel 2003 To Sum Cells

Microsoft Excel is a fantastic tool but onelabels makes your formulas a lot easier to
of its downfalls is the use of cell addressesread and much clearer to understand. Now it
especially when you are trying to sum ais your turn. In the cell C5 write the
series of numbers; however Microsoft has aequivalent label formula for that cell. I
really cool tool that allows you to add up awill  give  you  a hint if you are not sure -
series of cells simply using the labels
around your data. In this article we will=  Sum(Values1)
investigate the steps you need to follow to
be able to use Labels to Sum cells inHow  did  that  go?
Microsoft  Excel.
Alright, the next issue we are going to visit
Let  us  get  started  ?is using numbers as formula labels. Now if
we  simply  typed  in  cell  D2 the formula -
To show you how using labels works, the first
step we need to undertake is to simply create=  Sum(1999)
a new set of data, so open a new Microsoft
Excel workbook and click on Sheet 1. FirstAll that would be returned is the value 1999
off we are going to build the worksheet so inso this will not work at all. In fact what
cell A1 I want you to type - Years, in cellwe need to do is to tell Microsoft Excel that
B1 type the word Values and in cell C1 typewe want the cells in A2, A3 and A4 to be
the word Values1 and in cell D1 type the wordtreated as labels. The first step we must do
Total. These four values we have typed intois to select cells A2,A3 and A4, then go to
cell A1, B1, C1, D1 are labels. We are nowthe Insert menu, choose Name from the drop
going to put into the worksheet three moredown menu and then choose the Label command
labels. In cell A2 type the value 1999, infrom the expanded menu. The Label Ranges
cell A3 type the value 2000 and in cell A4dialog box will now be visible in front of
type the value 2001. The last three valuesyou. All you simply have to do, to have the
entered will in fact become labels but wecells we chose before defined as Labels is to
will convert them to labels a little latterpress the Add button and then press the OK
on.button.
In the remaining cells simply put theClick once on the cell D2. What we are going
following  values:to do now is to type in the same formula I
mentioned  before  and  that  is  -
B2  -  29 C2  -  32
=  Sum(1999)
B3  -  54 C3  -  99
By the way, press the Enter key if you have
B4  -  62 C4  -  72not done so already. As soon as you do that
you should see that it adds up the values in
Now that we have built a very simplecells B2 and C2 and you will see the value of
spreadsheet and we have a few values to work61  in  your  cell.
with we have to tell Microsoft Excel to
actually accept labels in our formulas in ourTry creating the formulas for the other two
spreadsheet. We do this by first going tocells  -
the Tools menu and then choosing the Options
command from the drop down menu. The OptionsD3 =  Sum(2000)
dialog box will now be open in front of you.
Simply choose the Calculation tab and in theD4 =  Sum(2001)
bottom right hand corner you will see a check
box that says Accept Labels in Formulas andFinally, just to finish our spreadsheet off ,
you need to click on the check box so that itwe can total all of our total values in cells
has a tick in it. Then to complete theD2, D3 and D4 by typing the following formula
process  simply  press  the  OK  button.in  D4  -
Now we can use the labels we put in B1 and C1=  Sum(Total)
to  add  up  the  values.
Using labels in Microsoft Excel is a very
Lets  try  it  out?clean way of summing your values as it
ensures that you do not miss a cell address
In cell B5, which is the Values column I wantand it makes the formulas a lot simpler. One
you  to  type  the  formula  -issue that I do teach my students is not to
put blank rows in your spreadsheets as I have
=  Sum(Values)seen cases where the blank rows actually
affected the ability of the application to
The cell should return the total of 145.work out what was a label and what is not.
What you will notice though is that theBy following the design process I outlined
formula looked up the column to where theabove you will find that you have absolutely
label was and said everything in this columnno troubles in using Labels to sum cells in
will be added together. We could have simplyyour  spreadsheets.
typed the following formula instead of using
labels  -Chris Le Roy has written a number of Excel
Tutorials, Excel Shortcuts and a sample Excel
=  Sum(B2:B3)Invoice Template to help you learn more about
Microsoft Excel 2003.
However, as I am sure you will agree, using



1 A B C 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85