View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David David is offline
external usenet poster
 
Posts: 153
Default excel function within a function

a1 2
a2 3
a3 =+A1*A2/A1
Maybe this is too simple or I don't understand the
question?




-----Original Message-----
I need to divide the product of a set of cells by the

data in one of the cells used to find product. For
example, the product of A1 and A2 divided by A1. Can
anyone help? Thanks.
.