> I have a chart title linking to a cell that says:
> ="$5,000 invested annually @ " &average(U2:U40)
> Is there a way to limit the decimal length to only two places here?
> ="$5,000 invested annually @ " & text(average(U2:U40), "0.00")
Brian P. - 16 Jul 2007 20:22 GMT
Thank you, sir
> > I have a chart title linking to a cell that says:
> > ="$5,000 invested annually @ " &average(U2:U40)
> > Is there a way to limit the decimal length to only two places here?
> > ="$5,000 invested annually @ " & text(average(U2:U40), "0.00")- Hide quoted text -
>
> - Show quoted text -