Try
=SUMPRODUCT(--(I2:AN31="Y"),(E2:E31="M")*ISNUMBER(FIND("L2",I1:AN1)))
Note: FIND() is case-sensitive. If you need to look for "l2" as well, replace FIND with SEARCH.
Try
=SUMPRODUCT(--(I2:AN31="Y"),(E2:E31="M")*ISNUMBER(FIND("L2",I1:AN1)))
Note: FIND() is case-sensitive. If you need to look for "l2" as well, replace FIND with SEARCH.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks