Forum Discussion
Madeleine Harding
Oct 20, 2017Copper Contributor
Using multiple IF functions with, AND but I want to include inequalities
Hi I'm new to this [and very excel 'light' and would be grateful for any help offered. I want to create a formula that will return If cell is greater than or equal to a cell referenced number on an...
Haytham Amairah
Oct 21, 2017Silver Contributor
If you want to check for inequality, you have to use this comparative operator: <>
IF(O6<>'MENU LIST'!D3,"Alpha" ...