Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Functin to calculate arguments for a product? (12= 12*1, 4*3, 6*2.


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Functin to calculate arguments for a product? (12= 12*1, 4*3, 6*2.

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
product date stamp file save Robert Loxley Excel Discussion (Misc queries) 12 November 13th 06 02:48 PM
compile error Jared New Users to Excel 1 October 23rd 06 05:24 PM
How do I calculate cost of raw materials to final product? just desserts Excel Discussion (Misc queries) 2 January 28th 06 07:12 PM
How to Sum Up sales data by a product category from anther sheet mel_zhang Excel Worksheet Functions 0 December 21st 05 07:32 PM
Counting Rows/Columns for Copying Formulas SamDev Excel Discussion (Misc queries) 0 June 24th 05 04:13 AM


All times are GMT +1. The time now is 01:57 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"