Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello, i have found a possible bug in the spanish help of the function if in
Office 2003 Professional. In the bottom of the help page the example have this: =SI(A289,"A",SI(A279;"B";SI(A269;"C";SI(A259;" D";"F")))) Asigna una puntuación de una letra al primer resultado (F) =SI(A389;"A";SI(A379;"B";SI(A369;"C";SI(A359;" D";"F")))) Asigna una puntuación de una letra al segundo resultado (A) =SI(A489;"A";SI(A479;"B";SI(A469;"C";SI(A459;" D";"F")))) Asigna una puntuación de una letra al tercer resultado (C) The first example don´t work in my excel page, but with the next command it work well: =SI(C9=1;"D1";SI(C9=2;"D2";SI(C9=3;"D3";SI(C9=4;"D 4";"F")))) See that de difference it´s all elements with ";" not with "," as occurs with the 2 others examples, ¿why this difference? See also: "Función si" |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
They should be separated by ";". I suspect it is a typo.
-- Regards, Tom Ogilvy "Karos" wrote: Hello, i have found a possible bug in the spanish help of the function if in Office 2003 Professional. In the bottom of the help page the example have this: =SI(A289,"A",SI(A279;"B";SI(A269;"C";SI(A259;" D";"F")))) Asigna una puntuación de una letra al primer resultado (F) =SI(A389;"A";SI(A379;"B";SI(A369;"C";SI(A359;" D";"F")))) Asigna una puntuación de una letra al segundo resultado (A) =SI(A489;"A";SI(A479;"B";SI(A469;"C";SI(A459;" D";"F")))) Asigna una puntuación de una letra al tercer resultado (C) The first example don´t work in my excel page, but with the next command it work well: =SI(C9=1;"D1";SI(C9=2;"D2";SI(C9=3;"D3";SI(C9=4;"D 4";"F")))) See that de difference it´s all elements with ";" not with "," as occurs with the 2 others examples, ¿why this difference? See also: "Función si" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy of excel file not showing formulal/function in the function b | Excel Discussion (Misc queries) | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Excel - User Defined Function Error: This function takes no argume | Excel Programming | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions | |||
Adding a custom function to the default excel function list | Excel Programming |