#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Please help

I am trying to write an argument that states if aq3=bi3 and f3=bm3. if
true return a 1 if false return a 0. Everytime i try to write it i get
an error, cell aq3 has a formula in it but i dont think it would cause
this problem.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Please help

=IF(AND(AQ3=BI3,F3=BM3),1,0)

" wrote:

I am trying to write an argument that states if aq3=bi3 and f3=bm3. if
true return a 1 if false return a 0. Everytime i try to write it i get
an error, cell aq3 has a formula in it but i dont think it would cause
this problem.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Please help

=AND(AQ3=BI3,F3=BM3)*1


" wrote:

I am trying to write an argument that states if aq3=bi3 and f3=bm3. if
true return a 1 if false return a 0. Everytime i try to write it i get
an error, cell aq3 has a formula in it but i dont think it would cause
this problem.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Please help

On Feb 24, 2:51?am, Toppers wrote:
=IF(AND(AQ3=BI3,F3=BM3),1,0)



" wrote:
I am trying to write an argument that states if aq3=bi3 and f3=bm3. if
true return a 1 if false return a 0. Everytime i try to write it i get
an error, cell aq3 has a formula in it but i dont think it would cause
this problem.- Hide quoted text -


- Show quoted text -


Thank you for your help, i see where i was going wrong.

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 01:43 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"