How can I insert a text string of formula into the middle of another formula?

jackso

New Member
Joined
Jun 4, 2014
Messages
3
Hello, I have spent a few days on figuring out how but have no clue...

=A1&VLOOKUP(K1,AF$1:AH$45,3)&C1

where the VLOOKUP will return a text string of formula like: T$21&EVAL("E"&ROW())&U$23&AB1

how can I make it function as if it were like this: =A1&T$21&EVAL("E"&ROW())&U$23&AB1&C1

please help.........
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Hi skywriter,

Thank you for trying to help. I tried method in A6 before but this end up just having the text in the cell, what I want is to have it run like a formula.
Thanks!
 
Upvote 0
Hi, all cells are formatted other than Text.
The formula in A6 (="=A1" & VLOOKUP(A2,D1:E1,2,0)& "A2") return this : =A1&T$21&EVAL("E"&ROW())&U$23&AB1&C1
and I want the result to run again so that I get the true value I want.

I now as a work around copy and paste special, and then click into each cell and press enter to make it work.

Thank you.
 
Upvote 0
Here I got this to work on my computer with my data. Try my suggestion which is based off the cell references you had in your original post.

I got my version of this which looks at my data to work in cell A5. I think this is what you need.

="=" & A1&VLOOKUP(K1,AF$1:AH$45,3)&C1




Sheet1

*ABCDE
1LookupValue*BillJoeT$21&EVAL("E"&ROW())&U$23&AB1
2Joe****
3*****
4*****
5*****
6= LookupValueT$21&EVAL("E"&ROW())&U$23&AB1Bill****
7*****
8*****
9*****
10*****
11 ="=" & A1&VLOOKUP(K1,AF$1:AH$45,3)&C1<<< Try this formula.***

<tbody>
</tbody>

Spreadsheet Formulas
CellFormula
A6="= "&A1&VLOOKUP(A2,D1:E1,2,0)&C1

<tbody>
</tbody>

<tbody>
</tbody>


Excel tables to the web >> Excel Jeanie HTML 4
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,923
Messages
6,122,289
Members
449,077
Latest member
Rkmenon

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