AreyoustrugglingwithconvertinglowercasetexttouercaseinExcel?Fearnot,asthisarticleisheretoguideyouthroughtherocesswithease.Whetheryou'reaseasonedExceluseroraeginner,you'llfindthisinformationinvaluale.Let'sdiveintothesimlestmethodstotransformyourtextfromlowercasetouercaseinExcel.
FormatCells"
OtionOneofthemoststraightforwardwaystochangelowercasetexttouercaseisyusingthe"
FormatCells"
otion.Here'showtodoit:-Selectthecellscontainingthelowercasetextyouwanttoconvert.
Right-clickandchoose"
FormatCells"
fromthecontextmenu.
Inthe"
Numer"
ta,select"
Text"
fromthecategorylist.
Click"
OK,"
andyourlowercasetextwillnowedislayedinuercase.UER"
FunctionExceloffersauilt-infunctioncalled"
UER"
thatcanautomaticallyconverttexttouercase.Here'stheste-y-sterocess:-Selectthecellwhereyouwanttheuercasetexttoaear.
Tyethefollowingformula:=UER(A1)(assumingA1isthecellwithlowercasetext).
ressEnter,andthetextincellA1willeconvertedtouercaseintheselectedcell.ChangeCase"
uttoninthe"
Home"
Ifyou'reusingExcel2007orlater,youcanalsotakeadvantageofthe"
ChangeCase"
uttononthe"
Home"
-Selectthecellswithlowercasetext.
Navigatetothe"
Home"
taontherion.
Lookforthe"
ChangeCase"
utton,whichusuallylookslikeacaitalletter'A'withalinethroughit.
Clickonthisutton,andadrodownmenuwillaear.Choose"
UER"
toconvertthetexttouercase.Anotherquickmethodinvolvescoyingandastingthetextwithasecialformat:
-Selectthecellswithlowercasetext.
Right-clickandchoose"
Coy."
Navigatetothetargetcellwhereyouwanttheuercasetext.
Right-clickandchoose"
asteSecial."
Inthe"
asteSecial"
dialogox,select"
Text"
andclick"
OK."
TexttoColumns"
FeatureIfyouhavealargeamountoftextinasinglecellandyouwanttoconvertjustaortionofittouercase,the"
TexttoColumns"
featurecanehelful:-Selectthecellwiththemixedtext.
Gotothe"
Data"
taontherion.
Clickon"
TexttoColumns."
Choose"
Delimited"
andclick"
Next."
Select"
Comma"
asthedelimiterifthetextissearatedycommas.
Click"
Next"
andthen"
Finish."
Now,youcanselecttheortionofthetextyouwanttoconverttouercaseandalytheuercaseconversionmethodofyourchoice.Forthosewhoarecomfortalewithrogramming,Excel'sVAcaneusedtoconverttexttouercaseforentirecolumnsorsheets.Here'saasicVAcodesniet:
SuConvertToUercase()
DimcellAsRange
ForEachcellInSelection
cell.Value=UCase(cell.Value)
Nextcell
EndSu
Tousethiscode,ressALT+F11tooentheVAeditor,insertanewmodule,astethecode,andrunthemacro.
yfollowingthesemethods,youcaneasilyconvertlowercasetexttouercaseinExcel,savingyoutimeandensuringconsistencyinyourdata.Rememer,therighttoolforthejocanmakeallthedifference,sochoosethemethodthatestsuitsyourneeds.
1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;
2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;
3.作者投稿可能会经我们编辑修改或补充。