Numbers, checkbox change value of cell to “PAID”

How can I change the value of a cell when a checkbox is ticked to show text instead of the number.


This is what I’m trying to achieve.


A1 = 9 but when checkbox in B1 is checked I want it to change A1 to “PAID”



iPhone 14 Pro, iOS 17

Posted on Sep 26, 2023 4:26 AM

Reply
Question marked as Top-ranking reply

Posted on Sep 26, 2023 6:58 AM

The literal answer to your question is to do something like this:



In A1:


=IF(B1,"Paid",9)


However, without more details on what you are trying to do I'm not sure how practical that is going to be.


SG





SG

Similar questions

1 reply

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, checkbox change value of cell to “PAID”

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