SUMIFS function with wildcard for dates
Sheet 1 has raw data from my bank statement. In sheet 2 I'm creating a table showing total incoming and outgoing funds per month. So, I'll have rows in sheet 1 with a transaction date ranging from 01/04/2020 to 30/04/2020 ((UK format). Here's the formula.
SUMIFS('Statement - 2020'::Table 1::Debit Amount,'Statement - 2019'::Table 1::Transaction Date,"=???04????")
This doesn't work. I'm new to wildcards in formulas but my undersanding is that a ? stands for a character and so I can use this to determine the 4th and 5th characters. I don't really want to have to split the date out into days, months and years columns. I used to do this and it's an extra step that feels inefficient. Any help gratefully received.
MacBook Pro 15", OS X 10.11