Hi All,
I'm trying to implement an IF(AND) function within my sheet that is dependent on a number of other conditions on sisters sheets being true to display a string and if false, a separate string. My formula is this:
=IF(AND({Experiment Tracker Range 3} = "MEMS 1", {Experiment Tracker Range 4} = "1", {Experiment Tracker Range 1} = "In Progress"), "Running", "Not Running")
but I get the INVALID OPERATION string when I enter it. As far as I can see, my syntax is correct, my referencing to the other sheet is correct and the string it is searching for (MEMS 1, 1 and "In Progress") all feature as options and are present in my other sheet so there should be no issue in finding them. Any ideas?
Thanks.