Am I to assume...

  • Thread starter Thread starter Cerberus
  • Start date Start date
C

Cerberus

Am I to assume that there is not a way to use a range in an IF statement. If
not is there a way to incorporate #N/A error into a conditional format?
 
Depends on what you are trying to do. For example, we might be interested in
knowing if any cells in A1 thru A1000 have #N/A:

=IF(ERROR.TYPE(SUM(A1:A1000))=7,"error present","clean")

This also shows a way to test for #N/A
 
Thank you for your help.

Gary''s Student said:
Depends on what you are trying to do. For example, we might be interested in
knowing if any cells in A1 thru A1000 have #N/A:

=IF(ERROR.TYPE(SUM(A1:A1000))=7,"error present","clean")

This also shows a way to test for #N/A
 

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