HI,
I am using the formula below to get some data for me.
I have noticed a limitation in the formula and I can't figure out how to get the data.
I am searching for this string within a cell "Call Back \" what I want to do is search for the value at the start of the string.
The string that is being searched is an export from a file and I dont want to edit this as it makes the report easier for people to use. The string has 3 parts each part is a level from the system, the problem is Call back can appear at level 2 as well as level 1.
String examples
Admin Line \ Customer Call Back \ Left Answer Phone Message
Call Back \ Incoming Whitemail \ Case Updated
I need to only count level 1 at this point with formula.
So how do I edit the formula to get the desired result.
Hope this is of use, Rob.![[yoda] [yoda] [yoda]](/data/assets/smilies/yoda.gif)
I am using the formula below to get some data for me.
Code:
{=SUMPRODUCT((Source!$B$2:$B$5000=A14)*(ISNUMBER(SEARCH(B14,Source!$D$2:$D$5000)))*(Source!$F$2:$F$5000))}
I have noticed a limitation in the formula and I can't figure out how to get the data.
I am searching for this string within a cell "Call Back \" what I want to do is search for the value at the start of the string.
The string that is being searched is an export from a file and I dont want to edit this as it makes the report easier for people to use. The string has 3 parts each part is a level from the system, the problem is Call back can appear at level 2 as well as level 1.
String examples
Admin Line \ Customer Call Back \ Left Answer Phone Message
Call Back \ Incoming Whitemail \ Case Updated
I need to only count level 1 at this point with formula.
So how do I edit the formula to get the desired result.
Hope this is of use, Rob.
![[yoda] [yoda] [yoda]](/data/assets/smilies/yoda.gif)