![]() |
If statement
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 |
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 |
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 |
All times are GMT +1. The time now is 09:13 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com