Hi guys,
I'm trying to create a rota spreadsheet where staff are working in different areas and paid different rates, so I'm trying to use a formula to select all cells with each staff's initials in (e.g. "A.B.") within a named range that covers several separated columns.
It doesn't matter which formula I try I get an error value. I can use the following array formula for one or two columns but it falls apart when I try to use it over the range : {=SUM((LEN(B4:C66)-LEN(SUBSTITUTE(B4:C66,"K.A.","")))/LEN("K.A."))} works, {=SUM((LEN(HOMESUPPORT)-LEN(SUBSTITUTE(HOMESUPPORT,"K.A.","")))/LEN("K.A."))} doesn't. I have tried basic =SUMIF(HOMESUPPORT,"K.A.") which hasn't worked either and various other ones, I just want it to add up all cells with certain initials in within the named range and I'm really stuck, please help!
Bookmarks