By: Xavier Juhala
I subtracted the buying           To calculate the total profit        To find the commission
 price from the selling            I multiplied the profit by         rate you have to multiply
     price= C4-B4                  the amount of cars sold=            the total profit by 2%=
                                             D4*E4                            F4*$b$10




    To find the total amount of                                    To find weather you made
     units sold you add all the                                   more than $500 you write an
    units sold together = SUM                                            IF statement=
              (E4:E7)                                             IF(G8>500,”target reached",
                                                                        "target missed”)


                                       To find the to the
                                     whole total profit you
                                      sum all of the total
                                       profits together =
                                         SUM(F4:F7)

More Related Content

PPTX
Shark attack
PPTX
The design cycle
PPTX
Kodu game lab evaluation
PPTX
Excel quiz pptx
PPTX
Shark attack
PPTX
Excel project
PDF
2024 Trend Updates: What Really Works In SEO & Content Marketing
PDF
Storytelling For The Web: Integrate Storytelling in your Design Process
Shark attack
The design cycle
Kodu game lab evaluation
Excel quiz pptx
Shark attack
Excel project
2024 Trend Updates: What Really Works In SEO & Content Marketing
Storytelling For The Web: Integrate Storytelling in your Design Process
Ad

Excel project

  • 2. I subtracted the buying To calculate the total profit To find the commission price from the selling I multiplied the profit by rate you have to multiply price= C4-B4 the amount of cars sold= the total profit by 2%= D4*E4 F4*$b$10 To find the total amount of To find weather you made units sold you add all the more than $500 you write an units sold together = SUM IF statement= (E4:E7) IF(G8>500,”target reached", "target missed”) To find the to the whole total profit you sum all of the total profits together = SUM(F4:F7)