View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Arvi Laanemets Arvi Laanemets is offline
external usenet poster
 
Posts: 510
Default what is the role of *.

Hi

* is multiply operator.

The formula says, that when X*X<0, then A, otherwise B


--
Arvi Laanemets
( My real mail address: arvi.laanemets<attarkon.ee )


"Shree" wrote in message
...
if((X)*(Y),A,B); what is the role of *.