Trim Name Uniformly

Muthukrishnan V

Active Member
Joined
May 29, 2008
Messages
297
Office Version
  1. 365
Platform
  1. Windows
Try.xlsx
AB
1Excel 365
2Request Formula for BFormula for Column B
3NOT UNIFORMCORRECTION To:
4V.BaskarBaskar V
5V MuthuMuthu V
6K. RameshRamesh K
7Suresh.LSuresh L
8Kalyan. SKalyan S
9Krishnan TKrishnan T
10Karthi,MKarthi M
11T.J. Kalyana RamanKalyanaraman T J
Sheet2
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Assume you made a typo in row 11, try:
Book2
ABCD
1Excel 365
2Request Formula for BFormula for Column B
3NOT UNIFORMCORRECTION To:FormulaCheck
4V.BaskarBaskar VBaskar VTRUE
5V MuthuMuthu VMuthu VTRUE
6K. RameshRamesh KRamesh KTRUE
7Suresh.LSuresh LSuresh LTRUE
8Kalyan. SKalyan SKalyan STRUE
9Krishnan TKrishnan TKrishnan TTRUE
10Karthi,MKarthi MKarthi MTRUE
11T.J. Kalyana RamanKalyana Raman T JKalyana Raman T JTRUE
Sheet1
Cell Formulas
RangeFormula
C4:C11C4=LET(t,TEXTSPLIT(A4,{".",","," "}),last,IF(LEN(t)=1,t,""),first,UNIQUE(HSTACK(last,t),1,1),TEXTJOIN(" ",,first,last))
D4:D11D4=C4=B4
 
Upvote 0
Row 11, I would like to show "Kalyanaraman T J". In Row 12, I have R Chandra Sekaran, to be corrected to "Chandrasekaran R". Kindly guide me.
 
Upvote 0
Try (edited):
Book2
ABCD
1Excel 365
2Request Formula for BFormula for Column B
3NOT UNIFORMCORRECTION To:FormulaCheck
4V.BaskarBaskar VBaskar VTRUE
5V MuthuMuthu VMuthu VTRUE
6K. RameshRamesh KRamesh KTRUE
7Suresh.LSuresh LSuresh LTRUE
8Kalyan. SKalyan SKalyan STRUE
9Krishnan TKrishnan TKrishnan TTRUE
10Karthi,MKarthi MKarthi MTRUE
11T.J. Kalyana RamanKalyanaraman T J
12R Chandra SekaranChandrasekaran R
Sheet1
Cell Formulas
RangeFormula
D4:D10D4=C4=B4
C4:C12C4=LET(t,TEXTSPLIT(A4,{".",","," "}),TEXTJOIN(" ",,PROPER(CONCAT(IF(LEN(t)>1,t,""))),IF(LEN(t)=1,t,"")))
 
Last edited:
Upvote 0
Solution

Forum statistics

Threads
1,224,856
Messages
6,181,427
Members
453,040
Latest member
Santero

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top