Reputation: 25
I want to populate my review sheet using the raw data sheet.
Daily data is appended in the raw data sheet. I think a combination of vlookup & hlookup is requried but not sure how to procees on this.
Link to the sample sheet
Upvotes: 0
Views: 119
Reputation: 204
You can use the below formula in'B2
of the Review
sheet:-
=SUMIFS(Raw!$C:$C,Raw!$A:$A,Review!B$1,Raw!$B:$B,Review!$A2)
Then either drag the formula or do a copy-paste to other cells.
Hope that works.
Upvotes: 1