answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
diamong
28 days ago
6

In the range D5:D9 on all five worksheets, Gilberto wants to project next year's sales for each accessory, rounded up to zero de

cimal places so the values are easier to remember. In cell D5, enter a formula using the ROUNDUP function that adds the sales for batteries and chargers in 2021 (cell B5) to the sales for the same accessories (cell B5) multiplied by the projected increase percentage (cell C5). Round the result up to 0 decimal places. Fill the range D6:D9 with the formula in cell D5.
I just need the formula!!
A B C D
5
Batteries and chargers $ 123,274.42 1.50% $ 125,124
Computers and Technology
1 answer:
maria [1K]28 days ago
8 0

Response:

Input the following into D5:

=ROUNDUP((SUM(B5,B5)*C5),0)

Explanation:

Needed

First, sum B5 with B5, and then multiply that total by C5.

Store the rounded-up figure to 0 decimal points in D5

The calculation needed is illustrated as:

D5 = (B5 + B5) * C5 [Rounded to 0 decimal points]

In Excel, the equation used is:

=ROUNDUP((SUM(B5,B5)*C5),0)

Breaking down the formula above:

= ---> This signifies the start of every excel formula

ROUNDUP( -> Rounds the outcome upward

(SUM(B5,B5) ---> Combine B5 and B5

*C5) --> Multiply the result of that addition by C5

,0) ---> The result is rounded up to 0 decimal points

To replicate the formula from D6 to D9, simply drag down the formula from D5 to D9.

The resulting formulas will be:

=ROUNDUP((SUM(B6,B6)*C6),0)

=ROUNDUP((SUM(B7,B7)*C7),0)

=ROUNDUP((SUM(B8,B8)*C8),0)

=ROUNDUP((SUM(B9,B9)*C9),0)

You might be interested in
When performing actions between your computer and one that is infected with a virus which of the following offers no risk becomi
Natasha_Volkova [1026]

Please provide your answer choices

thank you:)

6 0
2 months ago
An important aspect of maintaining a safe space cushion is also to make sure you have _____ in the event of an emergency. A. an
oksian1 [950]

Answer[]]a

Clarification:

6 0
1 month ago
Read 2 more answers
CHALLENGE ACTIVITY 2.9.1: Coordinate geometry. Determine the distance between points (x1, y1) and point (x2, y2), and assign the
oksian1 [950]
The code is implemented using the Java programming language. This program effectively calculates the distance between two points based on the formula provided.
7 0
29 days ago
A colleague asks you to research a CPU for a new server that will run Windows Server 2019. He explains the server roles that he
Rzqust [1037]

Response:

a

Explanation:

I’m just guessing

3 0
28 days ago
Widget Corp. wants to shift its list of inventory to a cloud so that its different branches can access it easily. The company ne
oksian1 [950]
The most suitable cloud option for Widget Corp, which requires a solution that is both cost-effective and does not risk exposing critical applications and data externally, is a hybrid cloud.
5 0
1 month ago
Other questions:
  • How to code 2.9.5: Four colored triangles {Code HS}
    10·1 answer
  • Any software or program that comes in many forms and is designed to disrupt the normal operation of a computer by allowing an un
    13·1 answer
  • Which of the following is true? a. Pseudocode is used to describe an algorithm. b. Pseudocode is not an actual computer programm
    11·1 answer
  • This question involves a simulation of a two-player game. In the game, two simulated players each start out with an equal number
    7·1 answer
  • More Loops: All versions of foods.py in this section have avoided using for loops when printing to save space. Choose a version
    13·1 answer
  • Q2 - Square Everything (0.25 points) Write a function called square_all that takes an input called collection that you assume to
    7·1 answer
  • Write a program that prompts the user to enter three cities and displays them in ascending order. Here is a sample run: Enter th
    8·1 answer
  • There are two algorithms called Alg1 and Alg2 for a problem of size n. Alg1 runs in n2 microseconds and Alg2 runs in 100n log n
    13·1 answer
  • Write a function in the cell below that iterates through the words in file_contents, removes punctuation, and counts the frequen
    6·1 answer
  • Write a MATLAB function named lin_spaced_vector with two inputs and one return value. The first input will be a single real numb
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!