Hi,
Try this:
=AVERAGE(100,85,75,96)/100
Change the to %
Regards,
Jaleel
"Trevor Shuttleworth" wrote:
[Quoted Text] > Looks more like an average than a percentage > > Add them up, divide by the number of entries > > =(100+85+75+96)/4 > > If you do want it to look like a percentage: > > =(100+85+75+96)/4/100 and format as percentage > > Regards > > Trevor > > > "Elvis Perez" <Elvis Perez[ at ]discussions.microsoft.com> wrote in message > news:D79B1A35-81B5-433B-93B6-6D23ECC4086C[ at ]microsoft.com... > >I want the pecentage like 100+85+75+96=89.0% > > >
|