F5F Stay Refreshed Software General Software How to fix Excel problems? I have some easy questions for you, just like a beginner who is new to spreadsheets!

How to fix Excel problems? I have some easy questions for you, just like a beginner who is new to spreadsheets!

How to fix Excel problems? I have some easy questions for you, just like a beginner who is new to spreadsheets!

A
AJallstar99
Member
220
08-27-2026, 06:53 PM
#1
A
AJallstar99
08-27-2026, 06:53 PM #1

R
RustyBentNail
Junior Member
4
08-30-2026, 11:00 AM
#2
So here is how it works: Col A holds the Date, Col B has the Amount, and Col C shows the numeric Month linked to the date. You can use =SUMIF(C:C, 11, B:B) to add up numbers only if Column C matches 11. If you want, you could also include a MONTH function to grab the month value directly instead of using dates.
R
RustyBentNail
08-30-2026, 11:00 AM #2

So here is how it works: Col A holds the Date, Col B has the Amount, and Col C shows the numeric Month linked to the date. You can use =SUMIF(C:C, 11, B:B) to add up numbers only if Column C matches 11. If you want, you could also include a MONTH function to grab the month value directly instead of using dates.