View Single Post
  #5   Report Post  
Niek Otten
 
Posts: n/a
Default

PROPER works on one cell only. First concatenate all the cells you need
(with spaces in-between) in I1:

=A1&" "&B1&" "&C1&" "&D1&" "&E1&" "&F1&" "&G1&" "&H1

and use =PROPER(I1)

--
Kind regards,

Niek Otten

Microsoft MVP - Excel

"Steve" wrote in message
...
in column A is Title ie MR/MRS, B is First names, C is initials, D is
surname, E is Account name, F is Address 1, G is Address 2 and H is
Address
3. I have entered =Proper(A1:H252) in cell H253. I dont know if this will
make any difference to what im trying to do but all the cells have quotes
before and after the text ie "STEVE".

steve

"Niek Otten" wrote:

What exactly is in your cell? What is the address? In which cell do you
enter what formula?

--
Kind regards,

Niek Otten

Microsoft MVP - Excel

"Steve" wrote in message
...
Hi
I have a excel doc (2003 verson) which has names and addresses in
different
cells, all the text is in CAPS, i need it to be in Proper case. I have
tried
=Proper(cell) and it comes up with #vaule? I dont know what to do so
any
suggestions would be most helpful.
Thanks in advance.
Steve