Display a cell numeric value in an equation?

sekramer10

New Member
Joined
Aug 29, 2021
Messages
2
Office Version
  1. 365
Platform
  1. Windows
  2. Web
I have an equation I would like to display on an excel sheet I made with the equation editor. Some of the constants in the equation I would like to link to cell values on the sheet. Such that when the sheet cell value changes, that value changes in the displayed equation. For instance, the equation is x^n, and I want n to be the value that is in a certain cell on the sheet that will change depending on user inputs, like n could be 1 or 2 or 2.5. Can this be accomplished?

Thanks,
Stephen
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
You mean using cell references in a formula?

Ex. A1 is set to 3, B1 is set to 2
Formula in C1 could be:

VBA Code:
= A1^B1
 
Upvote 0
No I mean using the equation editor (as in: Insert/Equation) to make a correctly formatted mathematical equation, I want to display the equation correctly, not in excel formula format. But I want the equation (written in equation editor) to have values that are the values from the spreadsheet cells.
 
Upvote 0

Forum statistics

Threads
1,214,523
Messages
6,120,033
Members
448,940
Latest member
mdusw

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