Forum Discussion
tonyan
Nov 02, 2020Copper Contributor
Iferror and vlookup in a formula to combine data from multiple sheets into a one sheet
I notice that my formula is only check one sheet retrieve the data and stop. It does not check the other sheets and pull that data to added to one sheet. For example, looking up item that is on two s...
- Nov 02, 2020Check my sample file and comment. Thanks
Nov 02, 2020
- tonyanNov 02, 2020Copper Contributor
Ilgar_Zarbaliyev see sheet
- Nov 02, 2020Check my sample file and comment. Thanks
- mtarlerNov 02, 2020Silver Contributor
tonyan In your sample sheet I used a combination of absolute and relative ranges so you can easily fill down and fill right to fill the whole table. NOTE that creating a pivot table or using power query may have advantages instead of creating a table of equations. But for now here is the equation for your sample sheet:
=SUMIFS(Customs!C:C,Customs!$A:$A,$A3)+SUMIFS(Signatory!C:C,Customs!$A:$A,$A3)+SUMIFS(Depart!C:C,Customs!$A:$A,$A3)
- tonyanNov 03, 2020Copper ContributorI use the Sumifs and that work great! Thanks