Find maximum value in list that contains #N/A values

C

chuck.waterfield

I've really been struggling with this, and can't find any previous
posts on this topic. I have a column of numbers, some of which return
#N/A values, eg.

5
3
12
#N/A
11

I need to find the maximum value in the list while excluding the #N/A
value. Everything I try, returns an #N/A value, eg, MAX(list),
DMAX(list,criteria), LARGE(list). I've tried some array formulas, but
none that work...

Any ideas?

Chuck Waterfield
 

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