Skip to main content

How to Multiply figures in Excel


- This time, we need to multiply the cost of each bar by how many were eaten. So we want to multiply the Price by the Number. The Price is in the B column and the Number is in the C column.
We want the answer to appear in the Cost column. So click inside the cell D15. If you wanted to multiply two numbers together the standard mathematical notation is this:
35 x 17 = 595
However, Excel doesn't use the X symbol to multiply. Simply because it would be confused with the letter X. Instead the asterisk symbol is used. The asterisk symbol is the one above the number 8 on your (English) keyboard. So the sum above would be this in Excel:
35 * 17 = 595
It's very easy to multiply two numbers together using Excel. When we were adding up we used the =Sum( ) function. In between the brackets we told Excel which cells we wanted to add up. You don't need a function when you are multiplying; all you need to do is "tell" Excel which cells you want to multiply. So do this:
  • Click inside the cell D15
  • Click inside the Formula Bar at the top
  • Type this:
= B15 * C15
  • Then press the Return key on your keyboard
  • Excel should give you the answer £5.95
  • Your spreadsheet will look like the one below
Multiplying in Excel
So when you want to multiply use this formula:
= Cell reference * Cell Reference
In the formula bar in the image above, you can see the actual formula used:
= B15 * C15
Once we have that formula in place, we can Auto Fill the others. You should know how to do this by now. So Auto Fill the other three costs and your spreadsheet should look like this one:
Multiply a column of figures

Make sure your totals in the Cost column are the same as the ones in the image above. You can then move on to the next part.

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....