User Defined Function vs. Named formula

R

robert.hatcher

I have used Named Formulas and am now learning about User Defined
Functions. One thing I found with named formulas is that the naming
conventions around global/local selections. Reading about UDFs makes
me think they might be a better option for a lot of my work.

Any insight as to When to use one over the other will be appreciated.

Thanks
Robert
 
B

Bob Phillips

IMO they are different beasts.

A named formula would be used to shorten formulae by including a name rather
than the sub-formula (especially where it is repeated), and to improve
readability/maintainability, as the name would/should be meaningful.

A UDF would be written to provide functionality that Excel does not, or
where it can improve the performance of a formula loaded spreadsheet.

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)
 
R

robert.hatcher

Thanks Bob

Bob said:
IMO they are different beasts.

A named formula would be used to shorten formulae by including a name rather
than the sub-formula (especially where it is repeated), and to improve
readability/maintainability, as the name would/should be meaningful.

A UDF would be written to provide functionality that Excel does not, or
where it can improve the performance of a formula loaded spreadsheet.

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)
 

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