PivotResults
New Member
- Joined
- Feb 8, 2015
- Messages
- 6
I had an Excel file, perforce, where I wanted to identify the cells containing formulas. I recalled the ISFORMULA function. I used the ISFORMULA function in tandem with an IF function and FORMULATEXT to reproduce the formulas in the respective cells.
The complication occurs in that the formulas only populate as text, and to implement the text strings as formulas seems to entail clicking within the cells to render the text strings as formulas. While I had only a feasible number of cells to handle in this situation, to make this situation scalable, I inquire on a method, barring visual basic, to produce formula counterparts of text strings. CLEAN, TRIM, LEN and LEFT seem less helpful.
Visual Basic and Macros stand as barred for solutions.
The complication occurs in that the formulas only populate as text, and to implement the text strings as formulas seems to entail clicking within the cells to render the text strings as formulas. While I had only a feasible number of cells to handle in this situation, to make this situation scalable, I inquire on a method, barring visual basic, to produce formula counterparts of text strings. CLEAN, TRIM, LEN and LEFT seem less helpful.
Visual Basic and Macros stand as barred for solutions.
Last edited: