Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
want to find the number of standard length pieces (47" or 59") from a given
nember in a cell ( example 149 1/2 = 2 @59" and 1 @ 31 1/2") and the length of the non-standard length piece. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
B1: 59 C1: 47 D1: NonStandard A2: 149.5 B2: =INT(A2/59) C2: =INT(MOD(A2,59)/47) D2: =MOD(MOD(A2,59),47) Those formulas return: B2: 2 C2: 0 D2: 31.5 Does that help? *********** Regards, Ron XL2002, WinXP-Pro "sseguine" wrote: want to find the number of standard length pieces (47" or 59") from a given nember in a cell ( example 149 1/2 = 2 @59" and 1 @ 31 1/2") and the length of the non-standard length piece. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Regression - Standard Error X Variable 1 | Excel Worksheet Functions | |||
feel that the STANDARD DEVIATION formula on Excel is incorrect !! | Excel Worksheet Functions | |||
How to calculate 2 standard deviation? | Excel Worksheet Functions | |||
paste sequences of different lengths | Excel Worksheet Functions | |||
Standard Error | Excel Worksheet Functions |