I’m trying to import a spreadsheet keeping track of my personal expenses from Google Sheets, but DSUM isn’t working and I haven’t been able to find much online regarding this. What I’m trying to do is, for example, to sum up the expenses (“Amount”) in the “Category” of “Food” during the month of January: =DSUM($‘2018 - Expenses’.$A:$E,“Amount”,{{“Date”;“2018-01*”}, {“Category”;“Food”}})
This is giving me Error:533, which I haven’t been able to find in the documentation. Is this not the correct way to use “Search criteria”? If so, how can something like this be accomplished in LibreOffice?