I am attempting to get the sum of two separate columns Number of Participants Reached (Adults) + Number of Participants Reached (Students) for FY 2021 only
All 3 sets of numbers are in different columns
I can get the total sum of the two columns right for all years but I can't figure out how to have it only calculate for FY 2021 only
=SUM([Number of Participants Reached (Adults)]:[Number of Participants Reached (Students)])
How do I take this formula and turn it into the sum for both columns for a specific year
Thank you!