Hello, I am trying to bake in some indirect references to a sumif function. Currently I have information in one tab that I would like to sum in another. In "Tab A", I am trying to sum the value of column C in "Tab B" if the value of column B is greater than cell G4 in "Tab A".
The formula I am currently using is =SUMIF(INDIRECT($G$2&"!B:B"),">=$G$4",INDIRECT($G$2&"!C:C")). Cell G2 contains the name of "Tab B" and column G4 contains a date from "Tab B" that I would like to compare against. Column C contains dollar values. In my mind the evaluation of the formula is as follows:
1) Range = Tab B column B
2) Criteria = The date in column B is greater than the date in G4
3) Sum Range = Values in column C where B meets criteria in step 2
I know this is a long one so any help would be greatly appreciated!
Thanks!
Bookmarks