A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Check if this formula for cell J2015 has sense:
=LET(s,SUM(J10:J2014)+SUM(J2016:J2020),IF(B2015=s,s,""))
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I would need a formula that calculates the following:
I want the sum of J10-J2020 to appear in cell J2015, only if there is the same value in column B2015 and in column J2015.
Thank you!
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Answer accepted by question author
Check if this formula for cell J2015 has sense:
=LET(s,SUM(J10:J2014)+SUM(J2016:J2020),IF(B2015=s,s,""))