You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Numbers not adding up Can you Help Please

Hi,

Using what if formula, to arrive at values in their respective column

Then want to simply add up, using Sum, the range of cells in the column

Got it to work on some columns, but not others

Very strange- have you come across this

2 screen shots- On the cell with the If calc, the other showing the sum calc


Thanks in advance if you think you can help

MacBook Pro 15″, macOS 12.6

Posted on Feb 8, 2023 1:48 PM

Reply
Question marked as Top-ranking reply

Posted on Feb 8, 2023 2:56 PM

The numeric functions such as SUM ignore text, even text that is all number characters. The quotes around "1" in your formula =IF(K3=-0,"1","-") formats the 1 as text. Try this instead:


=IF(K3=0,1,"-")


I assume you did the same thing in other formulas so you might need to change them also if you will be using numeric functions on them.

4 replies
Question marked as Top-ranking reply

Feb 8, 2023 2:56 PM in response to Peirrethefrenchman

The numeric functions such as SUM ignore text, even text that is all number characters. The quotes around "1" in your formula =IF(K3=-0,"1","-") formats the 1 as text. Try this instead:


=IF(K3=0,1,"-")


I assume you did the same thing in other formulas so you might need to change them also if you will be using numeric functions on them.

Numbers not adding up Can you Help Please

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.