Hi, I have a data set with repeating row headers and unique column headers. I am trying to sum the data into unique row headers.
My current solution is to use {=IF(ROW LIST=NAME,IF(COLUMN LIST=DATE,DATA RANGE,0),0)} (CTRL + SHIFT +ENTER)
However, this formula can be slow if used across a large number of cells. Is there some form of sum index match or whatnot to make this work?
Date 1 Date 2 Date 3
aa 691 691 691
bb 302 302 302
cc 84 84 84
dd 22 22 22
ee 10 10 10
ff 97 97 97
aa 329 329 329
bb 619 619 619
cc 542 542 542
dd 237 237 237
ee 66 66 66
ff 18 18 18
Date 1 Date 2
aa
bb
cc
dd
ee
ff
Bookmarks