0% found this document useful (0 votes)
6 views

Chapter - 12 Microsoft Excel ( Basic to Adv. Formula Part - 3 )

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Chapter - 12 Microsoft Excel ( Basic to Adv. Formula Part - 3 )

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Address :- New Delhi Contact :- 8882880965

STP COMPUTER EDUCATION


The Best Quality of Software &Programming Computer Education
www.stpcomputereducation.com

SUBJECT :- MSICROSOFT OFFICE

Chapter 12
Microsoft Excel ( Basic to Adv. Formula Part - 3 )

A B C D E F
1 =UPPER(D2)
2 =LOWER(D3) amit
3 =PROPER(D3) AMIT
4 =RIGHT(D3,2)
5 =LEFT(D3,2) Amit kumar
6 =LEN(D3)
7 =ISTEXT(D3) Amit kumar
8 =ISNUMBER(D3) Amit
9 =ISEVEN(6) computer
10 =ISODD(4)
11 =TRIM(D5)
12 =CONCATENATE(D7,F7)
13 =REPT(D7,5)
14 =MID(D9,3,3)
15 =FIND("p",D9,1)
16 =EXACT(D7,E8)
Formula Output & Return
A B C D E F
1 AMIT
2 amit amit
3 Amit AMIT
4 IT
5 AM Amit kumar
6 4
7 TRUE Amit kumar
8 FALSE Amit
9 TRUE computer
10 FALSE
11 Amit kumar
12 Amitkumar
13 AmitAmitAmitAmitAmit
14 mpu
15 4
16 TRUE

You might also like