How can I add functions in excel templates (XLT)

  • Thread starter Thread starter reework
  • Start date Start date
R

reework

Hi,

I need to add functions/conditions to my excel templates. For example,
check if it alphanumeric, length of the field.

I would appreciate if someone can direct me to some link or suggest
steps.

Thanks in advance.
 
You may want to just use built in functions:

=istext(a1)
=isnumber(a1)
=len(a1)

Or maybe you mean data|validation???
 

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

Back
Top