Forum Discussion

John_Chellew954's avatar
John_Chellew954
Copper Contributor
Apr 01, 2023
Solved

Adding numbers created by the IF function in a row

I am using Excel 2019 and am setting up a golf scorecard to tabulate points for the Stableford system.  I have gotten the formula to work by nesting the conditions but I can't add up the numbers in t...
  • SergeiBaklan's avatar
    SergeiBaklan
    Apr 02, 2023

    John_Chellew954 

    Yes, SUM() ignores any texts and calculates only numbers. It shall be

    =IF(E7=1,6, IF(E7=2,4,...

    instead of

    =IF(E7=1,"6", IF(E7=2,"4",...

    assuming the rest is correct.

Resources