Display number in cell as well as formula?

Hey all, wasn’t sure how to word this so allow me to clarify…

let’s say I have 4 cells e.g A1, A2, A3 & A4.

In cell A1 I have a number e.g 10.
I want to have the number 10 in the cell, plus a formula to the effect of -SUM(A2:A4) (10, minus the sum of cells A2:A4 ).

Let’s say cells A2-4 each contain the number 1; the result in cell A1 after entering the formula should be 7 (10 minus the sum of cells A2:A4 (3) = 7).

How do I make the number 10 coexist with the formula in the same cell? What would the formula look like in this case?

Thanks.

EDIT: It seems as if Lupp has got this question covered, and although I have found a way around the issue I was having, I feel that for the sake of discussion I should upload an example document to make the purposes of my question and the question itself more clear:
Example for Robleyd.ods

=10 & -sum(A2:A4)

will show 10-3 assuming the values in your question for A2:A4 The ampersand [&] is a concatenation operator.

If this answer helped you, please accept it by clicking the check mark :heavy_check_mark: to the left and, karma permitting, upvote it. If this resolves your problem, close the question, that will help other people with the same question.

Update (2017-07-02):

I looked at the sample file you uploaded; your concept looks rather complex to me - although possibly it is a bit late at night here for my brain to work at optimum. However, as a thought, might you use columns for date, cost, expenditure type (e.g. llama food, human food, junk food etc) and then use a pivot table (or two or three) to group your costs?

I think we’re on the right track, but cell A1 should display 7, not 10 minus 3. I want the formula to deduct the sum of cells A2:A4 from the original number: 10.
Does that make sense?

Therefore, you are asking to see in cell A1 “7 = 10 – 3”?

You cannot have an entered content, number or text, and a working formula at the same time in a single cell.

(Editing with respect to the amendment to the question by @appreciatehelp using his example file - though I am not “robleyd”:slight_smile:

See this|attachment new attachment.

Well, that’s a pretty definitive answer. I have figured out a workaround for the issue in this case, but it is good to know.
It’s a real shame really; I have encountered a substantial number of scenarios wherein it would’ve been really uselful/helpful to display text/numbers and formulas (their results) in the same cell.

To be completely clear: A cell always has one of 4 types:
0 - Cell is blank. No content at all. “Unused”
1 - Cell contains a constant of type number.
2 - Cell contains a constant of type text.
3 - Cell contains a formula.
A formula like ="10 ---> "&10 - SUM(A2:A4) can well display a first number and the result of a formula side by side, but the displayed result will be of ResultType text then, and a reference to the cell will return this text and not the value 10.

In addition the cell will be of content-type formula and entering a number into the cell will make the formula vanish.

perhaps if you were to explain what it is you are actually trying to do, someone might be able to provide help. I think you see number + formula in the cell as a solution - what is the problem for which it is the solution?

This seems like a typical XY problem

I see the logic. To best explain the result I want to obtain, I have edited my original question, having attached an example document to it.

Perhaps display formula and value simultaneously extension does what you are looking for.