View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
VenusY VenusY is offline
external usenet poster
 
Posts: 3
Default Avoiding answer zero by multiply

Bernie,
Nope, this cant help me up.
the answer still showed zero instead of 6 (A1*A2).

"Bernie Deitrick" wrote:

Venus,

Array enter (enter using Ctrl-Shift-Enter)

=PRODUCT(IF(A1:A3<0,A1:A3))

HTH,
Bernie
MS Excel MVP


"VenusY" wrote in message
...
Hi,
Please help me to solve my problem:

A1*A2*A3=A4

If the number for
A1=2,
A2=3,
A3=0,
then A4 answer will be zero.
How can i calculate it out with above formulation (A1*A2*A3=A4) by not
giving me the answer zero?

Thanks!!