Thread
:
Divide a range by a corresponding range
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student
external usenet poster
Posts: 11,058
Divide a range by a corresponding range
still use SUMPRODUCT():
=SUMPRODUCT(A1:A20,1/(B1:B20))
--
Gary''s Student - gsnu200803
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student