Forum Discussion
Formula Involving Multiple Worksheets
Copy the data form the different sheets to a single sheet. You can then use formulas like the ones you now have.
- dinbo123Mar 15, 2022Copper Contributor
HansVogelaarI appreciate the suggestion, but I need to keep the data separate and add to it as time goes on. The formula allows the data to be interactive. It's pulling the data from a separate sheet right now. I want it to do that across multiple sheets to combine into one table.
The information I'm providing in this post is for a much smaller, simpler version of what I eventually want to apply it to. The end product needs to remain separate for record purposes. The formula I'm looking to create would allow me to pull data from all sheets dependent on the criteria I enter.
I have used it for the sum function in the example formula below. For some reason, the same range method is not working for the functions I'm using this time.
=SUM(Women:Infant!C2)