Skip to main content

How to Multiply in Excel

 - In the previous parts of this Excel tutorial, you have been working on a spreadsheet that now looks like this:
Bottom of Spreadsheet
To get the weekly cost of each chocolate bar, we need to multiply the Number of bars eaten in one week by the Price. This can then go in the Cost column. The standard way to multiply things is like this:
12 x 10 = 120
The "x" means multiply. In a spreadsheet, however, the letter "x" is not used to multiply things. Spreadsheets use the asterisk symbol instead (the one above the number 8 on your keyboard, in the UK). The previous sum would then look like this:
12 * 10 = 120
Actually, in Excel, you don't need much more than that to multiply. The only other thing you need is an equals sign before the formula. So to get the answer 120, you'd just enter this into any cell:
= 12 * 10
Instead of entering numbers directly, though, we'll enter a cell reference instead. To multiply, then, try this:
  • Click into cell D15 on your spreadsheet, just below your Cost heading
  • Now click into the Formula Bar at the top of Excel
  • Type the following formula:
= B15 * C15
  • Hit the enter key on your keyboard, and you should get an answer of 5.95
  • Your spreadsheet will look like this (we've formatted the cell as a currency):
The first Cost has been entered
So to multiply in Excel , you do this:
= Cell Reference * Cell Reference
You type the equals sign first ( = ), followed by the first cell. Type an asterisk ( * ), and then the second cell. Hit the enter key, and Excel will multiply the two cells for you:
= B15 * C15
Once you have that first formula in place, you can use AutoFill for the others: 
All the Costs have been filled in
After you're done, you should have the same figures that we have in the Cost column.

In the next part of the tutorial, you'll complete this Excel spreadsheet by adding a weekly cost and a yearly cost.

Comments

Popular posts from this blog

PRATYUSHA HOME

Hi interesting readers, Prathysha NGO, Chennai. Bala gurukul orphange, chennai. Pratyusha support, Hyderbad. Krr oldage home, Vizag. Disa foundation.......................................................... so on..................... Join hands with us for a good cause. Thank you all. Contact  us on our  whatsapp no:  8939374254    for the more details. You can pay through Paytm scanner. for each donor we will give an online PDF book as a gift. Thank you Pratyusha Home
Javascript Tutorials for the Beginner - Welcome to the Home and Learn course for Javascript. Although it is aimed at complete beginners to the subject we do assume that you have some knowledge of HTML and a little CSS. You don't have to be an expert, though. Just the basics will do. (If you're not sure about the HTML then see our Web Design course.) You don't need to buy any software for this Javascript course - you probably already have everything you need to get started.   > Section One: Getting Started 1. Software needed 2. Our Javascript Templates 3. A little word about debugging Home Page > Section Two: The Browser 1. A First Script 2. Javascript Tag Placement 3. The Browser Object Model 4. Browser Window Methods 5. The Document Object Model > Section Three: Javascript Programming Basics 1. Javascript Variables 2. Math Operators 3. Operator Precedence 4. IF Statements 5. IF ... Else 6. Comparison Operators 7...
Sorting Images in Windows 7  -In the previous section, you learned how to add information to an image. In this section, you'll se what you can do with all this information. This comes under the topic of Sorting. First, though, change your View slider from  Tiles  to  Details : When you arrange the window to Details view, your screen should look like this one: We now have a list of images with the Name, Date, Tags, Size and Ratings showing. These headings can all be used to sort your images. Click on the Ratings, for example, and you'll see a dropdown box: You can choose to display only images with 1, 2, 3, 4 or 5 stars. All you need to do is to check each box. The ones not checked will then be hidden: Here, we're choosing to display only 1 and 2 star images, perhaps with a view to deleting them. (To delete an image, right-click. From the menu that appears, select  Delete . Or choose  Rename  to change the name of the image....