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
81
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

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
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,565
Messages
6,125,583
Members
449,237
Latest member
Chase S

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