NA Problem MAX

stephen.smith

Board Regular
Joined
Jul 7, 2010
Messages
119
HI Guys
I have a problem i have 3 cells e.g. a1, a2, a3 and they all have specific values if filled in by employees. For example they may have a value from 1-10 or if not filled in the have the #NA value. I am looking to find the max value from this array of numbers however when i use the max formula it only works if there is a number in all 3 cells. If one of the cells reads #NA then #NA is returned in the max formula. Can you help me please.
Thanks In Advance
Stephen
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
The best way to accomplish this is to eliminate the #N/A errors altogether.
 
Upvote 0
I agree with Keith, but you can use an array formula to filter out the errors:
Excel Workbook
L
105
116
12#N/A
136
Sheet2
Excel 2010
#VALUE!
Entered with Ctrl+Shift+Enter. If entered correctly, Excel will surround with curly braces {}.
 
Upvote 0
This would be too difficult as I have 40 of these to deal with on a daily basis and would slow down my day significantly.
 
Upvote 0

Forum statistics

Threads
1,215,317
Messages
6,124,232
Members
449,149
Latest member
mwdbActuary

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top