C
cpliu
I'm trying to find the total time on all projects with identical initial code.
For example in column C, I have:
SHOG1001
SHOG1002
SHOG1003
ABCD1234
BCDE1234
BBBB3333
....
I'd like to find the total time spent (each time is in F column) on projects staring with SHOG. In the example above, it would the first 3.
I tried something like the one below, but all I got is N/A.
=SUMPRODUCT((A$2:A426=A444),(C$2:C426="SHOG*")*(F$2:F426))
Thanks for your help,
For example in column C, I have:
SHOG1001
SHOG1002
SHOG1003
ABCD1234
BCDE1234
BBBB3333
....
I'd like to find the total time spent (each time is in F column) on projects staring with SHOG. In the example above, it would the first 3.
I tried something like the one below, but all I got is N/A.
=SUMPRODUCT((A$2:A426=A444),(C$2:C426="SHOG*")*(F$2:F426))
Thanks for your help,