Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11
Default Using Percent

I am setting up payroll, in the first cell is gross wages, the next cell
calculates gross wages by 6.2%. =product(K5,6.2%)Each pay period is a row,
so at the end of the month I have the totals for each column, however, when
the column adds the numbers in the cells that calculated the gross wages by
6.2% it is off by a penny. Not all the time is it off, just here and there.
I have tried using .062 instead of the percent sign and no luck there.
Thanks for any help!!
--
Traci
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,058
Default Using Percent

=ROUND(PRODUCT(K5,6.2%),2)
--
Gary''s Student - gsnu200774


"Traci" wrote:

I am setting up payroll, in the first cell is gross wages, the next cell
calculates gross wages by 6.2%. =product(K5,6.2%)Each pay period is a row,
so at the end of the month I have the totals for each column, however, when
the column adds the numbers in the cells that calculated the gross wages by
6.2% it is off by a penny. Not all the time is it off, just here and there.
I have tried using .062 instead of the percent sign and no luck there.
Thanks for any help!!
--
Traci

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 9
Default Using Percent

If you are an accountant you will not want to use the ROUND function any
longer in Excel 2007. The reason is that the round function does not
properly apply the 4/5 rounding convention for financial calculations.

if you try to trick it by using additional digits such as =round(a1,3)
instead of 2, your %'s or totals will not equal 100%.

This is very aggravating, and there is no way to consistently and accurately
round to the 4/5 convention.

Do not use the Round function if you are calculating financial results with
large numbers, your results will contain errors.






"Gary''s Student" wrote:

=ROUND(PRODUCT(K5,6.2%),2)
--
Gary''s Student - gsnu200774


"Traci" wrote:

I am setting up payroll, in the first cell is gross wages, the next cell
calculates gross wages by 6.2%. =product(K5,6.2%)Each pay period is a row,
so at the end of the month I have the totals for each column, however, when
the column adds the numbers in the cells that calculated the gross wages by
6.2% it is off by a penny. Not all the time is it off, just here and there.
I have tried using .062 instead of the percent sign and no luck there.
Thanks for any help!!
--
Traci

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
Percent Octet32 New Users to Excel 4 December 12th 06 01:35 PM
Percent of smiths4 Excel Discussion (Misc queries) 3 September 22nd 06 04:22 PM
Percent Complete? bassec Excel Discussion (Misc queries) 3 March 28th 06 03:31 AM
Formatting a number to look like a Percent without a percent sign David Iacoponi Excel Discussion (Misc queries) 2 September 15th 05 06:35 PM
Percent increase buzy lizzy Excel Discussion (Misc queries) 2 September 14th 05 07:38 PM


All times are GMT +1. The time now is 01:07 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"