How to add a formula within brackets

arceaf

New Member
Joined
Jun 12, 2013
Messages
10
Hi,

I need some help adding a formula in a cell that is within brackets.

On a cell, I type in "{" but then try to reference another cell (ie: c4). For some reason, I am not allowed to add neither an formula nor any sort of reference to another cell. Anyone know how I can get around this? I need to have the "{" in the cell.

Thanks! :)
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Something like this:

{ "Color" : =c4}

The cell c4 will have the name of the color. Does that make sense?

Thanks! :)
 
Upvote 0
Something like this:

{ "Color" : =c4}

The cell c4 will have the name of the color. Does that make sense?

Thanks! :)
I'm afraid I'm not familiar with that syntax. Nor is it clear what you want to do.

If you want to enter 'Blue' in cell C4 and you want A1 to show { "Color" : Blue}
you could try in cell A1:
"{ 'Color' : "&A1

Notice I took a shortcut by exchange the " for ' in the formula as the " would complicate things. Sorry if I misunderstood your question. Perhaps post an example of what you want to achieve.
 
Upvote 0

Forum statistics

Threads
1,216,225
Messages
6,129,604
Members
449,520
Latest member
TBFrieds

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