Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. Instructions:
  2. Part 1: Formatting
  3.  
  4. 1. Adjust the column width of: B and C to 19
  5. D to I to 15
  6.  
  7. 2. Adjust the row height of row 8 to a height of 33 and rows 9 to 15 to a height of 27
  8.  
  9. 3. Select the cells A8 to I8 and make the text Bold. Use the fill bucket to change the colour to White background, darker 15%
  10.  
  11. 4. Select the cells B9 to I15 and give these a Centre Alignment
  12.  
  13. 5. Adjust the row height of row 17 to a height of 30
  14.  
  15. 6. Select the cells H17 to I17 and place a Thick Outside border around them
  16.  
  17. Part 2: Formulas
  18.  
  19. You tell Excel that you want it to do a calculation or to use a function by starting with an equals symbol (=) before typing the formula. The basic mathematical operators in Excel are:
  20.  
  21. Add +
  22. Subtract -
  23. Multiply *
  24. Divide /
  25.  
  26. 7. Calculate the number of items sold. Click in cell D9 and type in the following formula =B9-C9 and press return. Now click back in cell D9, left click on the fill handle and drag down to D15. The formula is replicated down the cells.
  27.  
  28. 8. Calculate the % Sales for each item.
  29.  
  30. As a mathematical sum, this would be Number sold x 100
  31. Number of Original Stock
  32.  
  33. In Excel, this becomes a very simple formula to write if we change the format of the cells from General to Percentage first. By doing this Excel automatically multiplies the division result by 100.
  34.  
  35. So, select the cells E9 to E15. On the Ribbon in the Number group, click on the drop down beside the box with the title General in it and choose Percentage.
  36.  
  37. 9. Now, click back into cell E9 and type the formula =D9/B9 and press return. Now click back in cell E9, left click on the fill handle and drag down to D15. The formula is replicated down the cells.
  38.  
  39. 10. Reduce the number of decimal places from 2 to zero. Select the cells from E9 to E15. On the Ribbon in the Number group, click on the decrease decimal button TWICE.
  40.  
  41. 11. Calculate the difference in sales between 2019 and 2018. Click in cell G9 and type the formula
  42. =E9-F9 and press return. Now click back in cell G9, left click on the fill handle and drag down to G15. The formula is replicated down the cells.
  43.  
  44. 12. Calculate the total income from the sales. Click in cell I9 and type the formula =D9*H9 and press return. Now click back in cell I9, left click on the fill handle and drag down to I15. The formula is replicated down the cells.
  45.  
  46. 13 Calculate the total sales income for 2019. Click in cell I17 and type in the formula =SUM(I9:I15) and press return.
  47.  
  48. Part 3: Conditional Formatting
  49.  
  50. We now want to the sales data to be highlighted in green if the % sales in 2019 is greater (better) than in 2018 and to highlight in red if the % Sales in 2019 is less than (worse) than in 2018. To do this we tell Excel to use Conditional Formatting.
  51.  
  52. 14. Select the cells G9 to G15. On the Ribbon in the Styles group, click on the drop down beside the Conditional Formatting button. Click on Highlight Cell Rules and from the menu that appears choose Less Than. Type in 0 in the box, do not change the formatting suggestion (light red fill with dark red text) and click OK.
  53.  
  54. 15. With cell G9 to G15 still selected, click again on the drop down beside the Conditional Formatting button. Click again on Highlight Cell rules but this time choose Greater Than. Type in 0 in the box, but now change the formatting suggestion to Green fill with Dark Green text (click the drop down to see the choices) and click OK.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement