I am trying to create a conditional 'If' formula in excel. If a cell contains the value WhiteBall.png, I want the cell next to it be populated with "win" (or "Lose" if it does not.
I cannot get the formula to work. I'm using Excel 2011 for Mac. Please see below. Thanks for your help.
=IF(E4=WhiteBall.png,”Win”,”Lose”)
I have also tried this formula:
=IF(E4="WhiteBall.png",”Win”,”Lose”)
=IF(TRIM(CLEAN(E4))="WhiteBall.png",”Win”,”Lose”)
– Forward Ed”
are not the ones recognized by Excel. – Scott Craner