There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
access audio avg avg 8 bios boot browser bsod computer cpu crash css dell desktop driver dvd email error excel explorer firefox firefox 3 freeze gimp graphics hard drive hardware help please hijackthis hjt install internet internet explorer itunes javascript keyboard lan laptop malware monitor network networking openoffice outlook outlook 2003 outlook express password popups problem router seo slow sound sp3 spyware startup trojan usb video virtumonde virus vista vundo windows windows vista windows xp winxp wireless word youtube
Archive: Business Applications
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Software & Hardware > Business Applications > Archive: Business Applications >
{SOLVED} Excel: Incorrect Calculations?


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

 
Thread Tools
worrier's Avatar
Junior Member with 18 posts.
 
Join Date: Mar 2001
05-Apr-2001, 05:46 PM #1
I have been doing my business accounting in excel. I plug in my formula and sums are calculated for me. I keep an account summary for my client and I keep a separate summary for myself. In my summary, excel is giving me a false result. I have added the numbers by hand and compared it to the client summary and the result is off by 2 cents. This is driving me nuts because I have checked and rechecked my formula. I have even gone to the extreme of opening a new workbook and re-entering all my data and it is still off. I cannot figure it out because if excel wasn't functioning properly, why would my client summary be correct and not my personal summary?? I know it is only 2 cents but I need to figure this out!!

Thanks for any help!
ntlgnce's Avatar
Senior Member with 187 posts.
 
Join Date: Feb 2001
05-Apr-2001, 05:51 PM #2
This is just a simple problem. to error is human!! re check all your numbers to be shure you put them in right.
worrier's Avatar
Junior Member with 18 posts.
 
Join Date: Mar 2001
05-Apr-2001, 07:02 PM #3
Thanks for the suggestion ntlgnce, but I have put in every number correctly, I have put in the correct formula...I have triple checked. It isn't my error, it is excel. Here is an EXAMPLE of my problem.

A
1 $2.98
2 $3.25
3 $4.10
4 $6.33
5 $3.76
6 =sum(a1:a5)

The answer should be $20.42 but it is showing up as a couple cents less ($20.40) By the way, it is doing the same thing in other column values also.


Anyone else have any ideas??
ntlgnce's Avatar
Senior Member with 187 posts.
 
Join Date: Feb 2001
05-Apr-2001, 10:17 PM #4
To error is Ntlgnce... have you tried the format cells? there is a way to assign values to each cell perhaps it is in there (I don't know that much about it) but if you put it on like # you can change the options like 4.00 23.23.4 something there possably???
EAFiedler's Avatar
Moderator with 9,286 posts.
 
Join Date: Apr 2000
05-Apr-2001, 11:16 PM #5
Hi worrier

I would check the number formatting to make sure you are not carrying more than two decimal places.
Anne Troy's Avatar
Computer Specs
Administrator with 11,442 posts.
 
Join Date: Feb 1999
Location: Allentown, PA
Experience: Microsoft Word MVP
05-Apr-2001, 11:40 PM #6
Cool Look at all of the numbers, not the rounded ones.
$2.9760
$3.2460
$4.0960
$6.3250
$3.7611
$20.4041

If you type these numbers into Excel, and then format it all to 2 decimals, you'll get the same results you're getting right now.
worrier's Avatar
Junior Member with 18 posts.
 
Join Date: Mar 2001
06-Apr-2001, 07:57 AM #7
Thank you all!
I checked my formatting and it is set to 2 decimals before the amounts are put in.

Dreamboat - you made me think of something and perhaps if I had given you all more information you would have been able to figure this out.
The dollar amounts that I listed are actually a result of another formula. I have 4 columns with number values and 2 of them have formulas entered into them. For example, I have a column where I list the character count from my word document - that is a manual entry. In the next column I have a formula entered to calculate the number of lines, which I preformat to 1 decimal place. The next column is a manual entry of the per line charge. And the last column is the dollar amount - a formula entry. So here is what it looks like:

4441 =sum(a1/65) $.10 =sum(b1*c1)

And then at the bottom of the last column I have the formula that I mentioned before(=sum(d1:d?)). I was just thinking that maybe my problem could be in the second column. Do you think that my formula in the last column could be reading the unrounded number in the second column even though I have it formatted to just 1 decimal place? If that is my problem, how can I correct it aside from manually calculating and entering the line count?

I know this post was long winded...I hope I didn't confuse anyone!

By the way, in my client summary the line count is entered manually (result taken from my personal summary) and maybe that's why client summary is coming out correct?

Thank you!

[Edited by worrier on 04-06-2001 at 08:04 AM]
Anne Troy's Avatar
Computer Specs
Administrator with 11,442 posts.
 
Join Date: Feb 1999
Location: Allentown, PA
Experience: Microsoft Word MVP
06-Apr-2001, 10:18 AM #8
Worrier:

Format does not mean diddly. It's calculating the number that you see when you've got a gazillion decimal points...

Format does not mean diddly. I can put 4/6/2001 in a cell and format it to show just 4/6. Then, when I take 4/7/2001 and put it into another cell and subtract 4/6, I get 1 (day). I can change the original 4/6/2001 by going up into the formula bar on that cell and change it to 4/6/2000. Now it is still showing 4/6 in the formula bar, but my number will have changed from 1 to something like 366 (days).

Hope this makes sense for you. Format is just a DISPLAY, not a value. Same in Access too.
__________________
Microsoft Word MVP
www.OfficeArticles.com
worrier's Avatar
Junior Member with 18 posts.
 
Join Date: Mar 2001
06-Apr-2001, 10:48 AM #9
I understand what you are saying. I guess the only way I can resolve this is to calculate the line count (second column) manually and enter it in as a set number so further functions have the correct result? I wish there were another way to do this....

Thanks for setting me straight!

-worrier
Anne Troy's Avatar
Computer Specs
Administrator with 11,442 posts.
 
Join Date: Feb 1999
Location: Allentown, PA
Experience: Microsoft Word MVP
06-Apr-2001, 10:54 AM #10
Nope. Sorry. Wasn't thinking.

Add the bolded parts to your current formulas:

=ROUND(SUM(A1:A10),2)

=ROUND(B5*B9,2)

and this will round the VALUE (not the display!) to two decimals.
worrier's Avatar
Junior Member with 18 posts.
 
Join Date: Mar 2001
06-Apr-2001, 11:54 AM #11
Talking Thank you Dreamboat!!
Your suggestion worked!!! Wow, you learn something new every day...thank you

In the second column: =round(sum(a1/65),1)
In the fourth column: =round(sum(b1*c1),2)

[Edited by worrier on 04-06-2001 at 11:56 AM]
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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

You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 10:02 PM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.