How about placing the formula on a separate sheet - which you can hide.
Then use a simple formula to reference your "special" formula.
If for example, you assign a range name to the cell containing your special formula, then you can simply enter =xxx (Replace xxx with whatever name you decide to name the cell).
If you're not familiar with assigning range names, the method I use is:
1) Highlight the cell (or range of cells in some cases)
2) Hold down <Ctrl> and hit <F3>
3) Type the name, and hit <Enter>
If you go to format cells, Protection, then tick hidden.
this will hide the formula only when the cell is then protected,(tools, protection, protec worksheet) just make sure you unlock it so you can make changes if you need to
Regards, Phil
"If in doubt, hit it with an end user!
Another option is to use names but not in the way Dale has suggested.
Once you have written your formula, you can go
Insert>Name>Define
and copy it into there instead of a range definition.
Give it a name (eg myForm) and then you can use that name in your cell so instead of seeing
=vlookup(A1,myRange,4,false)
you would see
=myForm
You could still see the formula but you can't see what it does
Rgds, Geoff
Never test the depth of water with both feet
Help us to help you by reading FAQ222-2244 before you ask a question
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.