Hello,
Last formula I need to figure out to finish this template. @Kelly Moore You have been so incredibly helpful, if you are able to help me on this last one I owe you one!
I know I have an error in the formula or maybe using the wrong one. I am trying to pull the Start Date and End Date on the current sheet, taking into consideration Project Name and pull Sum the Total Production Per Day for the Date Range within the other spreadsheet.
=SUMIFS({Total Production Per Day},
{Generation Tracker Range 1},
[Project Name]@row,
{Generation Tracker Range 2},
">=" & [Start Date]@row,
{Generation Tracker Range 2},
"<=" & [End Date]@row)
This the Spreadsheet I am trying to pull the Data From:
Here is the spreadsheet I am working in. Doesn't seem to be looking at the current spreadsheet fields. I hilights the fields in this one I am trying to match up to get a SUM.
Thank you for your help! I am so excited to get this spreadsheet to the team!