Created
February 14, 2023 09:38
-
-
Save Azooz2014/e98da5496f2e264df0f95ab22844bd6d to your computer and use it in GitHub Desktop.
Excel formula to sum only unique values
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=IF(1/COUNTIF(`$range$:$range`,`criteria`)=1,SUMIF(`range to sum`,`criteria`,`sum`),0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment