Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

  • Congratulations JStephen on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Early alternative to ISFORMULA() function 1

Status
Not open for further replies.

Denial

Structural
Joined
Jun 3, 2003
Messages
933
Location
AU
I am looking for a way to detect whether an Excel cell contains a numerical value or a formula that returns a numerical value.[ ] In later versions of Excel the ISFORMULA() function would do exactly what I need, but this function is not offered in the version I am using (2010).[ ] I would prefer a solution that does not involve VBA, but will use VBA if necessary.

[ ]—————————————————————————————————
Engineering mathematician / analyst.[ ] See my profile for more details.

 
In a compiled language the assignment to PI is to create a numeric constant; the other is a pointer to variable.

The original goal seems to be to detect if formulas have been pasted or numeric constant; simply turning off recalc eliminates the need to do the copy/paste and to detect it was done correctly.

It's a shame Excel doesn't have a method to lock formula results separately from locking formulas.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top