If it is difficult in Excel, remember that in VBA it is as simple as:
Function foormula(s As Range) As String
foormula = s.formula
End Function
(oo on purpose)
--
Gary''s Student
"gelert" wrote:
Is there a way (without using VBA) to return the (string) formula of
another cell? Something like "=formula(A1)" ... which would return
whatever the formula is in A1, as a string??
--
gelert
------------------------------------------------------------------------
gelert's Profile: http://www.excelforum.com/member.php...o&userid=26998
View this thread: http://www.excelforum.com/showthread...hreadid=402017