Re: Number Format? by Rick
Rick
Thu May 08 13:08:31 CDT 2008
Yes, David caught that too. I read the OP's post too fast (carelessly) and
missed the "Average "& part of his formula. Your suggestion is probably
what I would have offered had I read the posting more carefully. Thanks for
posting it.
Rick
"Ron Rosenfeld" <ronrosenfeld@nospam.org> wrote in message
news:spf624tjid42l4hu5kbsdvkga3su1qo2f2@4ax.com...
> On Thu, 8 May 2008 12:38:11 -0400, "Rick Rothstein \(MVP - VB\)"
> <rick.newsNO.SPAM@NO.SPAMverizon.net> wrote:
>
>>If you want to physically round the value to one decimal place (that is,
>>reduce its accuracy), then you have your answer in the other postings in
>>this thread. However, if you only want to display it to one decimal place,
>>but keep its full accuracy (perhaps for other calculations), then leave
>>keep
>>your formula but Custom Format the cell (right click the cell and select
>>Format Cells) using 0.0 as the pattern.
>>
>>Rick
>
> I don't believe that will work since his formula is a concatenation of
> strings.
>
> However, if he changed his formula to :
>
> =AVERAGE(D:D)
>
> And then used the Custom Format:
>
> "Average "0.0
>
> the result would be as he might want.
> --ron