Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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") |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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.... |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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.... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If then statement question.... | New Users to Excel | |||
IF statement question | Excel Worksheet Functions | |||
If Statement Question | Excel Worksheet Functions | |||
IF Statement question | Excel Worksheet Functions | |||
If Statement Question | Excel Worksheet Functions |