Hi dinee,
Not exactly sure what you're after, but I have a clue.
I'm presuming that what you have in the cells is typed directly in (i.e
David in cell A2 is all that's in that cell - no functions are in there).
You can't automatically alter the contents of these cells without losing
what is already in there - i.e there's nothing you can do to make it proper
text (so HEIDENRICH will appear as Heidenrich) and still have it appear in
cell B2.
What you can do, however, is use a function in another cell and then paste
the values from your formatted cell back into cell B2.
With me so far?
So try this:
in cell A5 type =LOWER(B4)
this will convert the contents of cell B4 ("BERRY") into lowercase ("berry")
or you could try =UPPER(A3)
which will convert the contents of cell A3 ("lee") into uppercase ("LEE")
and then there's =PROPER(A3)
which will convert the contents of cell A3("lee") into propercase("Lee") -
capitalise the first letter of each word.
Right, now you've got the hang of that put into cell A4 this formula:
=PROPER(A2)
it should show the result as "David"
you know need to drag this formula to cell C7.
With the cell selected there will bo a dark border around the cell, in the
bottom right corner of the border there will be a little square box - when
you hover the curso over this box it will turn to a cross-hair. Click on
this and drag the formula across to cell C5 and then down to row 7.
The formula should copy across and you'll have a copy of your example text
in propercase.
Now highlight all these cells and press Ctrl+C to copy them. Next click
into cell A2 and right-click your mouse to bring up the menu.
Select "Paste Special" and then Values from the dialogue box that appears.
Click OK and the text in your example will be in propercase (but there won't
be any formula in there). You can now delete the formula in the cells A5 to
C7 (A5:C7).
Hope you managed to follow that, and sorry if I went into too much detail as
I've no idea how adept you are at performing other functions within Excel so
I thought I'd better explain it all.