Thread
: [Solved]
Syntax help needed
View Single Post
07-09-2009, 02:19 AM
boutells
Windows Vista
Office 2007
Novice
Join Date: May 2009
Posts: 24
=IF(A3="",0,IF(C3="X",N3,0))
There ought to be a way in Excel to do "if and" statements as in Visual Basic but I can't find them so in their absence, you have to use double if statements.
Could also be written
=If(A3<>"",IF(C3="X",N3,0),0)
boutells
View Public Profile
Find all posts by boutells