Hi All,
I've encountered an issue that I can't seem to resolve where my SUMIFS formulas are not carrying out the calculations as requested? This is the code I'm using:
The sum range, barring the column header, are all numbers in cells formatted to currency. I can't see any obvious mistakes in the above code but I'm by no means proficient with excel formulas and functions!
Can you offer any advice please?
I've encountered an issue that I can't seem to resolve where my SUMIFS formulas are not carrying out the calculations as requested? This is the code I'm using:
Code:
=SUMIFS(Transaction!$F$2:$F$2496,Transaction!$D$2:$D$2496,"Dekko",Transaction!$I$2:$I$2496,"January",Transaction!$J$2:$J$2496,"2018")
The sum range, barring the column header, are all numbers in cells formatted to currency. I can't see any obvious mistakes in the above code but I'm by no means proficient with excel formulas and functions!
Can you offer any advice please?