Hello,
My Spreadsheet contains data in the following manner
Tab1
State City Generation Count
Tab2
State City Generation Count
I want to get a total count by looking up State, City, Generation from Tab1 and Tab2
i.e. if Tab1.state=Tab2.state and Tab1.city=Tab2.city and Tab1.Generation=Tab2.Generation, then sum(Tab1.count,Tab2.count).
This is for the entire column so basically an array
Solved by T. D. in 30 mins