I have an excel formula that sums a particular column of data.
SUMIF(Data!$E:$E,$E$89,Data!$F:$F)
I'm looking to add a column G which I want to filter over. So, ideally, when I click Data->Filter, I can make SUMIF only sum whatever I filter in column G.
Is there a good way of doing so?
The data looks something like this:
E F G
111 20050719 Foreign
112 20050719 Domestic
576 20050719 Foreign
624 19910101 Domestic
$E$89 = 20050719


