Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Average With < Continued


=SUMPRODUCT(--ISNUMBER(H21:H51)),H21:H51)/COUNTA(H21:H51)

-----CTRL SHIFT ENTER

THis forumla works for averaging without adding numbers that are < but
how would I get this formula to work and put a 0 in the average space if
all the numbers are <. THe max and min must show the number with the <.
The MIN can not show 0 for the lowest number, it has to be one of the
results listed.


Example:

Sunday <2
Monday
Tuesday <2
Wednesday
Thurdaday <2
Friday <2
Saturday <

Average:
MAX
MIN


--
hamricka
------------------------------------------------------------------------
hamricka's Profile: http://www.thecodecage.com/forumz/member.php?userid=676
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=127104

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Average With < Continued


With those examples... what would be the answers for Max, Min, Average?


--
NBVC

Where there is a will there are many ways.

'The Code Cage' (http://www.thecodecage.com)
------------------------------------------------------------------------
NBVC's Profile: http://www.thecodecage.com/forumz/member.php?userid=74
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=127104

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Average With < Continued


It looks like you asked this question already he

http://tinyurl.com/kjdzqj

is that so?

If yes, you should provide links so that people helping you aren't
overstepping each other and wasting time...

Based on you last comment to Domenic's solution... is this what you
want?


="<"&MAX(IF(H21:H51<"",SUBSTITUTE(H21:H51,"<","") +0))

confirmed with CSE


--
NBVC

Where there is a will there are many ways.

'The Code Cage' (http://www.thecodecage.com)
------------------------------------------------------------------------
NBVC's Profile: http://www.thecodecage.com/forumz/member.php?userid=74
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=127104

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Average With < Continued


You answered the average question on the August 15 th. but now I need
to take that answer a step further and have the formula for average show
0 if all the numeric values are <.

NBVC;459310 Wrote:
It looks like you asked this question already he

http://tinyurl.com/kjdzqj

is that so?

If yes, you should provide links so that people helping you aren't
overstepping each other and wasting time...

Based on you last comment to Domenic's solution... is this what you
want?


="<"&MAX(IF(H21:H51<"",SUBSTITUTE(H21:H51,"<","") +0))

confirmed with CSE



--
hamricka
------------------------------------------------------------------------
hamricka's Profile: http://www.thecodecage.com/forumz/member.php?userid=676
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=127104

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Average With < Continued


hamricka;459369 Wrote:
You answered the average question on the August 15 th. but now I need
to take that answer a step further and have the formula for average show
0 if all the numeric values are <.


As far as I can see, the formula for the Average that I gave you:

=SUMPRODUCT(--(ISNUMBER(A1:A5)),A1:A5)/COUNTA(A1:A5)

does return 0 if all values have a < in front.


--
NBVC

Where there is a will there are many ways.

'The Code Cage' (http://www.thecodecage.com)
------------------------------------------------------------------------
NBVC's Profile: http://www.thecodecage.com/forumz/member.php?userid=74
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=127104



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
Excel Function . . . Continued Charlie Excel Discussion (Misc queries) 3 June 23rd 09 05:41 PM
Median continued Bony Pony[_2_] Excel Discussion (Misc queries) 12 December 10th 08 06:53 AM
If then statement continued! Add to distribution list without opening Excel Discussion (Misc queries) 1 October 20th 06 11:02 PM
Continued Column titles Radish Excel Discussion (Misc queries) 1 July 14th 05 03:41 PM
Continued.....answer 8 - 1.2 = 6.2 from a formula T Excel Worksheet Functions 0 December 22nd 04 02:27 PM


All times are GMT +1. The time now is 05:29 AM.

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

About Us

"It's about Microsoft Excel"