Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default how can i get %. like 100+85+75+96=89.0%

I want the pecentage like 100+85+75+96=89.0%
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 268
Default how can i get %. like 100+85+75+96=89.0%

Same way you did on the calculator? =(100+85+75+96)/4, or with your values
in say B2:E2, then in F2 enter =SUM(B2:E2)/4. If you want it displayed as %,
devide by a further 100, format cell as percentage, 1 decimal point -
=SUM(B2:E2)/400, or =(100+85+75+96)/400, or else enter the values as
percentages 1, 0.85, 0.75 and 0.96, and then devide by 4 at the end


"Elvis Perez" wrote:

I want the pecentage like 100+85+75+96=89.0%

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 268
Default how can i get %. like 100+85+75+96=89.0%

Same way you did on the calculator? =(100+85+75+96)/4, or with your values
in say B2:E2, then in F2 enter =SUM(B2:E2)/4. If you want it displayed as %,
devide by a further 100, format cell as percentage, 1 decimal point -
=SUM(B2:E2)/400, or =(100+85+75+96)/400, or else enter the values as
percentages 1, 0.85, 0.75 and 0.96, and then devide by 4 at the end


"Elvis Perez" wrote:

I want the pecentage like 100+85+75+96=89.0%

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1,089
Default how can i get %. like 100+85+75+96=89.0%

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 wrote in message
...
I want the pecentage like 100+85+75+96=89.0%



  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 187
Default how can i get %. like 100+85+75+96=89.0%

Hi,

Try this:

=AVERAGE(100,85,75,96)/100

Change the to %

Regards,

Jaleel

"Trevor Shuttleworth" wrote:

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 wrote in message
...
I want the pecentage like 100+85+75+96=89.0%




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 07:47 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"