0% found this document useful (0 votes)
61 views10 pages

Excel Functions Formulae

This document contains examples of Excel formulas and functions including SUM, COUNTIF, OFFSET, and paste special. It also demonstrates defining names, formatting as tables, and using the formula bar. Monthly sales data is shown with calculations for changes over time. Constants are defined and can be edited in the name manager.
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
Download as xlsx, pdf, or txt
0% found this document useful (0 votes)
61 views10 pages

Excel Functions Formulae

This document contains examples of Excel formulas and functions including SUM, COUNTIF, OFFSET, and paste special. It also demonstrates defining names, formatting as tables, and using the formula bar. Monthly sales data is shown with calculations for changes over time. Constants are defined and can be edited in the name manager.
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1/ 10

2 5 5 -1 10

3 add sum subtract operator precedence


4
14 24 2
brackets product countif for any formula use fx in the formula bar
Month Sales Monthly Change Total Change
Jan 250
Feb 350 40% 40%
Mar 450 29% 80%
Apr 650 44% 160%
May 400 -38% 60%
Jun 500 25% 100%
Jul 800 60% 220%
Aug 1000 25% 300%
Sep 900 -10% 260%
Oct 800 -11% 220%
Nov 1250 56% 400%
Dec 1500 20% 500%
5 0.5
4 0.4
15 1.5
9 0.9
33 3.3
select A1 to A4 -> formula header -> define name -> prices
formula header->define name -> taxrate-> refer to 0.1
SUM(prices)
Define constant
To edit constants -> formula header -> name manager -> we can find prices and taxrate and can be edited
1 55
2
3
4
5
6
7
8
9
10
Name manager -> OFFSET($A$1,0,0,COUNTA($A:$A),1)
1 2 paste special -> select formula, only formula gets pasted
2 4
3 6
4 8
10 20

paste special -> select formula, only formula gets pasted
4
5 select range and see the status bar on right bottom it shows sum, average etc
6
7
9
2
10 70
50 30 copy D3 select the range then paste special and multiply
30 90 1.1
20 80
60 20
70 50
90 40
30 10
11 77
55 33
33 99
22 88
66 22
77 55
99 44
33 11
copy D3 select the range then paste special and multiply
Q
A

You might also like