#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default IF

I have used the ifIF example from the Excel helpfor multiple if function. I
do have an error but I don't know what it is.
=IF(A289,"A",IF(A279,"B", IF(A269,"C",IF(A259,"D","F")))). The error is
locate at the 89,"A",IF.
Is there somebody who have an ideaa


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default IF

It works fine for me.

If you don't use comma as a list separator - you use semi colon, then it
would be:

=IF(A289;"A";IF(A279;"B"; IF(A269;"C";IF(A259;"D";"F"))))


If you don't have an english language version of excel then the IF should
probably be something else.

--
regards,
Tom Ogilvy

"François" wrote in message
...
I have used the ifIF example from the Excel helpfor multiple if function.

I
do have an error but I don't know what it is.
=IF(A289,"A",IF(A279,"B", IF(A269,"C",IF(A259,"D","F")))). The error

is
locate at the 89,"A",IF.
Is there somebody who have an ideaa




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



All times are GMT +1. The time now is 07:00 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"