Excel Formulas & What To Be Aware Of: Link Topic Comprehension
Excel Formulas & What To Be Aware Of: Link Topic Comprehension
START FILE
2 3
1 1
Data input used in the
=(2+1)*(3+1) 12 following examples
=(2+1)*3+1 10
=2+1*SUM(C3:C4) 6
=(B3+B4)*SUM(C3:C4) 12
=(B3+B4)+SUM(C3:C4)*2+1 12
=((B3+B4)+SUM(C3:C4))*2+1 15
=(B3+B4+SUM(C3:C4))*2+1 15
=(B3+B4+SUM(C3:C4))*(2+1) 21
=(SUM(B3:C4))*(2+1) 21
=-SUM(C3:C4)*B3 -8
=SUM(B3:B4)=SUM(C3:C4) 0
=SUM(B3:B4)>SUM(C3:C4) 0
=SUM(B3:B4)<SUM(C3:C4) 1
=SUM(B3:B4)+1>=SUM(C3:C4) 1
=0+1 1
=0*1 0
=1+1 2
=1*1 1
Simple but Useful Formulas
n USD
Aug-19 Sep-19 Oct-19 Nov-19 Dec-19
Excel's Essential Rule
Service 1500
VAT 20%
Total Charges 1800 =B7*(1+B8) Keep them in cells with
labels. Unless they are
universal (12 months in a
year, 24 hours in a day….)
Scarf-M 1200
Shirt-M 200
Total Men 1400
Circular reference occurs if
the cell result is part of the
Scarf-W 1600 input as well.
Shirt-W 1000
Total Women 2600
1 Allocate the total profit estimated for all Apps to months based on the percentages
2 Double-check results: Ensure the total value equals yearly profit (add a check in cell P26)
ed on the
centage