Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Joe Joe is offline
external usenet poster
 
Posts: 476
Default If Statement Question

=IF(D3<=M3 and C3=M3,M3,"NO EXECUTION")

The above is yielding #NAME?

What is the proper syntax?

Everytime I have a need for this evaluation I stump myself on this question.
Thanks....
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default If Statement Question


Look in the help index for AND to find your answer.

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Joe" wrote in message
...
=IF(D3<=M3 and C3=M3,M3,"NO EXECUTION")

The above is yielding #NAME?

What is the proper syntax?

Everytime I have a need for this evaluation I stump myself on this
question.
Thanks....


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 117
Default If Statement Question

=IF(AND(D3<=M3,C3=M3),M3,"NO EXECUTION")

"Joe" wrote:

=IF(D3<=M3 and C3=M3,M3,"NO EXECUTION")

The above is yielding #NAME?

What is the proper syntax?

Everytime I have a need for this evaluation I stump myself on this question.
Thanks....

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

=CHOOSE((D3<=M3)*(C3=M3)+1,"NO EXECUTION",M3)


"Joe" wrote:

=IF(D3<=M3 and C3=M3,M3,"NO EXECUTION")

The above is yielding #NAME?

What is the proper syntax?

Everytime I have a need for this evaluation I stump myself on this question.
Thanks....

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default If Statement Question

On Apr 17, 10:23*am, "Don Guillett" wrote:
Look in the help index for AND to find your answer.

--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"Joe" wrote in message

...



=IF(D3<=M3 and C3=M3,M3,"NO EXECUTION")


The above is yielding #NAME?


What is the proper syntax?


Everytime I have a need for this evaluation I stump myself on this
question.
Thanks....- Hide quoted text -


- Show quoted text -


TRY THIS.

=IF(AND(D3<=M3,C3=M6),M3,"NO EXECUTION")
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 then statement question.... atlcasework New Users to Excel 7 January 14th 08 06:37 PM
IF statement question KarenH Excel Worksheet Functions 5 June 23rd 06 09:17 PM
If Statement Question mimmson Excel Worksheet Functions 5 May 27th 05 10:19 PM
IF Statement question Patrick Simonds Excel Worksheet Functions 7 May 8th 05 04:03 PM
If Statement Question carl Excel Worksheet Functions 1 March 11th 05 04:55 AM


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