Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default Divide a range by a corresponding range

Similar to sumproduct, I would like to divide each data in entry column by
the standard weight per unit in corresponding column, to return a value
representing total units produced.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Divide a range by a corresponding range

still use SUMPRODUCT():

=SUMPRODUCT(A1:A20,1/(B1:B20))

--
Gary''s Student - gsnu200803
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default Divide a range by a corresponding range

Perfect ! Thank You VERY much for your assistance !!


"Gary''s Student" wrote:

still use SUMPRODUCT():

=SUMPRODUCT(A1:A20,1/(B1:B20))

--
Gary''s Student - gsnu200803

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Divide a range by a corresponding range

You are quite welcome.


--
Gary''s Student - gsnu200803


"cindyk" wrote:

Perfect ! Thank You VERY much for your assistance !!


"Gary''s Student" wrote:

still use SUMPRODUCT():

=SUMPRODUCT(A1:A20,1/(B1:B20))

--
Gary''s Student - gsnu200803

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
Divide a range of cells by a number Kate Excel Discussion (Misc queries) 3 May 3rd 08 06:36 PM
Excel Addin:Setting the range to the Excel.Range object range prop Rp007 Excel Worksheet Functions 5 November 24th 06 04:30 PM
divide all numbers in range by a fixed number dhig3903 Excel Discussion (Misc queries) 2 August 9th 06 08:04 AM
Selecting range in list of range names depending on a cell informa Courreges Excel Discussion (Misc queries) 2 June 19th 06 10:59 AM
How to count dates within a certain range in a column with mutiple date range entries Krisjhn Excel Worksheet Functions 2 September 1st 05 01:59 PM


All times are GMT +1. The time now is 12:45 PM.

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"