Hi @Robert Spears
Could you please share us with a simple sample?
Based on your description, if you convert dates from Data format to Text format (Such as using =TEXT(A1,"mm/dd/yyyy")
to convert), then your formula will work.
Because Excel stores dates as numbers not as text, "*2022" is not recognized as a date.
I suggest you use Sumproduct function. For my sample, the formula should be =SUMPRODUCT((YEAR(A1:A3)=2022)*E1:E3)
.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.