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

While it is true that it will return AND and OR (*+) they are still
multiplying and adding


For instance


(A1:A10="x")*(B1:B10="y")

let's say A1, A3 and A10 have x in them and B3 and B10 have y

that will give you

({TRUE;FALSE;TRUE;FALSE;FALSE;FALSE;FALSE;FALSE;FA LSE;TRUE})*({FALSE;FALSE;TRUE;FALSE;FALSE;FALSE;FA LSE;FALSE;FALSE;TRUE})

and Boolean values when calculated will return 1 for TRUE and 0 for FALSE

so the above will return

{0;0;1;0;0;0;0;0;0;1}

when summed through either SUM or SUMPRODUCT it will return 2. So while one
can say it returns the answer that AND would give if it was applicable it
still does multiplication



--


Regards,


Peo Sjoblom

"Spiky" wrote in message
...
On Aug 1, 12:36 am, Shree wrote:
if((X)*(Y),A,B); what is the role of *.


Multiply is the obvious answer, but there is another way to put it in
complicated formulas, esp array formulas. It probably means the same
as AND in your formula. Assuming X is a calculation of some sort in
itself, same for Y.

* = AND
+ = OR



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 08:49 PM.

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"