Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If I have a cell with a sum value, say 100, can I get a second cell to show a
value up to but not to exceed 50 based on the first cell? Can I then get a third cell to show the remainder of anything over the 50 but less than say 125, based on the value of the first cell? e.g I have 100 wigets. the first 50 widgets cost $X; 51-125 widgets cost $Y; over 125 widgets cost $Z Thanks for any help |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
A B C D
1 100 50 50 0 2 225 50 75 100 3 45 45 0 0 For B1 Use =MIN(A1,50) for C1 Use =MIN (A1-B1,75) for D1 use =A1-(B1+C1) -- If this helps, please remember to click yes. "WaterSmith" wrote: If I have a cell with a sum value, say 100, can I get a second cell to show a value up to but not to exceed 50 based on the first cell? Can I then get a third cell to show the remainder of anything over the 50 but less than say 125, based on the value of the first cell? e.g I have 100 wigets. the first 50 widgets cost $X; 51-125 widgets cost $Y; over 125 widgets cost $Z Thanks for any help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Code to copy the formulae of one cell to all the cell in the rangewith the specific cell and columnnumber changing Options | Excel Discussion (Misc queries) | |||
Code to copy the formulae of one cell to all the cell in the rangewith the specific cell and columnnumber changing | Excel Discussion (Misc queries) | |||
Populate a cell if values in cell 1 and cell 2 match cell 3 and 4 | Excel Worksheet Functions | |||
How to create/run "cell A equals Cell B put Cell C info in Cell D | Excel Discussion (Misc queries) | |||
Formula with mulitple condtions | Excel Worksheet Functions |