View Single Post
  #9   Report Post  
Posted to microsoft.public.excel.newusers
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default Problem with adding "+1" to one cell while another cell decreased by "1"?

The MAX function just returns the largest value from the list (in this
case of two numbers - either 0 or 6-A1). Run through some possible
values of A1 - if A1 is 3 then 6-A1 is also 3, and as this is larger
than 0 this is what will be returned. If A1 is 7, then 6-A1 is -1
which is less than 0, so 0 will be returned in this case. Does it make
more sense now?

Hope this helps.

Pete

On Jul 27, 8:20 pm, "Michael Slater" wrote:
This may sound like a sophmoroic question, but I have couple of books on
Excel 2007. Microsoft's "Excel 2007, Inside Out", and John Walkenbach's
"Excel 2007 Formulas".

After reading and applying the "MAX" function that was posted here (Thank
you again!), I started looking up this function in both of theses books
(which I did reference, in vain, in the first place), and, maybe it's me
(and I'm sure it is), but from the description in these books, I still have
NO IDEA how this function applys in this instance.

Can anyone recommend some reference source that spells these things out so
that a newb like myself might understand it?

Thanks Again,

Mike

"Michael Slater" wrote in message

...



I have a column that shows employees working on a given day. The bottom
cell of that column "total"s the number of employees working.


I would like to have the cell below the "total" cell, which would be
"overtime shifts available", increase by "1" for each decrease in the
"total" cell, above, when it goes below "6".


So, if the "Total" cell is "5", the "Overtime" cell is "1".
If the "Total" cell is "4", the "Overtime" cell is "2", etc...


Using an "IF" formula, I've gotten it to indicate "1" when the "Total"
cell is "5", but I'm lost after that.


Any help appreciated.


Mike- Hide quoted text -


- Show quoted text -