changing #value! to 0's

  • Thread starter Thread starter sik_chode
  • Start date Start date
S

sik_chode

I have pulled down a function for a column.
the problem some of the values that this fn refers to are blank so i
get #value! message.
I want to give all cells with the #value! in them 0 so I can SUM the
column
how do i do that
 
There may be a few ways to resolve your issue. If you post an example
of the function that returns #VALUE!, it'll be easier to tailor a
solution for you.

Regards,
Ron
 
Without further details, the simplest solution would be:

=IF(ISERR(your function),0,your function
 

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