I have two separate SUMIFS, using a couple of criteria, that I would like to convert to an ARRAY, but I don't know how to proceed. I have a 4-column list that captures the Transactions, Date, Status (o, x, xp) and Amount. Next, I have two summary lists where one counts how many x's and xp's there are in the transaction list for a specific date, and the second sums up the dollar amounts for a specific date from the transaction list. Both summary lists are using the SUMIFS function. In using the SUMIFS function, I found it was slowing down the performance for one of my macros because the SUMIFS function was going line by line. I saw if I used an ARRAY, it should perform faster since it only has to perform the function once.
I have a working SUMIFS sample worksheet that I can share that includes the Transaction List, and the two Summary Lists showing the SUMIFS formula that I am using to capture the data. I just need help with the correct format for the ARRAY. Thanks!
Rs987