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

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
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
John Jack DoeJOHN JACK DOE-
Jane Jill-DoeJANE JILL-DOE-
John DoeAlbaJOHN DOE-Alba
Jane DoeAlbaJANE DOE-Alba

<tbody>
[TD="align: center"]1[/TD]

[TD="align: right"][/TD]

[TD="align: center"]2[/TD]

[TD="align: right"][/TD]

[TD="align: center"]3[/TD]

[TD="align: center"]4[/TD]

</tbody>
Sheet4

[TABLE="width: 85%"]
<tbody>[TR]
[TD]Worksheet Formulas[TABLE="width: 100%"]
<tbody>[TR="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]
[TH]Cell[/TH]
[TH="align: left"]Formula[/TH]
[/TR]
[TR]
[TH="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]C1[/TH]
[TD="align: left"]=UPPER(A1)&"-"&B1[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]



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

Forum statistics

Threads
1,223,164
Messages
6,170,444
Members
452,326
Latest member
johnshaji

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