P
Peter
Hi,
I am trying to sum a column that evaluate a criteria in
another column. The only problem is that I just want to
evaluate the first 6 characters in the cell. I have tried
the function below, but that did not work.
I dont think I can use SUMPRODUCT either because I the
table is several hundreds rows.
=SUMIF(Left(Data!$B$1:$B$500;6);"noksek";Data!$L$1:$L$500)
Anyone have any suggestions to come around this problem?
Peter
I am trying to sum a column that evaluate a criteria in
another column. The only problem is that I just want to
evaluate the first 6 characters in the cell. I have tried
the function below, but that did not work.
I dont think I can use SUMPRODUCT either because I the
table is several hundreds rows.
=SUMIF(Left(Data!$B$1:$B$500;6);"noksek";Data!$L$1:$L$500)
Anyone have any suggestions to come around this problem?
Peter