Hi, I'm hoping someone can help me. I have this formula, which works partially:
=SUMIFS([Hours]:[Hours], SIM:SIM, "Laura")
It sums up all the hours in the 'Hours' column when the staff member in the 'SIM' column is "Laura"
However there might be multiple staff members in the same cell in the SIM column, and when that happens, the formula ignores it.
I need the formula to recognise if 'Laura' is in the cell, regardless of whether there are any other members of staff in the same cell. I've tried the CONTAINS function as well as the HAS function but I'm either getting errors or the return in 0 when it shouldn't be.
Any help?