I need to sum transactions (column C) based on the part of the account number in column B. Example of the account number is 1234330001. Cells with account numbers are set as general. I need to sum all items that have 433 in the account number.

Formula =SUMIF(Transactions!B:B;"*416*";Transactions!C:C) does not work.

Please help.