Numbers currency Formatting on Apple Mac

Why do some numbers in a Numbers spread sheet refuse to format as currency? In both cases they are the result of a calulation using the IF function.


What do I need to do to successfully format these calculation results as currency?


This formats currency successfully:

IF(BT41>0,IF(BL41>0,BK41,""),"")


This does not:

IF(BT38>0,IF(BL38>0,BK38,""),"")

Posted on Nov 3, 2021 3:32 PM

Reply
Question marked as Top-ranking reply

Posted on Nov 3, 2021 3:39 PM

If the result of your IF statement is not not a number, it will not format as currency.


Example 1:

=IF(A2, "1", 2)

If A2 is true then the result is the text "1". It is not a numeric value, it is text and will not take a currency format.

If A2 is false then the result is 2, which is a numeric value and will format as currency


Example 2:

=IF(A2, B2, 2)

If cell B2 contains a text "number", it will not take on a currency format

4 replies
Question marked as Top-ranking reply

Nov 3, 2021 3:39 PM in response to BillfromPyrmont

If the result of your IF statement is not not a number, it will not format as currency.


Example 1:

=IF(A2, "1", 2)

If A2 is true then the result is the text "1". It is not a numeric value, it is text and will not take a currency format.

If A2 is false then the result is 2, which is a numeric value and will format as currency


Example 2:

=IF(A2, B2, 2)

If cell B2 contains a text "number", it will not take on a currency format

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Numbers currency Formatting on Apple Mac

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