How to insert a formula in a cell with text

Lisa James

New Member
Joined
Feb 1, 2021
Messages
1
Office Version
  1. 2019
Platform
  1. Web
How do I insert a formula in a cell that already has a text?
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Welcome To MrExcel Message Board.
Please give Example.
If you want see formula not result Use FORMULATEXT Function.
If you want Use Text within Formula Then.
Example
Excel Formula:
=If(A2="Lisa", 1000, 1)
 
Upvote 0
How do I insert a formula in a cell that already has a text?

in Cell A1 if there is a text you need to write that text in = and double quotes ("") for example

A1 ="Text" and then use & to join with formula

Book3
AB
1Text Lisa JamesLisa James
2Text Lisa JamesLisa James
Sheet1
Cell Formulas
RangeFormula
A1A1="Text "&B1
A2A2="Text "&IF(B2="Lisa James",B2,"")
 
Upvote 0
Hi & welcome to MrExcel.
A cell can have a formula, or a value but not both. So not quite sure what you are after.
 
Upvote 0

Forum statistics

Threads
1,214,430
Messages
6,119,453
Members
448,898
Latest member
drewmorgan128

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