Learn Python

Learn Data Structure & Algorithm

Learn Numpy

Learn Pandas

Learn Matplotlib

Learn Seaborn

Learn Statistics

Learn Math

Learn MATLAB

Learn Machine learning

Learn Github

Learn OpenCV

Learn Deep Learning

Learn MySQL

Learn MongoDB

Learn Web scraping

Excel Introduction

Excel Home Tab

Excel Insert Tab

Excel Data Tab

Excel Use of Formula

Excel SUM and SUMIF function

Excel AVRAGE,AVRAGEIF,AVRAGEIFS,MEDIAN,MODE function

Excel COUNT,COUNTA,COUNTBLANK,COUNTIF,COUNTFS Formula

Excel MAX,LARGE,MIN,SMALL,DMAX,DMIN Formula

Excel generate date & time Formula

Excel CONCATENATE,UPPER,LOWER,PROPER Formula

Excel RUNNING TOTOAL,Power,GCD,DATEDIF Formula

Excel ROUND,ROUNDUP,ROUNDDOWN Formula

Excel IF,AND,OR Formula

Excel ARRAY Formula

Excel LOOKUP,VLOOPUP,MATCH,VLOOKUP+MATCH Formula

Excel DSUM,DAVERAGE,FORECAST,EDATE,DCOUNT Formula

Excel ERROR

Learn Power BI

Learn Tableau

Learn Docker

Learn Hadoop

How to use excel concatenate, upper, lower, proper formula?

CONCATENATE() function

This function is used to concatenate multiple columns.

Select all those cells one by one which you want to concatenate. Between two cells if you use double quotation(" ") then you will get space between two values. If you want something like a comma, slash, etc then inside the double quotation write a comma or that thing which you want as a separator.

Formula: =CONCATENATE( cell," ",cell," ",cell...)


A B C D
Index Id Grade Group CONCATENATE
1 2 B Commerce =CONCATENATE(B1," ",C1)
2 3 A Science
3 4 D Arts
4 5 E Commerce
5 6 F Arts
6 7 P Science
7 8 F Arts
8 9 I Commerce
9 10 J Science
10 11 K Arts
11

Now to apply for other cells just drag it to the end.

UPPER() function

This function is used to change the letter into upper case.

Formula: =UPPER(cell)


A B C D
Index Id Grade Group UPPER
1 2 B Commerce =UPPER(C1)
2 3 A Science
3 4 D Arts
4 5 E Commerce
5 6 F Arts
6 7 P Science
7 8 F Arts
8 9 I Commerce
9 10 J Science
10 11 K Arts
11

Now to apply for other cells just drag it to the end.

LOWER() function

This function is used to change the letter into lower case.

Formula: =LOWER(cell)


A B C D
Index Id Grade Group LOWER
1 2 B Commerce =LOWER(C1)
2 3 A Science
3 4 D Arts
4 5 E Commerce
5 6 F Arts
6 7 P Science
7 8 F Arts
8 9 I Commerce
9 10 J Science
10 11 K Arts
11

Now to apply for other cells just drag it to the end.

PROPER() function

This function makes the first letter of a word capital and keep the remaining letters in the form of lower case.

Formula: =PROPER(cell)


A B C D
Index Id Grade Group PROPER
1 2 B Commerce =PROPER(C1)
2 3 A Science
3 4 D Arts
4 5 E Commerce
5 6 F Arts
6 7 P Science
7 8 F Arts
8 9 I Commerce
9 10 J Science
10 11 K Arts
11

Now to apply for other cells just drag it to the end.

CodersAim is created for learning and training a self learner to become a professional from beginner. While using CodersAim, you agree to have read and accepted our terms of use, privacy policy, Contact Us

© Copyright All rights reserved www.CodersAim.com. Developed by CodersAim.