Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default what is the role of *.

if((X)*(Y),A,B); what is the role of *.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,059
Default what is the role of *.

On Jul 31, 10:36*pm, Shree wrote:
if((X)*(Y),A,B); what is the role of *.


Multiply. You can find an explanation of Excel operators by looking
at the Help page for "About calculation operators". If you truly do
not understand what "*" means in this context, you would benefit from
a book on the basics of Excel.

However, I wonder if your real question is: how can X*Y result in
true or false?

The answer is: if(X*Y,...) is shorthand for if(X*Y < 0,...). Zero
is considered FALSE, and nonzero is considered TRUE.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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 *.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 510
Default what is the role of *.

Sorry about typo!

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


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
ROLE OF XML IN EXCEL 2007? FARAZ QURESHI Excel Discussion (Misc queries) 0 July 4th 08 07:03 AM
I want to populate the role of the person,when i select the name Simi Excel Worksheet Functions 1 January 31st 07 08:21 AM
Team Role Rotation (number of team members is variable) Scott Wagner Excel Worksheet Functions 3 November 17th 06 11:25 PM
how can i make grafs for role call? people Excel Discussion (Misc queries) 0 October 9th 05 03:34 AM
How to make excell automatically select every other role for shadi How to select every other role? Excel Worksheet Functions 1 May 11th 05 08:04 PM


All times are GMT +1. The time now is 11:51 AM.

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"