This is Excel 2000. Cell C2 in a worksheet called 'NOTES'
contains '34 West Street, somewhere-in-England'
=UPPER ( NOTES!C2 )
is supposed to produce ' 34 WEST STREET, SOMEWHERE-IN-ENGLAND'
In fact it gives:
#NAME?
What is going wrong?
Pete_UK - 24 Apr 2008 16:14 GMT
Have you spelt UPPER( correctly? There is no space before the open
bracket.
Hope this helps.
Pete
> This is Excel 2000. Cell C2 in a worksheet called 'NOTES'
>
[quoted text clipped - 9 lines]
>
> What is going wrong?
alish - 24 Apr 2008 16:19 GMT
Are you trying to reach the cell from a different sheet?
=UPPER ( 'NOTES!C2 )
> This is Excel 2000. Cell C2 in a worksheet called 'NOTES'
>
[quoted text clipped - 9 lines]
>
> What is going wrong?
Doug Glancy - 24 Apr 2008 16:20 GMT
Alan,
Try getting rid of the space between "UPPER" and "(". That fixed it for me.
hth,
Doug
> This is Excel 2000. Cell C2 in a worksheet called 'NOTES'
>
[quoted text clipped - 9 lines]
>
> What is going wrong?
alish - 24 Apr 2008 16:23 GMT
try removing the cpases between UPPER and the "("
> This is Excel 2000. Cell C2 in a worksheet called 'NOTES'
>
[quoted text clipped - 9 lines]
>
> What is going wrong?
Alan Secker - 24 Apr 2008 18:30 GMT