Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 17
Default IF - And - Then Statement question

Could you help me to write and if-and-then statement?

example:
Col A Col B

C BSY

I am trying to have the statement read: IF Column A = C AND Column B = BSY,
THAN Column A = W




  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default IF - And - Then Statement question

You won't be able to do that. A formula returns a result to the cell
that it sits in, so it would have to be in column A in order to return
a value there. Consequently, it cannot refer to itself (circular
reference).

However, if you put the formula in C2, then you could have this:

=IF(AND(A2="C",B2="BSY"),"W","")

This will return a "W" in C2 if the two conditions are met, otherwise
C2 will appear blank.

Hope this helps.

Pete

On Sep 19, 3:03*pm, MayJuneJuly
wrote:
Could you help me to write and if-and-then statement?

example:
Col A * *Col B

* C * * * BSY

I am trying to have the statement read: IF Column A = C AND Column B = BSY,
THAN Column A = W


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 17
Default IF - And - Then Statement question

What about VBA?

"Pete_UK" wrote:

You won't be able to do that. A formula returns a result to the cell
that it sits in, so it would have to be in column A in order to return
a value there. Consequently, it cannot refer to itself (circular
reference).

However, if you put the formula in C2, then you could have this:

=IF(AND(A2="C",B2="BSY"),"W","")

This will return a "W" in C2 if the two conditions are met, otherwise
C2 will appear blank.

Hope this helps.

Pete

On Sep 19, 3:03 pm, MayJuneJuly
wrote:
Could you help me to write and if-and-then statement?

example:
Col A Col B

C BSY

I am trying to have the statement read: IF Column A = C AND Column B = BSY,
THAN Column A = W



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default IF - And - Then Statement question

Yes, it could be done with a macro, but as you posted in the Functions
group I though you were looking for a formulaic solution.

Pete

On Sep 19, 3:41*pm, MayJuneJuly
wrote:
What about VBA?



"Pete_UK" wrote:
You won't be able to do that. A formula returns a result to the cell
that it sits in, so it would have to be in column A in order to return
a value there. Consequently, it cannot refer to itself (circular
reference).


However, if you put the formula in C2, then you could have this:


=IF(AND(A2="C",B2="BSY"),"W","")


This will return a "W" in C2 if the two conditions are met, otherwise
C2 will appear blank.


Hope this helps.


Pete


On Sep 19, 3:03 pm, MayJuneJuly
wrote:
Could you help me to write and if-and-then statement?


example:
Col A * *Col B


* C * * * BSY


I am trying to have the statement read: IF Column A = C AND Column B = BSY,
THAN Column A = W- Hide quoted text -


- Show quoted text -


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 17
Default IF - And - Then Statement question

Thank you...VBA came to mind after I read your answer. You have been very
helpful. I will post my question to the correct group.

"Pete_UK" wrote:

Yes, it could be done with a macro, but as you posted in the Functions
group I though you were looking for a formulaic solution.

Pete

On Sep 19, 3:41 pm, MayJuneJuly
wrote:
What about VBA?



"Pete_UK" wrote:
You won't be able to do that. A formula returns a result to the cell
that it sits in, so it would have to be in column A in order to return
a value there. Consequently, it cannot refer to itself (circular
reference).


However, if you put the formula in C2, then you could have this:


=IF(AND(A2="C",B2="BSY"),"W","")


This will return a "W" in C2 if the two conditions are met, otherwise
C2 will appear blank.


Hope this helps.


Pete


On Sep 19, 3:03 pm, MayJuneJuly
wrote:
Could you help me to write and if-and-then statement?


example:
Col A Col B


C BSY


I am trying to have the statement read: IF Column A = C AND Column B = BSY,
THAN Column A = W- Hide quoted text -


- Show quoted text -



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


Similar Threads
Thread Thread Starter Forum Replies Last Post
IF Statement question peg84 Excel Discussion (Misc queries) 3 February 4th 08 10:19 PM
If then statement question.... atlcasework New Users to Excel 7 January 14th 08 06:37 PM
IF then statement question ChuckW Excel Discussion (Misc queries) 2 February 24th 06 04:30 PM
If Statement Question redwings04 Excel Worksheet Functions 4 July 4th 05 09:42 PM
IF Statement question gryfon Excel Worksheet Functions 6 May 4th 05 09:21 AM


All times are GMT +1. The time now is 09:00 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"