Help in saving a formula.

J

Joe B

I have a long formula (below) that I want to be able to
use on any worksheet (current, previously saved, or new).
How can I save it or store it so that it is always
available, like the pull down lists in Functions. I know
this is probably a very basic operation, but I'm not up on
too much beyond the basics of EXCEL.

=MID(LEFT(CELL("filename",A1), FIND ("]", CELL
("filename",A1))- 1), FIND("[",CELL("filename", A1))+1,
255)

Thanks,
Joe B
 
J

JulieD

Hi Joe

as it's not evaluating any inputs i wouldn't save it as a "user defined
function", i would instead -
copy the formula
choose
tools / autocorrect options
in the replace with type something odd (like ffname)
and the paste the formula into the "with box"
now everytime you want to use it type
ffname
and press enter

Cheers
JulieD
 
J

Joe B

Thanks, Julie. Works fine. Even though it took me four
tries to type the formula in correctly!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top