View Single Post
  #21   Report Post  
Posted to microsoft.public.excel.worksheet.functions,microsoft.public.excel.newusers,microsoft.public.excel
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default One of lifes little mystery?

The chimp would just use =A1="Bob".

using =IF(A1="Bob") to return a TRUE/FALSE result makes as much sense as

=+SUM(A1)
versus
=A1


"JethroUK©" wrote:


"PBalmanno" wrote in message
news:vUUWg.1235$BC6.242@fed1read01...

| It isn't flawed............ All the examples use a bolean 0
| or 1 - False or True wether the function is designed to consider False
| instead of True or vice versa is irrelevant...... indicate the
predominance of a False outcome........needing a definition for
|.....True condition......we certainly don't need two functions ......a
function ....designed with the predominance of a True |outcome........then
use a work around
|
|

If you say so - but just for the very deep bowels of google groups

=IF(A1="Bob")

has an obvious boolean answer that a well trained chimp could figure

there is no logical reason to 'design' the false argument as 'optional' and
not the true one

whilst several people have attempted to defend the design - none of them
stand up to scrutiny & i do consider it's no mare than just that 'a defence'

Microsoft are not about to change it's parameters (fix it properly) because
it would/could lead to backward compatability problems

neither of these things can change the fact that the function is
fundimentally flawed