Checking if value is a number

  • Thread starter Thread starter jonx - ExcelForums.com
  • Start date Start date
J

jonx - ExcelForums.com

How would I check to see if a value is an integer? Is there such
function

I am trying to grab values off a worksheet and perform calculations t
them, the only problem is that sometimes these values are "N/A" whic
is a string. Since we can't perform calculations on strings, m
program will crash

I was hoping to do something like this:

If value is integer the
perform calculatio
end i

how would i do this
 

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