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

simple spreadsheet which allocates numbers of duties depending upon number of
employees, allocations always need rounding up or down. I can do this but
need to put remainder ( i.e between -0.49 and +0.49 into a new cell in order
to carry forward to the next round of alocations) any ideas?
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 258
Default excel spreadsheet

alsmith --
I'm not sure what you're trying to accomplish, but howze about:

A B C
1 # =round(A1,0) =B1-A1

or you might want to make C1 = -(B1-A1) so that rounding up shows a negative
availability.

HTH

"alsmith" wrote:

simple spreadsheet which allocates numbers of duties depending upon number of
employees, allocations always need rounding up or down. I can do this but
need to put remainder ( i.e between -0.49 and +0.49 into a new cell in order
to carry forward to the next round of alocations) any ideas?

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,345
Default excel spreadsheet

Like pdberger I'm not sure what it is that you want but assuming that you
have a number divided between a number of people as evenly as possible then
to divide 100 between 7 people:

Put 100 in A14 then in A15 the formula:

=ROUND(A14/(7-(COLUMN(A15)-COLUMN())),0)

cell B15 the formula:

=ROUND(($A$14-SUM($A$15:A15))/(7-(COLUMN()-COLUMN($A$15))),0)

then drag it along to G15

The result should be:

14, 14.14, 15, 14, 15, 14


--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"alsmith" wrote in message
...
simple spreadsheet which allocates numbers of duties depending upon number
of
employees, allocations always need rounding up or down. I can do this but
need to put remainder ( i.e between -0.49 and +0.49 into a new cell in
order
to carry forward to the next round of alocations) any ideas?



  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default excel spreadsheet

Hi sandy/pdberger,

I want to put the answer to a calculation into a cell, this figure will be
between 0 and 20 and will be similar to (i.e.) 14.45. I want the cell to
display 14 (rounded down) and display +0.45 in the cell next to it. Another
example is if the figure is 14.55, I want the cell to display 15 ( rounded up
) and the next cell to display minus 0.45 I allocate duties to areas and
need to be accurate with carry overs



"Sandy Mann" wrote:

Like pdberger I'm not sure what it is that you want but assuming that you
have a number divided between a number of people as evenly as possible then
to divide 100 between 7 people:

Put 100 in A14 then in A15 the formula:

=ROUND(A14/(7-(COLUMN(A15)-COLUMN())),0)

cell B15 the formula:

=ROUND(($A$14-SUM($A$15:A15))/(7-(COLUMN()-COLUMN($A$15))),0)

then drag it along to G15

The result should be:

14, 14.14, 15, 14, 15, 14


--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"alsmith" wrote in message
...
simple spreadsheet which allocates numbers of duties depending upon number
of
employees, allocations always need rounding up or down. I can do this but
need to put remainder ( i.e between -0.49 and +0.49 into a new cell in
order
to carry forward to the next round of alocations) any ideas?




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
Import excel spreadsheet into an excel spreadsheet kfletchb Excel Worksheet Functions 2 August 4th 06 12:49 AM
In Excel I want to copy text from spreadsheet to spreadsheet Kris Excel Worksheet Functions 3 June 9th 06 07:58 PM
convert ms works spreadsheet to excel spreadsheet on pda d Excel Discussion (Misc queries) 0 February 20th 06 10:40 AM
conversion of MS Works Spreadsheet to Excel 2002 Spreadsheet Kellie Excel Discussion (Misc queries) 1 March 24th 05 06:31 PM
Is there a way to insert a formula, password or macro in an excel spreadsheet that will automatically delete the spreadsheet? oil_driller Excel Discussion (Misc queries) 1 February 8th 05 09:34 AM


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