Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 17
Default formula in Excel 2000 to work %'s

How do i get a percentage figure from a total i give using a formula and what
formula do i use in Excel 2000...I need help i cant figure the quik way to do
this basic math in excel...?????

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default formula in Excel 2000 to work %'s

If you want to know what percentage A1 is of A2, use =A1/A2 and format the
result as percentage.
--
David Biddulph

"Justina" wrote in message
...
How do i get a percentage figure from a total i give using a formula and
what
formula do i use in Excel 2000...I need help i cant figure the quik way to
do
this basic math in excel...?????



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 17
Default formula in Excel 2000 to work %'s

Thankyou for your reply...If i was trying to work out say 5% of 1 particular
column, what formula and how would i do that? Any help would be great

"David Biddulph" wrote:

If you want to know what percentage A1 is of A2, use =A1/A2 and format the
result as percentage.
--
David Biddulph

"Justina" wrote in message
...
How do i get a percentage figure from a total i give using a formula and
what
formula do i use in Excel 2000...I need help i cant figure the quik way to
do
this basic math in excel...?????




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 221
Default formula in Excel 2000 to work %'s

To calculate 5% of the sum of the cells in B column, and assuming you have a
heading in cell B1, then:
=Sum(B2:B65536)*.05
****************************
Hope it helps!
Anne Troy
www.OfficeArticles.com
****************************
"Justina" wrote in message
...
Thankyou for your reply...If i was trying to work out say 5% of 1
particular
column, what formula and how would i do that? Any help would be great

"David Biddulph" wrote:

If you want to know what percentage A1 is of A2, use =A1/A2 and format
the
result as percentage.
--
David Biddulph

"Justina" wrote in message
...
How do i get a percentage figure from a total i give using a formula
and
what
formula do i use in Excel 2000...I need help i cant figure the quik way
to
do
this basic math in excel...?????






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 17
Default formula in Excel 2000 to work %'s

I still dont understand!!! I am stuck

"Anne Troy" wrote:

To calculate 5% of the sum of the cells in B column, and assuming you have a
heading in cell B1, then:
=Sum(B2:B65536)*.05
****************************
Hope it helps!
Anne Troy
www.OfficeArticles.com
****************************
"Justina" wrote in message
...
Thankyou for your reply...If i was trying to work out say 5% of 1
particular
column, what formula and how would i do that? Any help would be great

"David Biddulph" wrote:

If you want to know what percentage A1 is of A2, use =A1/A2 and format
the
result as percentage.
--
David Biddulph

"Justina" wrote in message
...
How do i get a percentage figure from a total i give using a formula
and
what
formula do i use in Excel 2000...I need help i cant figure the quik way
to
do
this basic math in excel...?????









  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default formula in Excel 2000 to work %'s

If you want to calculate 5% of A1, the formula is =A1*5%.
To use Excel, you need to know what you want it to calculate for you.
You're probably going to need to learn some basic mathematics before you use
Excel.
--
David Biddulph

"Justina" wrote in message
...
I still dont understand!!! I am stuck

"Anne Troy" wrote:

To calculate 5% of the sum of the cells in B column, and assuming you
have a
heading in cell B1, then:
=Sum(B2:B65536)*.05


"Justina" wrote in message
...
Thankyou for your reply...If i was trying to work out say 5% of 1
particular
column, what formula and how would i do that? Any help would be great


"David Biddulph" wrote:

If you want to know what percentage A1 is of A2, use =A1/A2 and format
the
result as percentage.


"Justina" wrote in message
...
How do i get a percentage figure from a total i give using a formula
and
what
formula do i use in Excel 2000...I need help i cant figure the quik
way
to
do
this basic math in excel...?????



  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 17
Default formula in Excel 2000 to work %'s





























Thanks David for your help. I do have more than enough math skills, i just
wanted to be able to do it all on Excel and didnt understand how to use
formulas at all! I am getting there though...Once again, thankyou for your
help...Its quite easy once someone explains it, Cheers!!!

"David Biddulph" wrote:

If you want to calculate 5% of A1, the formula is =A1*5%.
To use Excel, you need to know what you want it to calculate for you.
You're probably going to need to learn some basic mathematics before you use
Excel.
--
David Biddulph

"Justina" wrote in message
...
I still dont understand!!! I am stuck

"Anne Troy" wrote:

To calculate 5% of the sum of the cells in B column, and assuming you
have a
heading in cell B1, then:
=Sum(B2:B65536)*.05


"Justina" wrote in message
...
Thankyou for your reply...If i was trying to work out say 5% of 1
particular
column, what formula and how would i do that? Any help would be great


"David Biddulph" wrote:

If you want to know what percentage A1 is of A2, use =A1/A2 and format
the
result as percentage.


"Justina" wrote in message
...
How do i get a percentage figure from a total i give using a formula
and
what
formula do i use in Excel 2000...I need help i cant figure the quik
way
to
do
this basic math in excel...?????




  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 221
Default formula in Excel 2000 to work %'s

Okay. I've re-read your original question. I'll try this answer instead:
If you want to find out what 5% of 2000 is in Excel, type this into any
cell:
=2000*5%
and hit enter.
If the answer is not 100, then hit Format--Cells, and make sure NUMBER is
selected in the left-hand side, and the number of decimals you want to
appear is chosen.
****************************
Hope it helps!
Anne Troy
www.OfficeArticles.com
****************************
"Justina" wrote in message
...




























Thanks David for your help. I do have more than enough math skills, i just
wanted to be able to do it all on Excel and didnt understand how to use
formulas at all! I am getting there though...Once again, thankyou for your
help...Its quite easy once someone explains it, Cheers!!!

"David Biddulph" wrote:

If you want to calculate 5% of A1, the formula is =A1*5%.
To use Excel, you need to know what you want it to calculate for you.
You're probably going to need to learn some basic mathematics before you
use
Excel.
--
David Biddulph

"Justina" wrote in message
...
I still dont understand!!! I am stuck

"Anne Troy" wrote:

To calculate 5% of the sum of the cells in B column, and assuming you
have a
heading in cell B1, then:
=Sum(B2:B65536)*.05


"Justina" wrote in message
...
Thankyou for your reply...If i was trying to work out say 5% of 1
particular
column, what formula and how would i do that? Any help would be
great


"David Biddulph" wrote:

If you want to know what percentage A1 is of A2, use =A1/A2 and
format
the
result as percentage.


"Justina" wrote in message
...
How do i get a percentage figure from a total i give using a
formula
and
what
formula do i use in Excel 2000...I need help i cant figure the
quik
way
to
do
this basic math in excel...?????






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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't get SUM function to work in Excel 2000 Ros M New Users to Excel 4 September 22nd 05 05:54 PM
I cannot save work I have entered in Micosoft Excel 2000- MaryK Excel Discussion (Misc queries) 1 September 20th 05 10:04 PM
How can I work in excel 2000 with the find window open? meads991 Excel Worksheet Functions 1 September 2nd 05 06:23 AM
How do i protect a work sheet in excel 2000 that will still enabl. Paul Excel Discussion (Misc queries) 2 April 13th 05 12:59 PM
'SAVE AS' WINDOW ICONS DONT WORK Excel 2000 SP3 Crustysquirrel Excel Discussion (Misc queries) 1 December 10th 04 10:30 PM


All times are GMT +1. The time now is 06:02 PM.

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

About Us

"It's about Microsoft Excel"