All,
I have an excel formula that I cannot figure out. I have a large data set in excel 2010: About 15,000 rows and it has data on every column. The last column, IV, has the information in it that I would like summed. All of the other data are various dates (there are no identical dates in a row). The formula =SUMIF($N$7:$IV$14143,"9/1/12",$K$7:$K$14143) only gives me data from column N. I thought that I solved it using the following formula:
=SUM(IF(MMULT(($N$7:$IV$14143="9/1/12")+0,TRANSPOSE(COLUMN($N$7:$IV$14143)^0)),$K$7:$K$14143))
But this formula does not work on such a large data set. If you were to use the above formula on a smaller data series it works perfectly. Needless to say, I'm lost now. Any help would be greatly appreciated.
-MB32
Bookmarks