#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 62
Default Help about If

Hi all,
Could anybody help me to complete the last part of the following code (the
one written as capital):

=IF(OR(E:E="PETER",E:E="Ramzy",E:E="Michael",E:E=" Mona",E:E="Marianne")*AND(N:N<"Ok"),NOW(),NO CHANGE IN THE VALUE)

I need some help to do the following:
=IF(B:B<NULL VALUE,"Ok",NULL VALUE)
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 347
Default Help about If

Hi,

Try:

=IF(AND(N1="OK",OR(E1="PETER",E1="Ramzy",E1="Micha el",E1="Mona",E1=
"Marianne")),NOW(),0)

=IF(B1<0,"OK",0)
or
=IF(B1<"","OK","")

HTH
Jean-Guy

"Pietro" wrote:

Hi all,
Could anybody help me to complete the last part of the following code (the
one written as capital):

=IF(OR(E:E="PETER",E:E="Ramzy",E:E="Michael",E:E=" Mona",E:E="Marianne")*AND(N:N<"Ok"),NOW(),NO CHANGE IN THE VALUE)

I need some help to do the following:
=IF(B:B<NULL VALUE,"Ok",NULL VALUE)

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 11:47 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"