#1   Report Post  
Ton@Home
 
Posts: n/a
Default If


What i do here wrong, its not working.


=IF(C7<=9;(10-C7)*47/100*1000;"Nothing";IF(C7=11;"HELP"))


=IF(C7<=9;(10-C7)*47/100*1000;"Nothing") <-- this is working.


Help

Ton


--
Ton@Home
------------------------------------------------------------------------
Ton@Home's Profile: http://www.msusenet.com/member.php?userid=5033
View this thread: http://www.msusenet.com/t-1871048095

  #2   Report Post  
Gilles Desjardins
 
Posts: n/a
Default

If you are using French Excel you use ; if you use English Excel use , (coma
to separate the arguments).
The following formula works for me in English

=IF(C11<=9,(10-C11)*47/100*1000,IF(C11=11,"help","nothing"))


Gilles

"Ton@Home" wrote in message
...

What i do here wrong, its not working.


=IF(C7<=9;(10-C7)*47/100*1000;"Nothing";IF(C7=11;"HELP"))


=IF(C7<=9;(10-C7)*47/100*1000;"Nothing") <-- this is working.


Help

Ton


--
Ton@Home
------------------------------------------------------------------------
Ton@Home's Profile: http://www.msusenet.com/member.php?userid=5033
View this thread: http://www.msusenet.com/t-1871048095



  #3   Report Post  
KL
 
Posts: n/a
Default

How about:

=IF(C7=11;"HELP";IF(C7<=9;(10-C7)*47/100*1000;"Nothing"))

Regards,
KL


"Ton@Home" wrote in message
...

What i do here wrong, its not working.


=IF(C7<=9;(10-C7)*47/100*1000;"Nothing";IF(C7=11;"HELP"))


=IF(C7<=9;(10-C7)*47/100*1000;"Nothing") <-- this is working.


Help

Ton


--
Ton@Home
------------------------------------------------------------------------
Ton@Home's Profile: http://www.msusenet.com/member.php?userid=5033
View this thread: http://www.msusenet.com/t-1871048095



  #4   Report Post  
Sandy Mann
 
Posts: n/a
Default

Ton,

By having a FALSE return (ie the "Nothing"), for the first IF statement that
makes that IF complete. Assuming that you want the calculation for 9 or
under, "Nothing" for 10 and "Help" for 11 or more then try:

=IF(C7<=9;(10-C7)*47/100*1000;IF(C7=11;"HELP";"Nothing"))

--
HTH

Sandy

Replace@mailinator with @tiscali.co.uk


"Ton@Home" wrote in message
...

What i do here wrong, its not working.


=IF(C7<=9;(10-C7)*47/100*1000;"Nothing";IF(C7=11;"HELP"))


=IF(C7<=9;(10-C7)*47/100*1000;"Nothing") <-- this is working.


Help

Ton


--
Ton@Home
------------------------------------------------------------------------
Ton@Home's Profile:
http://www.msusenet.com/member.php?userid=5033
View this thread: http://www.msusenet.com/t-1871048095



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 04:01 AM.

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"