Using concatenate to create formula - displays formula instead of formula result.

Maxjoseph

New Member
Joined
Apr 10, 2013
Messages
3
I have a table of simple number values. I need to change each cell to carry it's current number multiplied by a separate reference cell. The table needs to contain live formulas, not hard-coded values. So for example:

Current contents of cell A3: 1436
Desired contents of cell A3: =1436*$A$1

My plan was to create a table alongside using concatenate, and then Paste Values back over the original table. I therefore set up two reference cells:

Content of reference cell X1: =
Content of reference cell X2: *$A$1

Which enabled me to create the first cell of my duplicate table starting at M1:

Content of duplicate cell M3: =CONCATENATE(X1,A1,X2)

This did indeed return what I wanted: =1436*$A$1


THE PROBLEM:

However when I copied this and pasted value into a new cell, it continued to be displayed as the formula, and not the result. I've tried changing the cell to various formats, but this has absolutely no impact; neither does toggling the Show Formulas button.

I can type the formula by hand into the adjacent cell with the same formatting and it displays the result perfectly.

What am I missing here?

Max.
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Thank you VoG, but Calculation was already set to Automatic. Attempts at manual calculation haven't helped either.
 
Upvote 0
Thank you slinky, but INDIRECT tells me that there my formula has too many arguments. I tried reading up further on INDIRECT but was unable to work out how it would apply to my problem.
 
Upvote 0

Forum statistics

Threads
1,214,919
Messages
6,122,259
Members
449,075
Latest member
staticfluids

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