Good Day everyone,
I'm trying to standardize the capitalisation of products descriptions in an spreadsheet. Seems fairly straight forward but unfortunately the boss wants measurements to stay in lower case but wants to have the descriptions of the products in upper case. What I need to do is create a formula that finds the number and then put the measurement in lower case after it. So at the minute I have:
Steel hammer 25mm
Dormer drill 4mm
230 x 280mm Hand sanding sheets perfect
Using the formula: =SUBSTITUTE(UPPER(A1),"MM","mm"), the descriptions then convert to this:
STEEL HAmmER 25mm
[TABLE="width: 494"]
<tbody>[TR]
[TD="class: xl64, width: 494"]DORMER DRILL 4mm[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 494"]
<tbody>[TR]
[TD="class: xl65, width: 494"]230 x 280mm HAND SANDING SHEETS PERFECT
[/TD]
[/TR]
</tbody>[/TABLE]
Obviously, this doesn't work for me, is there better way of finding the measurements beforehand and then inserting them back in?
Cheers Guys, hope you can help save me a lot of time
I'm trying to standardize the capitalisation of products descriptions in an spreadsheet. Seems fairly straight forward but unfortunately the boss wants measurements to stay in lower case but wants to have the descriptions of the products in upper case. What I need to do is create a formula that finds the number and then put the measurement in lower case after it. So at the minute I have:
Steel hammer 25mm
Dormer drill 4mm
230 x 280mm Hand sanding sheets perfect
Using the formula: =SUBSTITUTE(UPPER(A1),"MM","mm"), the descriptions then convert to this:
STEEL HAmmER 25mm
[TABLE="width: 494"]
<tbody>[TR]
[TD="class: xl64, width: 494"]DORMER DRILL 4mm[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 494"]
<tbody>[TR]
[TD="class: xl65, width: 494"]230 x 280mm HAND SANDING SHEETS PERFECT
[/TD]
[/TR]
</tbody>[/TABLE]
Obviously, this doesn't work for me, is there better way of finding the measurements beforehand and then inserting them back in?
Cheers Guys, hope you can help save me a lot of time