Hi I am still learning Excel and I am very grateful to the good folk on here who generously give their time to answer all of our questions - Thank you. I am writing a simple If formula that looks at cell B1 and if B1 contain the number 1 the formula does one thing but if it contains a different number it does something else. If it contains no number then it does nothing. My question is which is the correct syntax to use in terms of wring good formulas?
or
Code:
=IF(Add_CD_Information!$B$4>1,"Do This","Do That")
Code:
=IF(Add_CD_Information!$B$4=1,"Do This","Do That")