#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 244
Default If with and

I want to write a simple formula. In column A and B I have values. In column
C I write my formula. I want to check if A and B anre not zero and if they
are both not zero I want to take A minus B. Now I tried writing it like this:

=IF((A22<0 & B22<0);A22-B22;"-")

It does not work. It taks A-B regardless of their values. Please help me
with this forumla!c Thanks alot!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,047
Default If with and

Hi Arne,

=if(and(a1<0,b1<0),(a1-b1),0)

hth
regards from Brazil
Marcelo

"Arne Hegefors" escreveu:

I want to write a simple formula. In column A and B I have values. In column
C I write my formula. I want to check if A and B anre not zero and if they
are both not zero I want to take A minus B. Now I tried writing it like this:

=IF((A22<0 & B22<0);A22-B22;"-")

It does not work. It taks A-B regardless of their values. Please help me
with this forumla!c Thanks alot!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 492
Default If with and

=IF(AND(A22<0,B22<0),A22-B22,"-")
Regards,
Alan.
"Arne Hegefors" wrote in message
...
I want to write a simple formula. In column A and B I have values. In
column
C I write my formula. I want to check if A and B anre not zero and if they
are both not zero I want to take A minus B. Now I tried writing it like
this:

=IF((A22<0 & B22<0);A22-B22;"-")

It does not work. It taks A-B regardless of their values. Please help me
with this forumla!c Thanks alot!



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 292
Default If with and

Hi
=IF(AND(A22<0,B22<0);A22-B22;"-")
or
=IF((A22*B22)<0;A22-B22;"-")

HTH. Best wishes Harald

"Arne Hegefors" skrev i melding
...
I want to write a simple formula. In column A and B I have values. In
column
C I write my formula. I want to check if A and B anre not zero and if they
are both not zero I want to take A minus B. Now I tried writing it like
this:

=IF((A22<0 & B22<0);A22-B22;"-")

It does not work. It taks A-B regardless of their values. Please help me
with this forumla!c Thanks alot!



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:32 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"