I am trying to translate the following formula into an array that will have the same function, but will be cross compatible with all versions of Excel. From what I have read online, you need to create an array in order to accomplish this. Does anybody know how to translate the formula below? I have added two examples of the same formula.
=SUMIFS('SharePoint List Inputs'!E:E,'SharePoint List Inputs'!C:C,"June",'SharePoint List Inputs'!F:F,"IDT")
=SUMIFS(E:E,C:C,"June",F:F,"IDT")
=SUMIFS('SharePoint List Inputs'!E:E,'SharePoint List Inputs'!C:C,"June",'SharePoint List Inputs'!F:F,"IDT")
=SUMIFS(E:E,C:C,"June",F:F,"IDT")