Microsoft Excel Project - Simple Functions and Formulas

 Hey! Welcome back!!


In this blog, I will show you a project using simple functions and formulas in Excel. Here is a CPU and Monitor sales report year 2023. I'm sorry in advance that some sentences and words in this report might be in Indonesian. Feel free to contact me if you have any suggestions or questions about it.
Thankyou 😁

CPU and Monitor Sales Report

(Rekapitulasi Penjualan CPU dan Monitor)

There are three sub-tables in this report. On the top, there's a company heading. In the middle is the main table containing the sales report. At the bottom is a reference table, which is used for calculating some elements in the sales report.

Here are the conditions and functions that I use in this project : 

  • Paper size A4
  • Landscape orientation
  • Margin 2222
  • Custom Border and Shading
  • Merge and Center for some merge cells
  • Cells alignment
  • Accounting format number
  • Custom Header Footer

The formulas and functions for this project are :

Multiplication (*)

"HARGA TOTAL" and "DISCOUNT" on both CPU and Monitor are calculated using simple multiplication (*).

 "HARGA TOTAL" was obtained by multiplying "JUMLAH UNIT" in the main table and "DAFTAR HARGA UNIT" in the reference table.

 "DISCOUNT" was obtained by multiplying "TOTAL" in the main table and "% DISC" in the reference table.

Addition (+) and Subtraction (-)

"TOTAL" was obtained by adding (+) "HARGA TOTAL" on both CPU and Monitor.

"TOTAL BERSIH" was obtained by subtracting (-) "TOTAL" with the addition (+) of "DISCOUNT" on both CPU and Monitor.

Absolute Reference (F4 )

For easier calculation in each row, I use absolute reference for every calculation using the reference table, such as "HARGA TOTAL" and "DISCOUNT". F4 was used to make the absolute references and mark them with the symbol "$"

The formula of "HARGA TOTAL" for Monitor in the first row (Bulan 1) is :

=B7*$C$26

"B7" is the "JUMLAH UNIT" column and "$C$26" is the absolute reference of the "DAFTAR HARGA UNIT" for the Monitor.

The same goes for the "HARGA TOTAL" for CPU and "DISCOUNT".

SUM, MAX, MIN, AND AVERAGE

For the calculation of "TOTAL" I summed up the "TOTAL BERSIH" using "SUM"
=SUM(H7:H18)
H7:H18 is the range of the "TOTAL BERSIH" in each month (Bulan) 
 
 "MAKSIMUM" was obtained by finding the maximum number of "TOTAL BERSIH" using "MAX" 
=MAX(H7:H18)
 
"MINIMUM" was obtained by finding the minimum number of "TOTAL BERSIH" using "MIN" 
=MIN(H7:H18)

 "AVERAGE" was obtained by calculating the average of "TOTAL BERSIH" using "AVERAGE" 
=AVERAGE(H7:H18)


Files (xlsx and pdf) :

CPU and Monitor Sales Report 

Comments

Popular posts from this blog

Microsoft Excel Project - Vlookup and Hlookup

Microsoft Excel Project - Simple Tabel

SQL Project #2 - Myanmar 3 Superstore