Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need a way to be able to take a number say 30 as a base so that any number
30 or less is put in a cell but if it is larger than 30 then 30 is put into that cell and everything over is put into another cell |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
A1 = some number B1: =(A1<"")*MIN(A1,30) C1: =MAX(0,A1-30) Biff "James Krepel" <James wrote in message ... I need a way to be able to take a number say 30 as a base so that any number 30 or less is put in a cell but if it is larger than 30 then 30 is put into that cell and everything over is put into another cell |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Add number into one cell to remove from another cell. | Excel Discussion (Misc queries) | |||
Name & Number in one cell. | Excel Worksheet Functions | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
I want the greater number of 2 cells to show in a separate cell | Excel Discussion (Misc queries) | |||
Copy cell format to cell on another worksht and update automatical | Excel Worksheet Functions |