Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
gerberdude
 
Posts: n/a
Default Rolling over a Remainder


Hello all,

I am not sure which function to use to complete this worksheet.
Basically, it needs to do the following:

For example, cell A1 has the following formula:
=P6*0.01

In this particular case, the formula returns the result as .65

As you can see, the result of this equation is a number that is
sometimes less than 1, or if 1 or greater, has a remainder.

I need to tweak this formula so that if the total is less than 1, (or
the remainder of any whole number) that number is rolled over to the
next cell in the column (A2) and added to the total of A2.

In A2, the equation should repeat itself, but should have the .65 (or
other remainder) added to it.

In other words, I only want to see a result displayed if the result is
a whole number, and the remainders are continually rolled over to the
next cell. Rounding is only an option to the hundredths.

Thanks for your help!

Gerberdude


--
gerberdude
------------------------------------------------------------------------
gerberdude's Profile: http://www.excelforum.com/member.php...o&userid=30754
View this thread: http://www.excelforum.com/showthread...hreadid=504216

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
daddylonglegs
 
Posts: n/a
Default Rolling over a Remainder


Not sure I completely follow but these formula will give you the whole
number and remainder separately

=TRUNC(P6*0.01)
=P6*0.01-TRUNC(P6*0.01)


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=504216

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
gerberdude
 
Posts: n/a
Default Rolling over a Remainder


Thanks, that TRUNC really helps, I think that I can nest that inside
another formula to give me the result that i want.

Gerberdude


--
gerberdude
------------------------------------------------------------------------
gerberdude's Profile: http://www.excelforum.com/member.php...o&userid=30754
View this thread: http://www.excelforum.com/showthread...hreadid=504216

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
calculate using rolling calendar Martha Excel Worksheet Functions 1 October 10th 05 09:35 PM
Rolling sums ChuckW Excel Discussion (Misc queries) 1 September 7th 05 09:52 PM
rolling time period JJC Excel Worksheet Functions 4 June 9th 05 09:39 PM
rolling year in excel JJC Excel Worksheet Functions 1 June 8th 05 12:36 AM
Z Chart i.e. top rolling annual bottom rolling monthly middle cum. wat prin Excel Worksheet Functions 0 January 28th 05 03:43 PM


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