Mar 21 2024 05:40 AM
I have a summary sheet I need to make. It goes through multiple sheets with different data.
This is the blank Summary now, the pastel highlighted cells are the ones I need filled with data in multiple sheets.
Here is the first sheet. Tab name format is "date flavour". The sheet only has 1 flavour but in multiple batches. I need the order quantity of D2, D7, & so on added to total on the summary sheet. Same with E & M in their corresponding cell on the summary sheet. Now that I'm thinking of it, I may have to change M because some ingredients do over lap between different flavours (chocolate orange, Chocolate mint both have chocolate so I might need a separate summary sheet for ingredients...
Sheet 3 with a different flavour that has to be summed up in its corresponding cell in the summary sheet.
Any Idea how to do this? sheets will be added as needed.
Mar 21 2024 05:59 AM
@Enrewen Assuming you can rely on the exact same row and column order in the 'date Flavour' sheets, your simplest solution would be this:
=SUM(Start:End!D2)
Mar 21 2024 07:33 AM
Mar 21 2024 08:56 AM
Mar 21 2024 04:57 PM