Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default If(AND) Statement

Project Completion % in Cell Q5 might be 0%, 50%, or 100%
Actual Completion Date in Cell W5 might be empty or will have a date,
8/18/2008

I need to write a statement that says if Q5 = 100% and W5 is empty to enter
"Action Required" otherwise to enter the date that is in W5.

Can you help me with this please? Thanks.

KK
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 897
Default If(AND) Statement

Try this:

=IF(AND(Q5=100%,W5=""),"Action Required",W5)


--JP

On Sep 18, 11:03*am, KalliKay
wrote:
Project Completion % in Cell Q5 might be 0%, 50%, or 100%
Actual Completion Date in Cell W5 might be empty or will have a date,
8/18/2008

I need to write a statement that says if Q5 = 100% and W5 is empty to enter
"Action Required" otherwise to enter the date that is in W5.

Can you help me with this please? *Thanks.

KK


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default If(AND) Statement

=IF(AND(Q5=1,W5=""),"Action Required",W5)


"KalliKay" wrote:

Project Completion % in Cell Q5 might be 0%, 50%, or 100%
Actual Completion Date in Cell W5 might be empty or will have a date,
8/18/2008

I need to write a statement that says if Q5 = 100% and W5 is empty to enter
"Action Required" otherwise to enter the date that is in W5.

Can you help me with this please? Thanks.

KK

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default If(AND) Statement

If there is no date in W5 and Q5 does not equal 100%, the value placed in the
date field comes up with 1/0/1900. How do I get this to place nothing in the
field then?
Thanks.

"JP" wrote:

Try this:

=IF(AND(Q5=100%,W5=""),"Action Required",W5)


--JP

On Sep 18, 11:03 am, KalliKay
wrote:
Project Completion % in Cell Q5 might be 0%, 50%, or 100%
Actual Completion Date in Cell W5 might be empty or will have a date,
8/18/2008

I need to write a statement that says if Q5 = 100% and W5 is empty to enter
"Action Required" otherwise to enter the date that is in W5.

Can you help me with this please? Thanks.

KK



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default If(AND) Statement

Simple fix....I got it. Thanks for your assistance.

KK

"KalliKay" wrote:

If there is no date in W5 and Q5 does not equal 100%, the value placed in the
date field comes up with 1/0/1900. How do I get this to place nothing in the
field then?
Thanks.

"JP" wrote:

Try this:

=IF(AND(Q5=100%,W5=""),"Action Required",W5)


--JP

On Sep 18, 11:03 am, KalliKay
wrote:
Project Completion % in Cell Q5 might be 0%, 50%, or 100%
Actual Completion Date in Cell W5 might be empty or will have a date,
8/18/2008

I need to write a statement that says if Q5 = 100% and W5 is empty to enter
"Action Required" otherwise to enter the date that is in W5.

Can you help me with this please? Thanks.

KK





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 897
Default If(AND) Statement

Glad to hear it!

--JP

On Sep 18, 11:35*am, KalliKay
wrote:
Simple fix....I got it. *Thanks for your assistance.

KK



"KalliKay" wrote:
If there is no date in W5 and Q5 does not equal 100%, the value placed in the
date field comes up with 1/0/1900. *How do I get this to place nothing in the
field then? *
Thanks.


"JP" wrote:


Try this:


=IF(AND(Q5=100%,W5=""),"Action Required",W5)


--JP


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
Sum if statement with a left statement Eric D Excel Discussion (Misc queries) 4 July 23rd 08 05:31 PM
Can an If statement answer an If statement? M.A.Tyler Excel Discussion (Misc queries) 2 June 24th 07 04:14 AM
appending and IF statement to an existing IF statement spence Excel Worksheet Functions 1 February 28th 06 11:00 PM
If statement and Isblank statement Rodney C. Excel Worksheet Functions 0 January 18th 05 08:39 PM
Help please, IF statement/SUMIF statement Brad_A Excel Worksheet Functions 23 January 11th 05 02:24 PM


All times are GMT +1. The time now is 02:28 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"