Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Windows 2000 / Excel 2002
Can if statement in Excel use and?? =IF(G40 N5 and G40 < N4,"OKay","NO") Do I have to do a nested to get this? Thank you |
#2
![]() |
|||
|
|||
![]()
use
IF(and(G40 N5, G40 < N4),"OKay","NO") "FGM" wrote: Windows 2000 / Excel 2002 Can if statement in Excel use and?? =IF(G40 N5 and G40 < N4,"OKay","NO") Do I have to do a nested to get this? Thank you |
#3
![]() |
|||
|
|||
![]()
Hi!
=IF(AND(G40N5,G40<N4),"OK","NO") Biff "FGM" wrote in message ... Windows 2000 / Excel 2002 Can if statement in Excel use and?? =IF(G40 N5 and G40 < N4,"OKay","NO") Do I have to do a nested to get this? Thank you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to calculate a sum as one outcome of an IF statement | Excel Worksheet Functions | |||
What statement to use? | Excel Worksheet Functions | |||
How do I fix a circular reference in a financial statement? | Excel Discussion (Misc queries) | |||
7+ nested if statement? | Excel Worksheet Functions | |||
Statement | Excel Worksheet Functions |