Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default calculations in MS excel

I think my first post failed; so i'm re-posting...sorry for cross posings...

Im working on a spreadsheet where I want Column E to be 1/5th of the dollar
value in Column D. So far Ive had to enter =MOD(Dx,5) for each D cell (ie
x) value. This works for some of the values, yet others auto-calculate
wrong. I.e. when I typed in $15.31 in cell D17, it showed $0.31 in E17; and
$25.00 auto-calculated as $-. Yet it seems to work correctly for 12.41 and
12.50 values. The cells have been formatted to currency. Can anybody tell
me what Im doing wrong and how to correct this problem? Is there a way to
format the entire column to reflect 1/5 of the previous columns value so I
dont have to retype the formula in every column E cell?

A BIG thanks to anyone who can help!

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,073
Default calculations in MS excel

Hi MiniReefKeeper,

You are using the wrong formula.

MOD(15.31,5) = 0.31 is correct for that formula. The MOD formula gives
the REMAINDER after 15.31 is divided by 5. 15.31/5 = 3 remainder 0.31

To get one fifth of each column D value into the corresponding column E
cell..

1. Type this into E2....

=D2/5

2. Now, when you move the cursor (fat cross) so that it is positioned
directly over cell E2's bottom right-hand corner you should see it turn
into a skinny cross. When you see the cursor change double-click and
you should see the formula automatically fill column E with the correct
formula down to the row with the last column D value.

Ken Johnson

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,203
Default calculations in MS excel

His earlier post seems to have shown up with title of "MS excel incorrect
autocalc?" and has a couple of other replies in it also.

"Ken Johnson" wrote:

Hi MiniReefKeeper,

You are using the wrong formula.

MOD(15.31,5) = 0.31 is correct for that formula. The MOD formula gives
the REMAINDER after 15.31 is divided by 5. 15.31/5 = 3 remainder 0.31

To get one fifth of each column D value into the corresponding column E
cell..

1. Type this into E2....

=D2/5

2. Now, when you move the cursor (fat cross) so that it is positioned
directly over cell E2's bottom right-hand corner you should see it turn
into a skinny cross. When you see the cursor change double-click and
you should see the formula automatically fill column E with the correct
formula down to the row with the last column D value.

Ken Johnson


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default calculations in MS excel

Thanks Ken! You just made my life alot easier! Cheers.

"Ken Johnson" wrote:

Hi MiniReefKeeper,

You are using the wrong formula.

MOD(15.31,5) = 0.31 is correct for that formula. The MOD formula gives
the REMAINDER after 15.31 is divided by 5. 15.31/5 = 3 remainder 0.31

To get one fifth of each column D value into the corresponding column E
cell..

1. Type this into E2....

=D2/5

2. Now, when you move the cursor (fat cross) so that it is positioned
directly over cell E2's bottom right-hand corner you should see it turn
into a skinny cross. When you see the cursor change double-click and
you should see the formula automatically fill column E with the correct
formula down to the row with the last column D value.

Ken Johnson


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,073
Default calculations in MS excel


Hi MiniReefKeeper,

You're welcome, thanks for the feedback.

Ken Johnson



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
Margin of error calculations in excel [email protected] Excel Discussion (Misc queries) 0 June 7th 06 11:03 PM
how do I interupt excel 2003 calculations? pulvog Excel Discussion (Misc queries) 5 October 27th 05 06:03 PM
Value Errors with EXCEL XP not showing up in EXCEL 2000 goodguy Links and Linking in Excel 0 July 19th 05 02:38 PM
time interval calculations in excel Krishna Excel Discussion (Misc queries) 6 April 8th 05 02:57 PM
Difference in number of Excel NewsGroups Hari Prasadh Excel Discussion (Misc queries) 1 January 25th 05 11:32 AM


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