Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
What does the "--" operator mean in the above worksheet equation? Thanks. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Google for "double unary minus".
-- David Biddulph "Ray" wrote in message ... Hi, What does the "--" operator mean in the above worksheet equation? Thanks. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMPRODUCT(--(TRIM(A1:A10)<""))
This portion will return an array of TRUE or FALSE: TRIM(A1:A10)<"") The double unary "--" coerces these logical values to numeric values which SUMPRODUCT can then add up to arrive at the result. --TRUE gets coerced to 1 --FALSE gets coerced to 0 Try entering these formulas and see what happens: =--TRUE =--FALSE Enter the number 10 in cell A1 then try this formula: =--(A1=10) -- Biff Microsoft Excel MVP "Ray" wrote in message ... Hi, What does the "--" operator mean in the above worksheet equation? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
Insert "-" in text "1234567890" to have a output like this"123-456-7890" | Excel Discussion (Misc queries) |