I need to be able to pull on the current month's data on one sheet using another sheet "tracker" for reference.
What formula would I need to be able to only pull data from the current month from an original sheet column using a MM/DD/YYYY format?
For example, trying to pull the Count of RFQs or "Quotes" from June (current month) the formula in place now is;
=COUNTIFS({Maritime Tracker Range 1}, =[Primary Column]@row, {Maritime Tracker Range 7}, "Quote")
The chart below shows all data on the sheet which includes months prior to June.
I will need to duplicate this across # of Lines, $ Quoted, and Won columns.