hi all
Been trying to write formula that will check if text"mc20" is pressent in f7-f12 then compare todays month to month in a7-a12 which are in format 12/4/2011 if match add up t7-t12.
The formulas do not like pulling a current month from date.
hope someone can help
Been trying to write formula that will check if text"mc20" is pressent in f7-f12 then compare todays month to month in a7-a12 which are in format 12/4/2011 if match add up t7-t12.
The formulas do not like pulling a current month from date.
Code:
SUMIFS(T7:T12,F7:F12,"MC20",month(A7:A12),T3)
hope someone can help