I have created the following array formula which works fine to sum based on the multiple GL accounts. Now i want to add another criteria in to the formula to only sum based on months. My data is in a list from and it is for 12 months. The idea is that formula will look at the header for month and then only sum relevant dollars in to the column.
Col H = dollars, Col D = GL account, Col A = Month
=SUM(SUMIFS('GL Data'!$H:$H,'GL Data'!$D:$D,{"400000","400550","430260","400500","403000","403010","403505","404500"}))
Please help. Rashid
Col H = dollars, Col D = GL account, Col A = Month
=SUM(SUMIFS('GL Data'!$H:$H,'GL Data'!$D:$D,{"400000","400550","430260","400500","403000","403010","403505","404500"}))
Please help. Rashid