Hello guys,
I'm trying to figure out why this formula isn't working, and hope you can help me. I have a search on a sheet to tell me the number of times two criteria are met in a row, this works fine for exact matches:
{=SUM((Data!AM:AM="iPA Workbench error")*(Data!K:K="IT/Software - Europe/E-L/iPA/Workflow / AEP"))}
However, I want to be able to search the first section as a wildcard, and I've tried the following without any luck:
{=SUM((Data!AM:AM="*Workbench*")*(Data!K:K="IT/Software - Europe/E-L/iPA/Workflow / AEP"))}
Is there something I am doing wrong here? I've tried the seach on the forums but couldn't see anything that would help with where I'm going wrong.
Many thanks.
I'm trying to figure out why this formula isn't working, and hope you can help me. I have a search on a sheet to tell me the number of times two criteria are met in a row, this works fine for exact matches:
{=SUM((Data!AM:AM="iPA Workbench error")*(Data!K:K="IT/Software - Europe/E-L/iPA/Workflow / AEP"))}
However, I want to be able to search the first section as a wildcard, and I've tried the following without any luck:
{=SUM((Data!AM:AM="*Workbench*")*(Data!K:K="IT/Software - Europe/E-L/iPA/Workflow / AEP"))}
Is there something I am doing wrong here? I've tried the seach on the forums but couldn't see anything that would help with where I'm going wrong.
Many thanks.