How do I combine these two cells together in a text box of my graph chart? =Sheet1!$N$1 and =Sheet1!$N$100

arthurz11

Board Regular
Joined
Nov 9, 2007
Messages
80
Office Version
  1. 2021
Platform
  1. Windows
I have inserted a text box into my graph chart. The formula is =Sheet1!$N$1. In this cell, it has the text "ADD" from worksheet 1. It works fine and the text is inserted into my text box of my graph chart. I also want to include cell $N$100 from worksheet1 and it has the text "DIMENSION". So in my graph chart, it should read "ADD DIMENSION" in the text box of my graph chart. So how do I combine =sheet1!$N$1 and =sheet1!$N$100 into the same text box of my graph chart?
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
I copied your formula, but it didn't work. I tried that formula before. Anyway, I got an error. It read "This formula is missing a range reference or a defined name"
 
Upvote 0
Excel Formula:
=Sheet1.Range("$N$1 & " " & Sheet1!.Range("$N$100")
 
Upvote 0

Forum statistics

Threads
1,215,064
Messages
6,122,937
Members
449,094
Latest member
teemeren

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top