Hidden text in formula

Is there a way to add reference text to a formula in numbers?

I would like to have a note as to what the number was for the future.

For example (3*2"text)+(7*4"text two") where the text was ignored by the formula and not visible unless you clicked into the formula.

Thank you

Posted on Jun 23, 2024 12:32 PM

Reply
Question marked as Top-ranking reply

Posted on Jun 23, 2024 2:43 PM

This is a very atypical thing to want to do but, if you really really need to do something like this you can hide it in a SUM function. SUM ignores text.


=(3×SUM(2,"Because I like 2"))+(7×SUM(4, "And four is twice as good"))


A more clear way that does not make the formula so hard to understand would be

=(3*2)+(7*4)+SUM("the two is because I like it and the 4 is twice as good")


A more typical solution is to put a comment on the cell.



1 reply
Question marked as Top-ranking reply

Jun 23, 2024 2:43 PM in response to beef1976

This is a very atypical thing to want to do but, if you really really need to do something like this you can hide it in a SUM function. SUM ignores text.


=(3×SUM(2,"Because I like 2"))+(7×SUM(4, "And four is twice as good"))


A more clear way that does not make the formula so hard to understand would be

=(3*2)+(7*4)+SUM("the two is because I like it and the 4 is twice as good")


A more typical solution is to put a comment on the cell.



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.

Hidden text in formula

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