Need specific work on Proper

sksanjeev786

Well-known Member
Joined
Aug 5, 2020
Messages
883
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Hi Team,

I have multiple statements in Upper case

CAPITAL ONE VENTURE X CARD ALLOWS YOU TO EARN 10X MILES ON RENTAL CARS BOOKED THROUGH CAPITAL ONE TRAVEL

so I have used =lower function
capital one venture x card allows you to earn 10x miles on rental cars booked through capital one travel

But I need Capital One in proper formate.

Can anyone help me with this

Regards,
Sanjeev
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
There is also the "Proper" function, which capitalizes the first letter in every word.
However, you only want the first letter capitalized in certain words.
How it to Excel identify which words you would like capitalized?
Do you have a list of them somewhere?
Or is "Capital One" the only one?
 
Upvote 0
If "Capital One" is the only one you need replaced, you could use a formula like this:
Excel Formula:
=SUBSTITUTE(LOWER(A1),"capital one","Capital One")
for an entry in cell A1.
 
Upvote 0
Solution
If "Capital One" is the only one you need replaced, you could use a formula like this:
Excel Formula:
=SUBSTITUTE(LOWER(A1),"capital one","Capital One")
for an entry in cell A1.
perfect!!! i just flip flop the word under Substitute functions :)

Thanks you so much for your help!!! :)
 
Upvote 0

Forum statistics

Threads
1,214,824
Messages
6,121,784
Members
449,049
Latest member
greyangel23

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