Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1of 7

function

Column1 Column2 Column3 Column4


formula output
LOWER(A3) sales tax
UPPER(A4) PROPERTY TAX
PROPER(A5) Business License

Position
Column1 Column2 Column3 Column4 Column5
formula output
middle 5 digit MID(F10,5,5) 56789
last 4 digit RIGHT(F10,5) 67890
first 4 digit LEFT(F10,4) 1234

year month date formula output


2015 2 3 DATE(A18,B18,C18) 2/3/2015
Concatenate
first name last name title
smith john finance director

Column1 output fomula


first & last name smithjohn CONCATENATE(F3,G3)
name,title and department smith finance director finance CONCATENATE(F3," ",H3," ",I3)

Length
1234567890 name formula
bipin LEN(G11)
bipin TRIM(G12)

date formula
fiding thr weekday from e18 3/2/2015 YEAR(G17)
3 MONTH(G17)
weekday(e18) DAY(G17)
department
finance

output output2
5 5
bipin 14

output
2015
3
2
roll no. name cgpa roll no =
1A 7
2B 6
3C 8 name =
4D 9
5E 5

name cgpa multiplying factor percentage


a 7 9 63
vlookup(a11,b1:c6,2,0) b11*d11

sales category commision Column1


0 fair 0 sales
2000 ok 40 3000
3000 good 200
5000 very good 500
10000 ecellent 1400

hlookup
product mobile camera watches cosmetic
product-code 1234 5436 5547 4356
quantity 25 20 35 30
price 26.45 28.56 31.67 43.32

Column1 Column2
top product price
camera 28.56
hlookup(a31,b24:f27,4,0)

eid name domain seating area


2201 a kd01 25-201-3
2202 b kd02 25-201-4
2203 c kd03 26-201-5
2204 d kd04 26-201-10
2205 e kd05 33-204-12
2206 f kd04 33-205-7

product price availability unit


speaker 2500 yes 4
mobile 50000 no 3
laptop 90000 yes 7
charger 4000 yes 10
keyboard 3500 yes 5
3 8 cgpa
data validation vlookup(f1,a1:c6,3,0)
vlookup
D 9 cgpa
data validation vlookup(f4,b1:c6,2,0)

Column2
commission
200
vlookup(e16,a15:c19,3,1)

shoes
2319
15
32.43

Column1 Column2
eid seating area
2205 33-204-12
data vaidation vlookup(f36,a35:d40,4,0)

product price unit total


laptop 90000 7 630000
vlookup

You might also like