#1   Report Post  
Posted to microsoft.public.excel.misc
Jim Jim is offline
external usenet poster
 
Posts: 615
Default Conditions

Hello,

Thanks in advance for the help.

I want to return the word "TRUE" in column G2 if column A2 shows "SF" and
Column I2 is blank.

If column A shows anything other than "SF" it will not meat the condition
and G2 should remain blank. If I2 shows any data, then G2 should remian
blank.

Again, thanks for the help.

Jim


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,420
Default Conditions

=IF(AND(A2="SF",I2=""),TRUE,"")

--
__________________________________
HTH

Bob

"Jim" wrote in message
...
Hello,

Thanks in advance for the help.

I want to return the word "TRUE" in column G2 if column A2 shows "SF" and
Column I2 is blank.

If column A shows anything other than "SF" it will not meat the condition
and G2 should remain blank. If I2 shows any data, then G2 should remian
blank.

Again, thanks for the help.

Jim




  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 506
Default Conditions

Use this formula.

=IF(AND((A2="SF"),(I2="")),"TRUE","")

If this post helps, Click Yes!

--------------------
(Ms-Exl-Learner)
--------------------



"Jim" wrote:

Hello,

Thanks in advance for the help.

I want to return the word "TRUE" in column G2 if column A2 shows "SF" and
Column I2 is blank.

If column A shows anything other than "SF" it will not meat the condition
and G2 should remain blank. If I2 shows any data, then G2 should remian
blank.

Again, thanks for the help.

Jim


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Conditions

Yes, but you don't need so many parentheses.
You can change
=IF(AND((A2="SF"),(I2="")),"TRUE","")
to
=IF(AND(A2="SF",I2=""),"TRUE","")

And are you sure that the OP wanted the text string "TRUE"? If Jim wanted
the boolean value TRUE, throw away the quote marks round it, and make it
=IF(AND(A2="SF",I2=""),TRUE,"")
--
David Biddulph

"Ms-Exl-Learner" wrote in message
...
Use this formula.

=IF(AND((A2="SF"),(I2="")),"TRUE","")

If this post helps, Click Yes!

--------------------
(Ms-Exl-Learner)
--------------------



"Jim" wrote:

Hello,

Thanks in advance for the help.

I want to return the word "TRUE" in column G2 if column A2 shows "SF" and
Column I2 is blank.

If column A shows anything other than "SF" it will not meat the condition
and G2 should remain blank. If I2 shows any data, then G2 should remian
blank.

Again, thanks for the help.

Jim




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 506
Default Conditions

David Sir,

I am getting lot of valuable informations from you...

--------------------
(Ms-Exl-Learner)
--------------------



"David Biddulph" wrote:

Yes, but you don't need so many parentheses.
You can change
=IF(AND((A2="SF"),(I2="")),"TRUE","")
to
=IF(AND(A2="SF",I2=""),"TRUE","")

And are you sure that the OP wanted the text string "TRUE"? If Jim wanted
the boolean value TRUE, throw away the quote marks round it, and make it
=IF(AND(A2="SF",I2=""),TRUE,"")
--
David Biddulph

"Ms-Exl-Learner" wrote in message
...
Use this formula.

=IF(AND((A2="SF"),(I2="")),"TRUE","")

If this post helps, Click Yes!

--------------------
(Ms-Exl-Learner)
--------------------



"Jim" wrote:

Hello,

Thanks in advance for the help.

I want to return the word "TRUE" in column G2 if column A2 shows "SF" and
Column I2 is blank.

If column A shows anything other than "SF" it will not meat the condition
and G2 should remain blank. If I2 shows any data, then G2 should remian
blank.

Again, thanks for the help.

Jim




.

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
Countif Conditions - Use of conditions that vary by cell value JonTarg Excel Discussion (Misc queries) 1 May 30th 08 01:21 PM
2 Conditions + Sum of a colum matching those conditions Jeffa Excel Worksheet Functions 5 June 8th 07 12:14 AM
shade cells based on conditions - i have more than 3 conditions Mo2 Excel Worksheet Functions 3 March 30th 07 07:19 AM
Conditions Help Curtis Excel Worksheet Functions 2 March 10th 06 08:02 PM
How to multiple conditions to validate more than 2 conditions to . Bhuvana Govind Excel Worksheet Functions 1 January 28th 05 07:07 PM


All times are GMT +1. The time now is 08:55 PM.

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"