Share via

Reference two different cell in a single cell

Anonymous
2017-09-18T14:18:04+00:00

Hi everyone,

I need to reference a two different cells in a single cell. Normally, you could link a cell to another cell by writing something like "=C11". I need to display two different cells in one, separated by a comma (or a space or something else, that doesn't matter).

So if C11 was the word 'cost', and D11 was a price, lets say $1,000, I would need to reference both of those in a single cell using something like "=C11, D11" and have the single cell read "Cost, $1,000".

Any ideas? Thanks!

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

7 answers

Sort by: Most helpful
  1. HansV 462.6K Reputation points
    2017-09-18T14:22:17+00:00

    You can use & to concatenate (combine) text values:

    =C11&", "&TEXT(D11,"$#,###")

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2017-09-18T14:22:13+00:00

    Hope this helps

    best wishes

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2017-09-18T17:15:02+00:00

    G61 is a complicated sumif statement of values that are linked to another document. Is there any way that I can extract just the value from G61 into another cell for use in the concatenation formula?

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2017-09-18T16:55:33+00:00

    What is in G61--- it must be a number

    best wishes

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2017-09-18T14:42:07+00:00

    Hi Bernie,

    Thanks for the quick reply. Unfortunately my cell is not being formatted properly. The second cell contents do not appear; the cell should read $0. I've attached some screenshots. One is the formula, and one is the improperly formatted cells.

    Does anything stand out to you that would cause this? Could the source of the second referenced cell be the issue?

    Thanks!

    Was this answer helpful?

    0 comments No comments