Can't find the good Formule

alexdodo

New Member
Joined
Apr 11, 2018
Messages
7
Hello. I am new to Excel, I am learning it, but I can't do something.

ovfZltQ.png


So the task is like this:
I have to create 1 more collumn in right of "Comitat" named "Ecuson". In that collumn the name from "Nume participant" should be with uppercase(I guess by using function UPPER) but it should have the following format like in this photo (using a formule:)

80OHO89.png



Thank you a lot!
 

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,)
Hi,

Like this?


Excel 2010
ABC
1John Jack DoeJOHN JACK DOE-
2Jane Jill-DoeJANE JILL-DOE-
3John DoeAlbaJOHN DOE-Alba
4Jane DoeAlbaJANE DOE-Alba
Sheet4
Cell Formulas
RangeFormula
C1=UPPER(A1)&"-"&B1


C1 formula copied down.
 
Upvote 0
You're welcome, welcome to the forum.
 
Upvote 0
Hi,

Like this?

Excel 2010
ABC
1John Jack DoeJOHN JACK DOE-
2Jane Jill-DoeJANE JILL-DOE-
3John DoeAlbaJOHN DOE-Alba
4Jane DoeAlbaJANE DOE-Alba

<tbody>
</tbody>
Sheet4

Worksheet Formulas
CellFormula
C1=UPPER(A1)&"-"&B1

<tbody>
</tbody>

<tbody>
</tbody>



C1 formula copied down.

Sorry for double-post.
Can you help me with this too?
oxRBWuV.png



What function should I use to get the value from User collumn? Thank you a lot!
 
Upvote 0
Like this:



Excel 2010
ABCD
1John Jack DoeJOHN JACK DOE-John .Jack Doe
2Jane Jill-DoeJANE JILL-DOE-Jane .Jill-Doe
3John DoeAlbaJOHN DOE-AlbaJohn .Doe
4Jane DoeAlbaJANE DOE-AlbaJane .Doe
Sheet6
Cell Formulas
RangeFormula
C1=UPPER(A1)&"-"&B1
D1=SUBSTITUTE(A1," "," .",1)
 
Last edited:
Upvote 0
You're welcome, have a nice day.
 
Upvote 0

Forum statistics

Threads
1,214,924
Messages
6,122,293
Members
449,077
Latest member
Rkmenon

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