Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default 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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default 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 -


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Omitting Negative Numbers Caplin Girl Excel Discussion (Misc queries) 1 April 17th 09 03:03 PM
omitting blank cells Peter Sarantidis Excel Worksheet Functions 2 March 8th 07 01:38 AM
Omitting Zero's in Formula's WalkerDude999 Excel Discussion (Misc queries) 3 November 7th 06 10:26 PM
Omitting A Row From Autofilter SamuelT Excel Discussion (Misc queries) 1 May 25th 06 11:09 AM
need a formula using nos 1-443 omitting (116-124 & 153-167) tyrone Excel Discussion (Misc queries) 4 April 10th 06 07:37 AM


All times are GMT +1. The time now is 11:26 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"