Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You need to use a user-defined-function
Function CellFunc(inCell As Range) As String CellFunc = inCell.Formula End Function Used like =CellFunc(A1) HTH, Bernie MS Excel MVP "abc " wrote in message ... Hi, I am working on a problem to parse and manipulate parts of a formula in one cell from another cell. In the second cell I will be carrying out some VBA & Logical functions. Is there any way I can get a formula in one cell to reference a formula in another cell as text. Thanks, --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can a formula be "built" referencing text content from another cel | Excel Worksheet Functions | |||
Referencing text in a cell in a formula | Excel Discussion (Misc queries) | |||
How to get the text format when referencing | Excel Discussion (Misc queries) | |||
Referencing a formula (as text) | Excel Discussion (Misc queries) | |||
Referencing a formula (as text) | Excel Worksheet Functions |