I am needing to pull from the main sheet:
If contractor is X, and it is X date how many "daily weld count"
I need to put together a graph that shows contract X has # welds per day. I have managed to count how many entries there are for a given date but not the # in the "daily weld count" column.
Here is the formula I used so far
=COUNTIFS({Weld Count Log Range 1}, [Primary Column]@row, {Weld Count Log Range 2}, [Column7]@row, {Weld Count Log Range 4}, "Field Welds")