I essentially want the image status to be "To Be Shot" if all of the cells in the sample status are marked as "RECEIVED". Then if all of the cells in a range DO NOT say "RECEIVED", I want the image status cell to say "MM". I've been using the following formula BUT I hate having to type out each cell number in the sample status I want it to reference. It won't let me choose a range of cells. I will use this formula multiple times in one sheet so it has to be a specific range and not the entire column. Can anyone help?
Formula being used currently:
=IF(AND([samples satus]36 = "Received", [samples satus]37 = "Received", [samples satus]38 = "Received", [samples satus]39 = "Received"), "To Be Shot", "MM"|