1

Is there anything that acts like =CELL("contents",A2) except returns the formula from A2 instead of the contents from A2?

I want to use a formula from one cell to build a similar formula in another cell.

A2 currently contains the formula =Tests!B1

I want to build a new formula that strips out the B and uses another cells data in my Results worksheet to create a new formula that pulls related data from Tests.

MattSchmatt
  • 850
  • 8
  • 18
Dave F
  • 151
  • 14

1 Answers1

2

What version of Excel? 2013+ has FormulaText(...)

https://support.office.com/en-us/Article/FORMULATEXT-function-0a786771-54fd-4ae2-96ee-09cda35439c8

If not, check out this question's answer.

Community
  • 1
  • 1
Mike
  • 2,434
  • 1
  • 16
  • 19