Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Here's something you can play with:
A1 = 12 Enter this formula in B1 as an array using the key combination of CTRL,SHIFT,ENTER (not just ENTER): =SMALL(IF(MOD(A$1,ROW(INDIRECT("1:"&A$1)))=0,ROW(I NDIRECT("1:"&A$1))),ROWS($1:1)) Enter this formula in C1: =A$1/B1 Select both B1 and C1 copy down until you get #NUM! errors. Based on A1 = 12, the output will look like this: ..............B..............C 1...........1..............12 2...........2...............6 3...........3...............4 4...........4...............3 5...........6...............2 6..........12..............1 7......#NUM!.....#NUM! Biff "Excel Novice" wrote in message ... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
product date stamp file save | Excel Discussion (Misc queries) | |||
compile error | New Users to Excel | |||
How do I calculate cost of raw materials to final product? | Excel Discussion (Misc queries) | |||
How to Sum Up sales data by a product category from anther sheet | Excel Worksheet Functions | |||
Counting Rows/Columns for Copying Formulas | Excel Discussion (Misc queries) |