ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Omitting #n/a from calculations (https://www.excelbanter.com/excel-programming/382111-omitting-n-calculations.html)

[email protected]

Omitting #n/a from calculations
 
Hi
I need help omitting #n/a from calculations
ie is A1 = 3, A2 = 4, A3 = #n/a and A4 = 5 and I do the calculation
min(A1:A4) i want it to come up with 3 not #n/a...
can anyone help?
Cheers


Tom Ogilvy

Omitting #n/a from calculations
 
=Min(if(isnumber(A1:A4),A1:A4))

Entered with Ctrl+Shift+Enter rather than just enter since this is an array
formula.


--
Regards,
Tom Ogilvy


wrote in message
ups.com...
Hi
I need help omitting #n/a from calculations
ie is A1 = 3, A2 = 4, A3 = #n/a and A4 = 5 and I do the calculation
min(A1:A4) i want it to come up with 3 not #n/a...
can anyone help?
Cheers




[email protected]

Omitting #n/a from calculations
 
Thanks Tom, much appreciated..

On Jan 29, 12:16 pm, "Tom Ogilvy" wrote:
=Min(if(isnumber(A1:A4),A1:A4))

Entered with Ctrl+Shift+Enter rather than just enter since this is an array
formula.

--
Regards,
Tom Ogilvy

wrote in oglegroups.com...



Hi
I need help omitting #n/a from calculations
ie is A1 = 3, A2 = 4, A3 = #n/a and A4 = 5 and I do the calculation
min(A1:A4) i want it to come up with 3 not #n/a...
can anyone help?
Cheers- Hide quoted text -- Show quoted text -




All times are GMT +1. The time now is 10:50 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com